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