From ed980fd2610d40e1c2817bce02a1862565d5b65a Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 15 Aug 2025 17:35:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=A1=B5=E9=9D=A2=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=BA=8C=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- pages.json | 7 +++ pages/basePage/test.vue | 67 ++++++++++++++++++++ uni_modules/lime-echart/package.json | 94 ++++++++++++++++------------ 4 files changed, 130 insertions(+), 41 deletions(-) create mode 100644 pages/basePage/test.vue diff --git a/.gitignore b/.gitignore index 00d8592..a1f9c68 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ node_modules/ unpackage/ .DS_Store. /config/dev.js -.idea/ \ No newline at end of file +.idea/ +uni_modules/ \ No newline at end of file diff --git a/pages.json b/pages.json index a48515f..7c2e662 100644 --- a/pages.json +++ b/pages.json @@ -215,6 +215,13 @@ { "navigationStyle": "custom" } + }, + { + "path" : "pages/basePage/test", + "style" : + { + "navigationStyle": "custom" + } } ], "subPackages": [ diff --git a/pages/basePage/test.vue b/pages/basePage/test.vue new file mode 100644 index 0000000..6bea1c0 --- /dev/null +++ b/pages/basePage/test.vue @@ -0,0 +1,67 @@ + + + + + diff --git a/uni_modules/lime-echart/package.json b/uni_modules/lime-echart/package.json index ceedbb3..6d87be6 100644 --- a/uni_modules/lime-echart/package.json +++ b/uni_modules/lime-echart/package.json @@ -11,7 +11,9 @@ ], "repository": "https://gitee.com/liangei/lime-echart", "engines": { - "HBuilderX": "^3.6.4" + "HBuilderX": "^3.6.4", + "uni-app": "^3.1.0", + "uni-app-x": "^3.1.0" }, "dcloudext": { "sale": { @@ -31,53 +33,65 @@ "permissions": "无" }, "npmurl": "", - "type": "component-vue" + "type": "component-vue", + "darkmode": "-", + "i18n": "-", + "widescreen": "-" }, "uni_modules": { "dependencies": [], "encrypt": [], "platforms": { "cloud": { - "tcb": "y", - "aliyun": "y" + "tcb": "√", + "aliyun": "√" }, "client": { - "App": { - "app-vue": "y", - "app-nvue": "y", - "app-uvue": "y" + "uni-app": { + "vue": { + "vue2": "-", + "vue3": "-" + }, + "web": { + "safari": "-", + "chrome": "-" + }, + "app": { + "vue": "-", + "nvue": "-", + "android": "-", + "ios": "-", + "harmony": "-" + }, + "mp": { + "weixin": "-", + "alipay": "-", + "toutiao": "-", + "baidu": "-", + "kuaishou": "-", + "jd": "-", + "harmony": "-", + "qq": "-", + "lark": "-" + }, + "quickapp": { + "huawei": "-", + "union": "-" + } }, - "H5-mobile": { - "Safari": "y", - "Android Browser": "y", - "微信浏览器(Android)": "y", - "QQ浏览器(Android)": "y" - }, - "H5-pc": { - "Chrome": "u", - "IE": "u", - "Edge": "u", - "Firefox": "u", - "Safari": "u" - }, - "小程序": { - "微信": "y", - "阿里": "y", - "百度": "y", - "字节跳动": "y", - "QQ": "y", - "钉钉": "u", - "快手": "u", - "飞书": "u", - "京东": "u" - }, - "快应用": { - "华为": "u", - "联盟": "u" - }, - "Vue": { - "vue2": "y", - "vue3": "y" + "uni-app-x": { + "web": { + "safari": "-", + "chrome": "-" + }, + "app": { + "android": "-", + "ios": "-", + "harmony": "-" + }, + "mp": { + "weixin": "-" + } } } } @@ -86,4 +100,4 @@ "echarts": "^5.4.1", "zrender": "^5.4.3" } -} +} \ No newline at end of file