1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "id": "censujiang-createsqlitecontext",
- "displayName": "适用于UNIAPP-X的SQLite API",
- "version": "1.0.0",
- "description": "createSQLiteContext",
- "keywords": [
- "sqlite",
- "uni-ext-api",
- "uniapp-x",
- "uts"
- ],
- "repository": "https://gitcode.net/weixin_42521648/uni-api/-/tree/master/uni_modules/uni-createSQLiteContext",
- "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"
- }
|