Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 1 месяц назад
Родитель
Сommit
c775b24053

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-5ab09ed0a1dc8030224060253262c4cfb89aebab
+cb7b66568e37175f974d7140705cb36921c8c860

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.628",
+  "version": "1.0.629",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.628",
+      "version": "1.0.629",
       "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.629",
+  "version": "1.0.630",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

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

@@ -4,6 +4,22 @@
 
 ---
 
+## v1.0.630 (2026-07-29)
+
+### 新功能
+- content share poster with wxacode for product/activity/article pages
+
+### 其他
+- - ContentSharePoster.vue: reusable canvas poster with cover/title/QR code/CTA
+- - product-detail, activity-detail, article-detail: add poster button + component
+- - api.js: add getShareQrCode(page, scene) helper
+- - DimensionWeightPicker: fix proportional redistribution to keep sum=100%
+- 
+
+### 文档
+- 能量行为配置与系统功能关联机制设计
+
+
 ## v1.0.629 (2026-07-29)
 
 ### 文档

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.629
+> 当前版本: v1.0.630
 
 ## 历史版本
 
@@ -8,6 +8,22 @@
 
 ---
 
+## v1.0.630 (2026-07-29)
+
+### 新功能
+- content share poster with wxacode for product/activity/article pages
+
+### 其他
+- - ContentSharePoster.vue: reusable canvas poster with cover/title/QR code/CTA
+- - product-detail, activity-detail, article-detail: add poster button + component
+- - api.js: add getShareQrCode(page, scene) helper
+- - DimensionWeightPicker: fix proportional redistribution to keep sum=100%
+- 
+
+### 文档
+- 能量行为配置与系统功能关联机制设计
+
+
 ## v1.0.629 (2026-07-29)
 
 ### 文档