From 211bbbb6c2c9270fcd3c407c0e6a7f2bff3797f7 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Tue, 24 Mar 2026 17:27:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=98=B3=E7=BB=8F?= =?UTF-8?q?=E7=A9=B4=E4=BD=8D=E5=B1=9E=E6=80=A7=E5=8F=8A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正阳经穴位属性中的错误描述,将"脾经(土)"改为"胃经(土)","心(火)"改为"小肠(火)","后匾(母穴)"改为"后溪(母穴)"。同时更新应用版本号至1.2.85。 --- manifest.json | 4 ++-- pages/acupoint/givenDegree.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 5b092e8..190ac7b 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ } ], "sassImplementationName" : "node-sass", - "versionName" : "1.2.84", - "versionCode" : 1284, + "versionName" : "1.2.85", + "versionCode" : 1285, "app-plus" : { "compatible" : { "ignoreVersion" : true diff --git a/pages/acupoint/givenDegree.vue b/pages/acupoint/givenDegree.vue index 3aa14eb..fb34d80 100644 --- a/pages/acupoint/givenDegree.vue +++ b/pages/acupoint/givenDegree.vue @@ -66,11 +66,11 @@ SunList: { title: '阳经', vlue: '属性', - attribute: ['阳经', '属性', '大肠经(金)', '脾经(土)', '心(火)', '膀胱经(水)', '三焦经(冬至前相火,冬至后相水)', '胆经(木)'], + attribute: ['阳经', '属性', '大肠经(金)', '胃经(土)', '小肠(火)', '膀胱经(水)', '三焦经(冬至前相火,冬至后相水)', '胆经(木)'], arry: [ ['井', '金', '商阳(本穴)', '厉兑(子穴)', '少泽', '至阴(母穴)', '关冲(冬至后母穴)', '窍阴'], ['荥', '水', '二间(子穴)', '内庭(泄井当泄荥)', '前谷', '通谷(本穴)', '液门(冬至后本穴)', '侠溪(母穴)'], - ['俞', '木', '三间', '陷谷', '后匾(母穴)', '束骨(子穴)', '中渚(冬至前回穴,冬至后子穴)', '临泣(本穴)'], + ['俞', '木', '三间', '陷谷', '后溪(母穴)', '束骨(子穴)', '中渚(冬至前回穴,冬至后子穴)', '临泣(本穴)'], ['经', '火', '阳溪', '解溪(母穴)', '阳谷(本穴)', '昆仑', '支沟(冬至前本穴)', '阳辅(子穴)'], ['合', '土', '曲池(母穴)', '足三里(本穴)', '小海(子穴)', '委中(补井当补合)', '天井(冬至前子穴)', '阳陵泉'], ['原', '', '合谷', '冲阳', '腕骨', '京骨', '阳池', '丘墟'],