diff --git a/README.md b/README.md index 5b13349..218fb03 100644 --- a/README.md +++ b/README.md @@ -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 (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 - `[ui]` section +2. Modify `data/gitea/conf/app.ini` and append the CSS filename without the `theme-` prefix to the end of `THEMES` under + the `[ui]` section 3. Restart Gitea 4. Check the theme in the settings diff --git a/styles/index.ts b/styles/index.ts index b2e274b..f30b17d 100644 --- a/styles/index.ts +++ b/styles/index.ts @@ -7,4 +7,4 @@ import "./public"; // 组件样式 import "./components"; // 模板专属样式 -import "./templates"; \ No newline at end of file +import "./templates";