Sfoglia il codice sorgente

chore: auto bump version and changelog [skip ci]

iwt 1 settimana fa
parent
commit
0efc82a02c

+ 3 - 0
cfc-backend/src/main/java/com/etotem/cfc/entity/HealthReport.java

@@ -83,6 +83,9 @@ public class HealthReport implements Serializable {
     /** 报告文件URL */
     /** 报告文件URL */
     private String fileUrl;
     private String fileUrl;
 
 
+    /** 文件MD5哈希(用于重复上传去重) */
+    private String fileHash;
+
     /** 状态: active/archived */
     /** 状态: active/archived */
     private String status;
     private String status;
 
 

+ 3 - 0
cfc-backend/src/main/java/com/etotem/cfc/entity/HealthReportDraft.java

@@ -30,6 +30,9 @@ public class HealthReportDraft implements Serializable {
     /** 上传的文件URL(PDF或图片) */
     /** 上传的文件URL(PDF或图片) */
     private String fileUrl;
     private String fileUrl;
 
 
+    /** 文件MD5哈希(用于重复上传去重) */
+    private String fileHash;
+
     /** 原始文件名 */
     /** 原始文件名 */
     private String originalFilename;
     private String originalFilename;
 
 

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-b6a9005b5153fa508b1eb0ab8e8d14bec3df8449
+4cba3a46f7c67388650c64052c8ad3374afd08a8

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

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

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

@@ -4,6 +4,24 @@
 
 
 ---
 ---
 
 
+## v1.0.1342 (2026-09-09)
+
+### 文档
+- 修正团队层级设计 - 订单状态字段/树响应字段/UI实现
+- 团队层级树与推荐关系可视化设计文档
+
+### 其他
+- - 树响应 nodes[] 新增 memberConsumption、myCfEarnedFromMember 字段
+- - 根节点('我')不包含在 nodes 数组中
+- - 更新 UI 实现代码片段(无根节点、flex column-reverse、L1为起点)
+- - audit 通过(0 error)
+- 
+- - 更新 PROJECT-OVERVIEW.md 记录
+- - 涵盖:富页面去推荐码、我的页面推荐人卡片+团队入口、树形页面从下往上生长、团队消费额分级统计(默认3级可配)、直推成员消费/CF明细、4个后端接口新增/扩展
+- - audit 通过(0 error)
+- 
+
+
 ## v1.0.1341 (2026-09-09)
 ## v1.0.1341 (2026-09-09)
 
 
 ### Bug 修复
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 # 更新日志
 
 
-> 当前版本: v1.0.1341
+> 当前版本: v1.0.1342
 
 
 ## 历史版本
 ## 历史版本
 
 
@@ -8,6 +8,24 @@
 
 
 ---
 ---
 
 
+## v1.0.1342 (2026-09-09)
+
+### 文档
+- 修正团队层级设计 - 订单状态字段/树响应字段/UI实现
+- 团队层级树与推荐关系可视化设计文档
+
+### 其他
+- - 树响应 nodes[] 新增 memberConsumption、myCfEarnedFromMember 字段
+- - 根节点('我')不包含在 nodes 数组中
+- - 更新 UI 实现代码片段(无根节点、flex column-reverse、L1为起点)
+- - audit 通过(0 error)
+- 
+- - 更新 PROJECT-OVERVIEW.md 记录
+- - 涵盖:富页面去推荐码、我的页面推荐人卡片+团队入口、树形页面从下往上生长、团队消费额分级统计(默认3级可配)、直推成员消费/CF明细、4个后端接口新增/扩展
+- - audit 通过(0 error)
+- 
+
+
 ## v1.0.1341 (2026-09-09)
 ## v1.0.1341 (2026-09-09)
 
 
 ### Bug 修复
 ### Bug 修复