Initial commit

This commit is contained in:
2026-03-16 10:37:46 +08:00
commit c052a67816
508 changed files with 22987 additions and 0 deletions

View File

@@ -0,0 +1,92 @@
{
"id": "ak-sqlite",
"displayName": "适用于UNIAPP-X的SQLite API",
"version": "1.0.0",
"description": "createSQLiteContext",
"keywords": [
"sqlite",
"uni-ext-api",
"uniapp-x",
"uts"
],
"repository": "",
"engines": {
"HBuilderX": "^4.19"
},
"dcloudext": {
"category": [
"UTS插件",
"API插件"
],
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "none",
"permissions": "none"
},
"npmurl": ""
},
"uni_modules": {
"dependencies": [],
"uni-ext-api": {
"uni": {
"createSQLiteContext": {
"name": "createSQLiteContext",
"app": {
"js": false,
"kotlin": true,
"swift": false
}
}
}
},
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "u",
"aliyun": "u"
},
"client": {
"Vue": {
"vue2": "u",
"vue3": "u"
},
"App": {
"app-android": "u",
"app-ios": "u"
},
"H5-mobile": {
"Safari": "n",
"Android Browser": "n",
"微信浏览器(Android)": "n",
"QQ浏览器(Android)": "n"
},
"H5-pc": {
"Chrome": "n",
"IE": "n",
"Edge": "n",
"Firefox": "n",
"Safari": "n"
},
"小程序": {
"微信": "n",
"阿里": "n",
"百度": "n",
"字节跳动": "n",
"QQ": "n",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "n",
"联盟": "n"
}
}
}
},
"name": "适用于UNIAPP-X的SQLite API"
}