-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 新登陆界面样式 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/134ff1c0-a0dd-4ad3-9736-574a5272ed1b) 增加大背景图,并支持在 `dev/vagrant/config/auth.yaml` 修改背景图和背景色 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/aede6854-1eae-4ca7-a037-25bdedde4efd) ## 登录框 ### 旧 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/58b3834b-14d9-4f0e-a86d-9e3615ed94c4) ### 新 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/e7bdbe79-c6ab-47c7-8c94-5e63bf1f7c97) ### 修改内容 1. 登录按钮大圆角改为小圆角 2. 密码框新增点击切换显示/隐藏密码 ## 图标 ### 旧版图标显示在登录框中 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/8be1fae3-d60b-44a2-b3d4-579014739fd2) ### 新版显示在页面左上角 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/1d0578e9-21b1-4164-b7ee-56262a684190) 并且新版支持在配置文件 `dev/vagrant/config/auth.yaml` 中修改图标为彩色或是白色 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/98cb2baa-3d83-4933-a454-f60f5bcf7c82) ## Powered By ### 旧版无 Powered By ### 新版显示在页面页面左下角 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/d52efcb1-c901-4bd1-a749-f07a6d14a741) ## slogan ### 旧版无 slogan ### 新版 slogan ![image](https://github.com/PKUHPC/SCOW/assets/140392039/19b18b98-eb2e-43b4-88ce-eac1a05dc348) 支持在 `dev/vagrant/config/auth.yaml` 修改 slogan 字体颜色和具体的内容 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/6ef3743c-9197-4bba-9fa3-d941ba9a8075)
- Loading branch information
1 parent
9edc869
commit b2a52c5
Showing
14 changed files
with
239 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@scow/auth": patch | ||
"@scow/docs": patch | ||
--- | ||
|
||
全新 SCOW 登录界面 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
footer: | ||
defaultText: footer default text | ||
defaultText: footer default text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ primaryColor: | |
# hostnameTextMap: | ||
# 从a.com的访问的主题色为#000000 | ||
# a.com: "#000000" | ||
|
Oops, something went wrong.