🌛添加亮暗切换按钮,添加暗色背景

This commit is contained in:
2024-09-28 23:42:29 +08:00
parent 93cbe5af74
commit df1d4a6e70
3 changed files with 57 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ jobs:
- name: Commit changes
run: |
mkdir pages
cp -r main ./static/index.html ./static/readme.md ./static/favicon.ico ./static/bg-light.webp all.json errors.json pages/
cp -r main ./static/index.html ./static/readme.md ./static/favicon.ico ./static/bg-light.webp ./static/bg-dark.webp all.json errors.json pages/
cd pages
git init
git add .