更新记录
1.0.0(2025-05-16)
初始化
平台兼容性
App |
快应用 |
微信小程序 |
支付宝小程序 |
百度小程序 |
字节小程序 |
QQ小程序 |
HBuilderX 3.6.8,Android:支持,iOS:不支持,HarmonyNext:不确定 |
× |
× |
× |
× |
× |
× |
钉钉小程序 |
快手小程序 |
飞书小程序 |
京东小程序 |
鸿蒙元服务 |
× |
× |
× |
× |
× |
H5-Safari |
Android Browser |
微信浏览器(Android) |
QQ浏览器(Android) |
Chrome |
IE |
Edge |
Firefox |
PC-Safari |
× |
× |
× |
× |
× |
× |
× |
× |
× |
xtf-anquanlianmeng
获取移动安全联盟oaid
移动安全联盟
uniappx
import {IDs, onGetIDs} from "@/uni_modules/xtf-anquanlianmeng"
onGetIDs("/static/com.example.oaidtest2.cert.pem",function(res:IDs){
console.log(res);
})
uniapp
import {onGetIDs} from "@/uni_modules/xtf-anquanlianmeng"
onGetIDs("/static/com.example.oaidtest2.cert.pem",function(res){
console.log(res);
})
开发文档
UTS 语法
UTS API插件
UTS uni-app兼容模式组件
UTS 标准模式组件
Hello UTS