Quellcode durchsuchen

chore: auto bump version and changelog [skip ci]

iwt vor 2 Tagen
Ursprung
Commit
aea0856d12
4 geänderte Dateien mit 35 neuen und 3 gelöschten Zeilen
  1. 1 1
      cfc-web/.last_build_commit
  2. 1 1
      cfc-web/package.json
  3. 16 0
      cfc-web/public/CHANGELOG-v1.0.md
  4. 17 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-b101429eb621a84cc4b5ffddec1851c23726a681
+7d94bb2f1096bbc8ede559240fdfedf33a9561d2

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.1462",
+  "version": "1.0.1463",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 16 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,22 @@
 
 ---
 
+## v1.0.1463 (2026-09-23)
+
+### 新功能
+- beautify action-detail (行) page with enhanced visual design
+
+### 其他
+- - Enhanced shadows and depth with pseudo-elements
+- - Improved border-radius to 24rpx throughout
+- - Active state transforms (scale effects) on cards
+- - Better typography hierarchy with letter-spacing
+- - Enhanced dialog/popup styling with gradient headers
+- - func-grid with improved spacing and shadow
+- - Consistent green theme throughout following design system
+- 
+
+
 ## v1.0.1462 (2026-09-22)
 
 ### Bug 修复

+ 17 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.1462
+> 当前版本: v1.0.1463
 
 ## 历史版本
 
@@ -8,6 +8,22 @@
 
 ---
 
+## v1.0.1463 (2026-09-23)
+
+### 新功能
+- beautify action-detail (行) page with enhanced visual design
+
+### 其他
+- - Enhanced shadows and depth with pseudo-elements
+- - Improved border-radius to 24rpx throughout
+- - Active state transforms (scale effects) on cards
+- - Better typography hierarchy with letter-spacing
+- - Enhanced dialog/popup styling with gradient headers
+- - func-grid with improved spacing and shadow
+- - Consistent green theme throughout following design system
+- 
+
+
 ## v1.0.1462 (2026-09-22)
 
 ### Bug 修复