Ver código fonte

chore: auto bump version and changelog [skip ci]

iwt 1 mês atrás
pai
commit
bc7cb3b994

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-4f377645e17d15ae7e48ba314a284aaae5b5edc7
+aafc8d574893ec29335e645eb87b5ee06cbf2e78

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.568",
+  "version": "1.0.569",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.568",
+      "version": "1.0.569",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

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

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

@@ -4,6 +4,18 @@
 
 ---
 
+## v1.0.570 (2026-07-27)
+
+### Bug 修复
+- key 表达式改为方法调用,修复小程序非 H5 平台编译警告
+
+### 其他
+- (item.id || item.circleId),改为 getCircleKey(item) 方法调用。
+- pages/action/index.vue (2处) + pages/discover/circles.vue (2处)
+- 同时更新 AGENTS.md / README.md 加入规范
+- 
+
+
 ## v1.0.569 (2026-07-27)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.569
+> 当前版本: v1.0.570
 
 ## 历史版本
 
@@ -8,6 +8,18 @@
 
 ---
 
+## v1.0.570 (2026-07-27)
+
+### Bug 修复
+- key 表达式改为方法调用,修复小程序非 H5 平台编译警告
+
+### 其他
+- (item.id || item.circleId),改为 getCircleKey(item) 方法调用。
+- pages/action/index.vue (2处) + pages/discover/circles.vue (2处)
+- 同时更新 AGENTS.md / README.md 加入规范
+- 
+
+
 ## v1.0.569 (2026-07-27)
 
 ### Bug 修复