Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aaa #4

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
45b9091
Add files via upload
Apr 29, 2017
b28c54b
Update config.json
Apr 29, 2017
d55911c
Delete dark.css
Apr 29, 2017
c4af9fa
# 修复 移除主机名后,手机端显示错位的问题。
Apr 30, 2017
70d2577
Add files via upload
Apr 30, 2017
afdee0a
Add files via upload
Apr 30, 2017
3d9a3d1
Add files via upload
Apr 30, 2017
5a11162
Add files via upload
Apr 30, 2017
2b7c384
Update README.md
Apr 30, 2017
ac51bcf
Add files via upload
May 18, 2017
362854c
Delete dark.png
May 18, 2017
b723fca
Update README.md
Aug 2, 2017
00c9d04
Update README.md
Aug 3, 2017
4250f44
updatex
mvooer Aug 19, 2017
69aa6cd
删除无用背景图片 恢复JS改动
mvooer Aug 20, 2017
4a0949c
Merge pull request #1 from mvooer/master
Aug 20, 2017
dbf5c42
# 去除负载 Load 的值转为小数的代码
Oct 10, 2017
80b828a
# 更换负载 Load 的值为:当前服务器上链接SSR的所有IP总数
Oct 10, 2017
0524231
Update README.md
Oct 10, 2017
5191d71
# 负载Load 优化,并且支持CentOS6系统
Oct 12, 2017
2217d49
Update README.md
Oct 12, 2017
e13e4da
Update client-linux.py
Oct 14, 2017
4421d87
Update README.md
Jan 16, 2018
d20cd39
Update index.html
Jan 21, 2018
e75b8e0
Update README.md
Mar 25, 2018
b625d52
Update client-linux.py
Apr 3, 2018
4920255
Update index.html
Apr 11, 2018
b552745
Update light.css
Apr 20, 2018
cee9e85
Update README.md
May 18, 2018
e3ebb8b
Update network.h
Jun 13, 2018
f358523
Update index.html
Aug 21, 2018
633ed2e
# 优化样式
Aug 21, 2018
455ac84
Update README.md
Aug 21, 2018
bd03b40
# 增加 robots 文件,屏蔽搜索引擎收录
Aug 22, 2018
6e5bef9
Delete autodeploy.py
Aug 31, 2018
7fccaca
Delete .gitignore
Aug 31, 2018
32bf432
Delete client-psutil.py
Aug 31, 2018
fddcd7d
Delete .gitignore
Aug 31, 2018
dbafdef
Delete .gitignore
Aug 31, 2018
e789db7
Add files via upload
Aug 31, 2018
a915ccb
Create LICENSE
Oct 28, 2018
fe3d8bf
Update README.md
Oct 28, 2018
f63c2c7
Doub.io Script Backup
ToyoDAdoubiBackup Nov 19, 2018
a653403
刪除無效逗比雲連結
ToyoDAdoubiBackup Nov 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add files via upload
Toyo authored Apr 30, 2017
commit 3d9a3d1f67f41d65d4da5a49da7ae6a29a5b1996
3 changes: 1 addition & 2 deletions web/css/light.css
Original file line number Diff line number Diff line change
@@ -50,7 +50,6 @@ tr.odd.expandRow > :hover { background: #FFF !important; }
#location, tr td:nth-child(4) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(5) { display:none; visibility:hidden; }
#traffic, tr td:nth-child(8) { display:none; visibility:hidden; }
#ram, tr td:nth-child(10) { display:none; visibility:hidden; }
#hdd, tr td:nth-child(11) { display:none; visibility:hidden; }
#cpu { min-width: 25px; max-width: 50px; }
#cpu, #ram { min-width: 20px; max-width: 40px; }
}