Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
26755f75
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
6418
Star
114
Fork
190
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
25
列表
看板
标记
里程碑
合并请求
2
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
25
Issue
25
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
26755f75
编写于
12月 17, 2024
作者:
VK1688
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新uni-openLocation插件
上级
89fc01a4
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
21 addition
and
3 deletion
+21
-3
uni_modules/uni-openLocation/changelog.md
uni_modules/uni-openLocation/changelog.md
+4
-0
uni_modules/uni-openLocation/package.json
uni_modules/uni-openLocation/package.json
+2
-2
uni_modules/uni-openLocation/pages/openLocation/openLocation.uvue
...les/uni-openLocation/pages/openLocation/openLocation.uvue
+3
-1
uni_modules/uni-openLocation/pages/openLocation/target.png
uni_modules/uni-openLocation/pages/openLocation/target.png
+0
-0
uni_modules/uni-openLocation/pages_init.json
uni_modules/uni-openLocation/pages_init.json
+12
-0
未找到文件。
uni_modules/uni-openLocation/changelog.md
浏览文件 @
26755f75
## 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)
...
...
uni_modules/uni-openLocation/package.json
浏览文件 @
26755f75
{
{
"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"
,
...
...
uni_modules/uni-openLocation/pages/openLocation/openLocation.uvue
浏览文件 @
26755f75
...
@@ -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,
...
...
uni_modules/uni-openLocation/pages/openLocation/target.png
0 → 100644
浏览文件 @
26755f75
1.2 KB
uni_modules/uni-openLocation/pages_init.json
0 → 100644
浏览文件 @
26755f75
{
"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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录