diff --git a/README.md b/README.md index d52c357..38ed747 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [DEMO](https://ghproxy.1888866.xyz) +[TG讨论群](https://t.me/ghproxy_go) + ## 项目说明 ### 项目特点 diff --git a/pages/index.html b/pages/index.html index ac42dd9..7eae23f 100644 --- a/pages/index.html +++ b/pages/index.html @@ -131,6 +131,28 @@ text-align: center; line-height: 0.5; } + + #toast { + position: fixed; + top: 10%; + /* 垂直居中 */ + left: 50%; + /* 水平居中 */ + transform: translate(-50%, -50%); + /* 调整使其中心对齐 */ + background-color: rgba(97, 97, 97, 0.7); + /* 半透明黑色背景 */ + color: white; + /* 字体颜色 */ + padding: 15px 20px; + /* 内边距 */ + border-radius: 10px; + /* 圆角 */ + font-size: 16px; + /* 字体大小 */ + z-index: 1000; + /* 确保显示在其他元素上面 */ + } @@ -143,7 +165,7 @@
- +

         
@@ -155,6 +177,10 @@
+ +