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

Merge branch 'cfclub' of http://git.iwintrue.com/liaoxg/cfc into cfclub

asus 1 месяц назад
Родитель
Сommit
56d9776d3f

+ 1 - 1
cfc-langgraph/app/api/meal.py

@@ -13,7 +13,7 @@ from app.models.meal import (
 from app.config import settings
 
 logger = logging.getLogger(__name__)
-router = APIRouter(, tags=["meal"])
+router = APIRouter(tags=["meal"])
 
 
 @router.post("/food/recognize", response_model=FoodRecognizeResponse)

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-484fa7dd04dbceb556a799e342530ab72163a15e
+4ee4f4040546ce3c2edc52d674a992411c509d52

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

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

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

@@ -4,6 +4,25 @@
 
 ---
 
+## v1.0.843 (2026-08-07)
+
+### Bug 修复
+- 修复 meal.py 语法错误
+
+
+## v1.0.842 (2026-08-07)
+
+### Bug 修复
+- 修复 tabbar 路径与分包 root 冲突导致的 HBuilderX 编译失败
+
+### 其他
+- - pages/growth → pages/growth-pkg
+- - pages/health → pages/health-pkg
+- - pages/profile → pages/profile-pkg
+- 同步更新 pages.json 分包 root、tabBar 路径及 30 个文件中的 66 处引用
+- 
+
+
 ## v1.0.841 (2026-08-07)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.841
+> 当前版本: v1.0.843
 
 ## 历史版本
 
@@ -8,6 +8,25 @@
 
 ---
 
+## v1.0.843 (2026-08-07)
+
+### Bug 修复
+- 修复 meal.py 语法错误
+
+
+## v1.0.842 (2026-08-07)
+
+### Bug 修复
+- 修复 tabbar 路径与分包 root 冲突导致的 HBuilderX 编译失败
+
+### 其他
+- - pages/growth → pages/growth-pkg
+- - pages/health → pages/health-pkg
+- - pages/profile → pages/profile-pkg
+- 同步更新 pages.json 分包 root、tabBar 路径及 30 个文件中的 66 处引用
+- 
+
+
 ## v1.0.841 (2026-08-07)
 
 ### Bug 修复