提交 26755f75 编写于 作者: VK1688's avatar VK1688

更新uni-openLocation插件

上级 89fc01a4
## 1.0.4(2024-12-17)
调整target.png文件所在位置
## 1.0.3(2024-12-16)
升级 uts-openSchema 依赖至1.1.1
## 1.0.2(2024-12-10) ## 1.0.2(2024-12-10)
ios端支持侧滑关闭 ios端支持侧滑关闭
## 1.0.1(2024-12-10) ## 1.0.1(2024-12-10)
......
{ {
"id": "uni-openLocation", "id": "uni-openLocation",
"displayName": "uni-openLocation", "displayName": "uni-openLocation",
"version": "1.0.2", "version": "1.0.4",
"description": "实现APP端的 uni.openLocation", "description": "实现APP端的 uni.openLocation",
"keywords": [ "keywords": [
"uni-openLocation" "uni-openLocation"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.6.8" "HBuilderX": "^4.41"
}, },
"dcloudext": { "dcloudext": {
"type": "uts", "type": "uts",
......
...@@ -38,8 +38,10 @@ ...@@ -38,8 +38,10 @@
// #ifdef APP // #ifdef APP
import { canOpenURL } from '@/uni_modules/uts-openSchema' import { canOpenURL } from '@/uni_modules/uts-openSchema'
// #endif // #endif
import targetPath from '@/uni_modules/uni-openLocation/pages/openLocation/target.png'
const targetPath = '/uni_modules/uni-openLocation/static/target.png' //const targetPath = '/uni_modules/uni-openLocation/static/target.png'
type AafeArea = { type AafeArea = {
top : number, top : number,
......
{
"pages": [
{
"path": "uni_modules/uni-openLocation/pages/openLocation/openLocation",
"style": {
"navigationBarTitleText": " ",
"navigationStyle": "custom",
"disableSwipeBack": false
}
}
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册