Skip to content

Commit

Permalink
新增UI配色 曲奇饼干
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Dec 17, 2023
1 parent d3e6346 commit 8ed3482
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
7 changes: 6 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
},
"webui": {
"theme": {
"choose": "蓝粉渐变",
"choose": "曲奇饼干",
"list": {
"蓝粉渐变": {
"login_card": "width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;background: linear-gradient(45deg, #3494E6, #EC6EAD);",
Expand All @@ -985,6 +985,11 @@
"login_card": "background:linear-gradient(45deg, #027333, #025959);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "background: linear-gradient(45deg, #027333, #025959);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #027333, #04D939);"
},
"曲奇饼干": {
"login_card": "background:linear-gradient(45deg, #F2BC8D, #73341D);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "background: linear-gradient(45deg, #F2BC8D, #73341D);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #F2BC8D, #73341D);"
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions config.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,11 @@
"login_card": "background:linear-gradient(45deg, #027333, #025959);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "background: linear-gradient(45deg, #027333, #025959);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #027333, #04D939);"
},
"曲奇饼干": {
"login_card": "background:linear-gradient(45deg, #F2BC8D, #73341D);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "background: linear-gradient(45deg, #F2BC8D, #73341D);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #F2BC8D, #73341D);"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
git+https://github.com/Ikaros-521/WenxinWorkshop-Python-SDK
openai
pygame
edge-tts==6.1.6
Expand Down Expand Up @@ -62,6 +63,6 @@ pyaudio
flask
flask_cors
xingchen
git+https://github.com/Ikaros-521/WenxinWorkshop-Python-SDK
flask_socketio
emoji
emoji
google-generativeai
3 changes: 2 additions & 1 deletion requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@ qianfan==0.2.2
socketio==0.2.1
git+https://github.com/Ikaros-521/WenxinWorkshop-Python-SDK
flask_socketio==5.3.6
emoji==2.9.0
emoji==2.9.0
google-generativeai==0.3.1

0 comments on commit 8ed3482

Please sign in to comment.