From f91d295b42b887cc2ee1ed3a6cebe0773ff59397 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sun, 23 Nov 2025 11:07:46 +0800 Subject: [PATCH] 1.25.2 --- CHANGELOG.md | 2 +- README.md | 10 ++++++++++ README_CN.md | 9 +++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74d9d8..4c92b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,4 +24,4 @@ - Fix fixed height when scrolling through step titles on workflow detail pages. - Fix packages details page style. - Fix the color of missing icons and text on the homepage when not logged in. -- Fix the spacing of Issue WIP prompts. \ No newline at end of file +- Fix the spacing of Issue WIP prompts. diff --git a/README.md b/README.md index caea8f2..56d1416 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,16 @@ For details, please refer to the Gitea documentation > > Automatic color theme requires both light and dark theme files. +### Template File Installation (Optional) + +1. Download the latest template files from the release page and place them in the `gitea/templates` directory +2. Restart Gitea + +> [!IMPORTANT] +> +> 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. + ## Screenshots ### Basic Themes diff --git a/README_CN.md b/README_CN.md index 088b9ef..d5d37da 100644 --- a/README_CN.md +++ b/README_CN.md @@ -62,6 +62,15 @@ THEMES = gitea-auto, gitea-light, gitea-dark, github-auto, github-light, github- > > 自动颜色主题需要亮色和暗色的主题文件 +### 模板文件安装 (可选) + +1. 在发布页下载最新的模板文件放入 `gitea/templates` 目录下 +2. 重启 Gitea + +> [!IMPORTANT] +> +> 模板修改了 Gitea 的布局, 使其更接近 GitHub 的布局, 请勿跨版本使用模板文件, 可能会导致功能缺失等问题 + ## 截图 ### 基本主题