This commit is contained in:
lutinglt
2025-11-29 21:14:51 +08:00
parent 2a95d85fb6
commit 2b2f2e8a1e
2 changed files with 3 additions and 3 deletions

View File

@@ -48,8 +48,8 @@ accepted.
1. Download the latest CSS theme file from the release page and place it in the `data/gitea/public/assets/css` directory 1. Download the latest CSS theme file from the release page and place it in the `data/gitea/public/assets/css` directory
(This directory may not be available by default and needs to be manually created) (This directory may not be available by default and needs to be manually created)
2. Modify `data/gitea/conf/app.ini` and append the CSS filename without the `theme-` prefix to the end of `THEMES` under the 2. Modify `data/gitea/conf/app.ini` and append the CSS filename without the `theme-` prefix to the end of `THEMES` under
`[ui]` section the `[ui]` section
3. Restart Gitea 3. Restart Gitea
4. Check the theme in the settings 4. Check the theme in the settings

View File

@@ -7,4 +7,4 @@ import "./public";
// 组件样式 // 组件样式
import "./components"; import "./components";
// 模板专属样式 // 模板专属样式
import "./templates"; import "./templates";