update readme

This commit is contained in:
lutinglt
2025-12-22 20:34:26 +08:00
parent 673b7a13de
commit ec0f8660e9
2 changed files with 8 additions and 3 deletions

View File

@@ -79,15 +79,19 @@ For details, please refer to the Gitea documentation
> >
> The template modifies Gitea's layout to make it closer to GitHub's layout. Do not use template files across versions, > The template modifies Gitea's layout to make it closer to GitHub's layout. Do not use template files across versions,
> as this may lead to missing functionality and other issues. > as this may lead to missing functionality and other issues.
> Template layout is bound to the Gitea instance and will affect all themes, impacting the experience of other non-project themes. >
> Template layout is bound to the Gitea instance and will affect all themes, impacting the experience of other
> non-project themes.
### Translation File Installation (Optional) ### Translation File Installation (Optional)
> [!TIP] > [!TIP]
> >
> Translation files are only needed when using this project's template files to provide support for non-English languages. > Translation files are only needed when using this project's template files to provide support for non-English
> languages.
1. Download the latest translation files from the release page and place them in the `data/gitea/options/locale` directory (This directory may not be available by default and needs to be manually created) 1. Download the latest translation files from the release page and place them in the `data/gitea/options/locale`
directory (This directory may not be available by default and needs to be manually created)
2. Restart Gitea 2. Restart Gitea
## Screenshots ## Screenshots

View File

@@ -70,6 +70,7 @@ THEMES = gitea-auto, gitea-light, gitea-dark, github-auto, github-light, github-
> [!IMPORTANT] > [!IMPORTANT]
> >
> 模板修改了 Gitea 的布局, 使其更接近 GitHub 的布局, 请勿跨版本使用模板文件, 可能会导致功能缺失等问题 > 模板修改了 Gitea 的布局, 使其更接近 GitHub 的布局, 请勿跨版本使用模板文件, 可能会导致功能缺失等问题
>
> 模板布局跟 Gitea 实例绑定, 所有主题都会生效, 会影响其他非本项目的主题的体验 > 模板布局跟 Gitea 实例绑定, 所有主题都会生效, 会影响其他非本项目的主题的体验
### 翻译文件安装 (可选) ### 翻译文件安装 (可选)