From 7d5c600f18801fc60d2f7f66059bef8df1e80e19 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Fri, 28 Nov 2025 16:17:16 +0800 Subject: [PATCH] rc version --- README.md | 4 +++- README_CN.md | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56d1416..7b6394f 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/README_CN.md b/README_CN.md index d5d37da..ea20450 100644 --- a/README_CN.md +++ b/README_CN.md @@ -41,7 +41,7 @@ Gitea 理论上小版本号变更不会修改前端布局, 所以主题的小版 ## 安装 -1. 在发布页下载最新的 CSS 主题文件放入 `gitea/public/assets/css` 目录下 +1. 在发布页下载最新的 CSS 主题文件放入 `gitea/public/assets/css` 目录下 (默认可能没有此目录需手动创建) 2. 修改 `gitea/conf/app.ini`,并将 CSS 文件名去掉 `theme-` 的名称附加到 `[ui]` 下的 `THEMES` 末尾 3. 重启 Gitea 4. 在设置中查看主题 @@ -64,7 +64,7 @@ THEMES = gitea-auto, gitea-light, gitea-dark, github-auto, github-light, github- ### 模板文件安装 (可选) -1. 在发布页下载最新的模板文件放入 `gitea/templates` 目录下 +1. 在发布页下载最新的模板文件放入 `gitea/templates` 目录下 (默认可能没有此目录需手动创建) 2. 重启 Gitea > [!IMPORTANT] diff --git a/package.json b/package.json index bbca793..1740bb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitea-github-theme", - "version": "1.25.3", + "version": "1.25.3.rc", "type": "module", "scripts": { "dev": "vite build --mode dev",