diff --git a/uni_modules/uni-stat/changelog.md b/uni_modules/uni-stat/changelog.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..df139e280e22fd4afd8327ff71dfc412b23d52c1 100644 --- a/uni_modules/uni-stat/changelog.md +++ b/uni_modules/uni-stat/changelog.md @@ -0,0 +1,4 @@ +## 1.0.1(2024-11-18) +- 修改兼容性 +## 1.0.0(2024-11-18) +- 新增 uni统计 for uni-app x diff --git a/uni_modules/uni-stat/package.json b/uni_modules/uni-stat/package.json index d1776364e2309b102714211f35c07076c79c3f21..b5e28b4e4afcf0ea3240cd9f62e56c3dd289b734 100644 --- a/uni_modules/uni-stat/package.json +++ b/uni_modules/uni-stat/package.json @@ -1,12 +1,12 @@ { "id": "uni-stat", - "displayName": "uni-stat", - "version": "1.0.0", - "description": "uni-stat", + "displayName": "uni统计 for uni-app x", + "version": "1.0.1", + "description": "uni统计的uni-app x 版本", "keywords": [ - "uni-stat" - ], - "repository": "", + "uni-stat" + ], + "repository": "https://gitcode.net/dcloud/uni-api", "engines": { "HBuilderX": "^3.6.8" }, @@ -24,9 +24,9 @@ "qq": "" }, "declaration": { - "ads": "", - "data": "", - "permissions": "" + "ads": "无", + "data": "采集页面路由\n采集页面停留时长\n采集常用设备信息", + "permissions": "无" }, "npmurl": "" }, @@ -47,46 +47,51 @@ "encrypt": [], "platforms": { "cloud": { - "tcb": "u", - "aliyun": "u", - "alipay": "u" + "tcb": "y", + "aliyun": "y", + "alipay": "y" }, "client": { "Vue": { - "vue2": "u", - "vue3": "u" + "vue2": "n", + "vue3": "y" }, "App": { - "app-android": "u", - "app-ios": "u" - }, + "app-android": { + "minVersion": "24" + }, + "app-ios": { + "minVersion": "9" + }, + "app-harmony": "n" + }, "H5-mobile": { - "Safari": "u", - "Android Browser": "u", - "微信浏览器(Android)": "u", - "QQ浏览器(Android)": "u" + "Safari": "y", + "Android Browser": "y", + "微信浏览器(Android)": "y", + "QQ浏览器(Android)": "y" }, "H5-pc": { - "Chrome": "u", - "IE": "u", - "Edge": "u", - "Firefox": "u", - "Safari": "u" + "Chrome": "y", + "IE": "y", + "Edge": "y", + "Firefox": "y", + "Safari": "y" }, "小程序": { - "微信": "u", - "阿里": "u", - "百度": "u", - "字节跳动": "u", - "QQ": "u", - "钉钉": "u", - "快手": "u", - "飞书": "u", - "京东": "u" + "微信": "n", + "阿里": "n", + "百度": "n", + "字节跳动": "n", + "QQ": "n", + "钉钉": "n", + "快手": "n", + "飞书": "n", + "京东": "n" }, "快应用": { - "华为": "u", - "联盟": "u" + "华为": "n", + "联盟": "n" } } } diff --git a/uni_modules/uni-stat/readme.md b/uni_modules/uni-stat/readme.md index 3e0779fd6fde794d085424c39cbfba5a737bcbe5..a5aa7fcfb1970459e05897a2fefeae252818ef7f 100644 --- a/uni_modules/uni-stat/readme.md +++ b/uni_modules/uni-stat/readme.md @@ -4,7 +4,7 @@ > > uni统计for uni-app x需要单独下载使用,无需在 manifest.json 中配置开关,只需在前端代码中配置即可。 > -> 依赖 `Hbuilder X Alpha版 4.32+`。 +> 依赖 `Hbuilder X Alpha版 4.33+`。 -uni统计`uni-app x`版本,[使用教程](https://uniapp.dcloud.net.cn/uni-stat-uniappx) +uni统计 for `uni-app x` [使用教程](https://uniapp.dcloud.net.cn/uni-stat-uniappx) diff --git a/uni_modules/uni-stat/utssdk/app-android/config.json b/uni_modules/uni-stat/utssdk/app-android/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9b83bed024abca43f6266a2e25f6c0b27fc48d8b --- /dev/null +++ b/uni_modules/uni-stat/utssdk/app-android/config.json @@ -0,0 +1,3 @@ +{ + "minSdkVersion": "24" +} \ No newline at end of file diff --git a/uni_modules/uni-stat/utssdk/app-ios/config.json b/uni_modules/uni-stat/utssdk/app-ios/config.json new file mode 100644 index 0000000000000000000000000000000000000000..721b81e0240705a87ec0761aa9eb6f4e188769cb --- /dev/null +++ b/uni_modules/uni-stat/utssdk/app-ios/config.json @@ -0,0 +1,3 @@ +{ + "deploymentTarget": "9" +} \ No newline at end of file