rc version

This commit is contained in:
lutinglt
2025-11-28 16:17:16 +08:00
parent 24f541180f
commit 7d5c600f18
3 changed files with 6 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ accepted.
## Installation
1. Download the latest CSS theme file from the release page and place it in the `gitea/public/assets/css` directory
(This directory may not be available by default and needs to be manually created)
2. Modify `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
@@ -70,7 +71,8 @@ For details, please refer to the Gitea documentation
### Template File Installation (Optional)
1. Download the latest template files from the release page and place them in the `gitea/templates` directory
1. Download the latest template files from the release page and place them in the `gitea/templates` directory (This
directory may not be available by default and needs to be manually created)
2. Restart Gitea
> [!IMPORTANT]