1.25.5 release

This commit is contained in:
lutinglt
2026-03-13 21:03:41 +08:00
parent c6134161bf
commit c130e6c778
3 changed files with 2 additions and 5 deletions

View File

@@ -4,8 +4,6 @@
- Fine-tune the style of the navigation bar. - Fine-tune the style of the navigation bar.
##### Template File
### 🐞 Fix ### 🐞 Fix
- Fix no auto-focus of search filter on issue/PR properties #27 - Fix no auto-focus of search filter on issue/PR properties. #27

View File

@@ -1,6 +1,6 @@
{ {
"name": "gitea-github-theme", "name": "gitea-github-theme",
"version": "1.25.5.rc", "version": "1.25.5",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite build --mode dev", "dev": "vite build --mode dev",

View File

@@ -811,7 +811,6 @@ export const issueSidebar = css`
} }
} }
} }
// 修复
} }
} }
} }