Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
5c1ddde5
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
6018
Star
91
Fork
164
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
5c1ddde5
编写于
2月 27, 2024
作者:
W
WOSHIMAHAIFENG
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'dev' of
https://gitcode.net/dcloud/hello-uni-app-x
into dev-payment
上级
af7814e2
27bef0cc
变更
9
显示空白变更内容
内联
并排
Showing
9 changed file
with
549 addition
and
545 deletion
+549
-545
env.js
env.js
+2
-1
jest-setup.js
jest-setup.js
+1
-0
jest.config.js
jest.config.js
+1
-0
uni_modules/uni-loading/changelog.md
uni_modules/uni-loading/changelog.md
+2
-0
uni_modules/uni-loading/components/uni-loading/circle.uvue
uni_modules/uni-loading/components/uni-loading/circle.uvue
+185
-186
uni_modules/uni-loading/components/uni-loading/icon.uvue
uni_modules/uni-loading/components/uni-loading/icon.uvue
+68
-68
uni_modules/uni-loading/components/uni-loading/uni-loading.uvue
...dules/uni-loading/components/uni-loading/uni-loading.uvue
+162
-162
uni_modules/uni-loading/components/uni-loading/util.uts
uni_modules/uni-loading/components/uni-loading/util.uts
+41
-41
uni_modules/uni-loading/package.json
uni_modules/uni-loading/package.json
+87
-87
未找到文件。
env.js
浏览文件 @
5c1ddde5
// 自动化测试
module
.
exports
=
{
module
.
exports
=
{
"
is-custom-runtime
"
:
false
,
"
is-custom-runtime
"
:
false
,
"
compile
"
:
true
,
"
compile
"
:
true
,
...
...
jest-setup.js
浏览文件 @
5c1ddde5
// 自动化测试
const
path
=
require
(
'
path
'
);
const
path
=
require
(
'
path
'
);
const
{
const
{
configureToMatchImageSnapshot
configureToMatchImageSnapshot
...
...
jest.config.js
浏览文件 @
5c1ddde5
// 自动化测试
module
.
exports
=
{
module
.
exports
=
{
testTimeout
:
30000
,
testTimeout
:
30000
,
reporters
:
[
'
default
'
],
reporters
:
[
'
default
'
],
...
...
uni_modules/uni-loading/changelog.md
浏览文件 @
5c1ddde5
## 1.0.5(2024-01-12)
-
优化 删除组件内无用日志输出
## 1.0.4(2024-01-10)
## 1.0.4(2024-01-10)
-
优化 兼容 uvue h5 项目
-
优化 兼容 uvue h5 项目
## 1.0.3(2023-12-22)
## 1.0.3(2023-12-22)
...
...
uni_modules/uni-loading/components/uni-loading/circle.uvue
浏览文件 @
5c1ddde5
...
@@ -38,7 +38,6 @@
...
@@ -38,7 +38,6 @@
},
},
computed: {
computed: {
iconsSize() : number {
iconsSize() : number {
console.log(this.size / 10);
return (this.size / 10) +1
return (this.size / 10) +1
}
}
},
},
...
...
uni_modules/uni-loading/components/uni-loading/icon.uvue
浏览文件 @
5c1ddde5
uni_modules/uni-loading/components/uni-loading/uni-loading.uvue
浏览文件 @
5c1ddde5
uni_modules/uni-loading/components/uni-loading/util.uts
浏览文件 @
5c1ddde5
uni_modules/uni-loading/package.json
浏览文件 @
5c1ddde5
{
{
"id"
:
"uni-loading"
,
"id"
:
"uni-loading"
,
"displayName"
:
"uni-loading"
,
"displayName"
:
"uni-loading"
,
"version"
:
"1.0.
4"
,
"version"
:
"1.0.
5"
,
"description"
:
"加载动画组件多用在页面内数据加载时,提供一个loading动画,列表的上拉加载,下拉刷新等都需要加载动画"
,
"description"
:
"加载动画组件多用在页面内数据加载时,提供一个loading动画,列表的上拉加载,下拉刷新等都需要加载动画"
,
"keywords"
:
[
"keywords"
:
[
"loading"
,
"loading"
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录