Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
cc30df051a

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-090b9386199a7d7bdb1f7bfbafbe93b4ddb99fb3
+d90b9b538e3af33ebc423d12cab0c66a76556849

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

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

+ 1 - 1
cfc-web/package.json

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

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

@@ -4,6 +4,36 @@
 
 
 ---
 ---
 
 
+## v1.0.1075 (2026-08-15)
+
+### 新功能
+- 改版v1 通知入首页动态 (W3)
+- 改版v1 通知模板管理页 (W3)
+- 改版v1 通知模板管理 (W3)
+
+### 其他
+-   - 未读通知优先显示(isRead=0 在前)
+-   - 使用 parseDate 解析时间(遵守小程序日期解析规范)
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - 新增 NotificationTemplateManage.vue 管理页
+-   - 类型/标题/内容模板/推送通道(小程序内/短信/微信/电话)/状态
+-   - 通道多选 + 占位符提示 {domainName} {reward}
+- - 路由注册 notification-template-manage
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - 新增 AdminNotificationTemplateController (/api/admin/notification-template list/save/delete)
+- - DanReportUploadService / ProblemCompletionService 改为从模板表读取文案
+-   - report_ready / reward_granted 支持 {domainName}/{reward} 占位符
+-   - 表不存在/停用/无记录时回退默认文案
+- - schema.sql 同步 notification_templates 建表
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.1074 (2026-08-15)
 ## v1.0.1074 (2026-08-15)
 
 
 ### 新功能
 ### 新功能

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

@@ -1,6 +1,6 @@
 # 更新日志
 # 更新日志
 
 
-> 当前版本: v1.0.1074
+> 当前版本: v1.0.1075
 
 
 ## 历史版本
 ## 历史版本
 
 
@@ -8,6 +8,36 @@
 
 
 ---
 ---
 
 
+## v1.0.1075 (2026-08-15)
+
+### 新功能
+- 改版v1 通知入首页动态 (W3)
+- 改版v1 通知模板管理页 (W3)
+- 改版v1 通知模板管理 (W3)
+
+### 其他
+-   - 未读通知优先显示(isRead=0 在前)
+-   - 使用 parseDate 解析时间(遵守小程序日期解析规范)
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - 新增 NotificationTemplateManage.vue 管理页
+-   - 类型/标题/内容模板/推送通道(小程序内/短信/微信/电话)/状态
+-   - 通道多选 + 占位符提示 {domainName} {reward}
+- - 路由注册 notification-template-manage
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - 新增 AdminNotificationTemplateController (/api/admin/notification-template list/save/delete)
+- - DanReportUploadService / ProblemCompletionService 改为从模板表读取文案
+-   - report_ready / reward_granted 支持 {domainName}/{reward} 占位符
+-   - 表不存在/停用/无记录时回退默认文案
+- - schema.sql 同步 notification_templates 建表
+- Ultraworked with [Sisyphus](https://github.com/OhMyOpenCode)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.1074 (2026-08-15)
 ## v1.0.1074 (2026-08-15)
 
 
 ### 新功能
 ### 新功能