第一次提交测试 2025.07.20 skimrme
This commit is contained in:
4
public/message/static/css/navbar/body_color.css
Executable file
4
public/message/static/css/navbar/body_color.css
Executable file
@@ -0,0 +1,4 @@
|
||||
#body_color
|
||||
{
|
||||
background-color: rgba(147, 185, 255, 0.644);
|
||||
}
|
||||
14
public/message/static/css/navbar/index-css.html
Normal file
14
public/message/static/css/navbar/index-css.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<style>
|
||||
#message_block
|
||||
{
|
||||
background-color: rgba(0, 0, 0, 0.68);
|
||||
width: 85%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
3
public/message/static/html/content_message.html
Executable file
3
public/message/static/html/content_message.html
Executable file
@@ -0,0 +1,3 @@
|
||||
<style>
|
||||
|
||||
</style>
|
||||
BIN
public/message/static/icon/original.ico
Normal file
BIN
public/message/static/icon/original.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
26
public/message/static/php/google_translate.php
Executable file
26
public/message/static/php/google_translate.php
Executable file
@@ -0,0 +1,26 @@
|
||||
<!-- 谷歌翻译 -->
|
||||
|
||||
<div id="google_translate_element"></div>
|
||||
<!-- 翻译选项 -->
|
||||
|
||||
<!-- js 部分 -->
|
||||
<script type="text/javascript">
|
||||
function googleTranslateElementInit() {
|
||||
new google.translate.TranslateElement({pageLanguage: 'zh-CN'}, 'google_translate_element');
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
||||
<!-- js 部分 -->
|
||||
|
||||
<style>
|
||||
#google_translate_element
|
||||
{
|
||||
display: flex;
|
||||
position: fixed;
|
||||
/* 页面边距 上、右、下、左 */
|
||||
margin: -7.6px 0px 0px 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- 谷歌翻译 -->
|
||||
0
public/message/static/txt/message.txt
Executable file
0
public/message/static/txt/message.txt
Executable file
Reference in New Issue
Block a user