From 2b2f2e8a1edd36998561eecd0d2a9eb277f28331 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 29 Nov 2025 21:14:51 +0800 Subject: [PATCH] format --- README.md | 4 ++-- styles/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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";