瀏覽代碼

chore: auto bump version and changelog [skip ci]

iwt 2 月之前
父節點
當前提交
dd3f71d101
共有 5 個文件被更改,包括 51 次插入5 次删除
  1. 1 1
      cfc-web/.last_build_commit
  2. 2 2
      cfc-web/package-lock.json
  3. 1 1
      cfc-web/package.json
  4. 23 0
      cfc-web/public/CHANGELOG-v1.0.md
  5. 24 1
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-4cfd5a3b0efae786b830091ef4020c56490f77ad
+dc3a90e7b7b2329e49e9bea18ab0d669329b0986

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

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

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

@@ -4,6 +4,29 @@
 
 ---
 
+## v1.0.373 (2026-07-16)
+
+### 文档
+- add extracted JSON reports for 5 test PDFs
+- refactor to single-PDF-in structured JSON mode + add phylum/disease bacteria tables
+- cleanup old scripts and temporary CSV artifacts
+
+### 其他
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - PHYLUM_TABLE_TITLES + _parse_phylum_tables() for phylum-level extraction
+- - DISEASE_BACTERIA_TITLES + _parse_disease_bacteria() for obesity/constipation/depression etc.
+- - main() now takes PDF path as arg, outputs same-name .json file
+- - Fallthrough terminator extended, CSV output covers all new table types
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.372 (2026-07-16)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.372
+> 当前版本: v1.0.373
 
 ## 历史版本
 
@@ -8,6 +8,29 @@
 
 ---
 
+## v1.0.373 (2026-07-16)
+
+### 文档
+- add extracted JSON reports for 5 test PDFs
+- refactor to single-PDF-in structured JSON mode + add phylum/disease bacteria tables
+- cleanup old scripts and temporary CSV artifacts
+
+### 其他
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- - PHYLUM_TABLE_TITLES + _parse_phylum_tables() for phylum-level extraction
+- - DISEASE_BACTERIA_TITLES + _parse_disease_bacteria() for obesity/constipation/depression etc.
+- - main() now takes PDF path as arg, outputs same-name .json file
+- - Fallthrough terminator extended, CSV output covers all new table types
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
 ## v1.0.372 (2026-07-16)
 
 ### Bug 修复