Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Accustomed_
hello uni-app x
提交
1ed51d45
H
hello uni-app x
项目概览
Accustomed_
/
hello uni-app x
与 Fork 源项目一致
Fork自
DCloud / hello uni-app x
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
1ed51d45
编写于
6月 12, 2023
作者:
Y
yurj26
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat(API): add storage
上级
b8bc87b0
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
24 addition
and
19 deletion
+24
-19
common/uni.css
common/uni.css
+14
-12
pages.json
pages.json
+6
-4
pages/API/storage/storage.uvue
pages/API/storage/storage.uvue
+1
-1
pages/component/button/button.uvue
pages/component/button/button.uvue
+1
-1
pages/tabBar/API/API.uvue
pages/tabBar/API/API.uvue
+2
-1
未找到文件。
common/uni.css
浏览文件 @
1ed51d45
...
...
@@ -45,6 +45,7 @@
display
:
flex
;
flex-direction
:
column
;
padding-left
:
30
rpx
;
border-bottom
:
1px
solid
#c8c7cc
;
}
.uni-list-cell
{
...
...
@@ -68,8 +69,7 @@
}
.uni-list-cell-left
{
font-size
:
28
rpx
;
padding
:
0
30
rpx
;
padding
:
0
30
rpx
0
20
rpx
;
}
.uni-list-cell-db
,
...
...
@@ -78,19 +78,21 @@
}
.uni-label
{
width
:
210
rpx
;
/* word-wrap: break-word;
word-break: break-all;
text-indent:20rpx; */
width
:
210
rpx
;
font-size
:
28
rpx
;
/* word-wrap: break-word;
word-break: break-all;
text-indent:20rpx; */
}
.uni-input
{
height
:
50
rpx
;
padding
:
15
rpx
25
rpx
;
line-height
:
50
rpx
;
font-size
:
28
rpx
;
background
:
#FFF
;
flex
:
1
;
height
:
50
rpx
;
padding
:
15
rpx
25
rpx
;
line-height
:
50
rpx
;
font-size
:
28
rpx
;
background
:
#FFF
;
flex
:
1
;
box-sizing
:
content-box
;
}
.uni-flex
{
...
...
pages.json
浏览文件 @
1ed51d45
{
"pages"
:
[
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path"
:
"pages/tabBar/component/component"
,
"style"
:
{
...
...
@@ -19,7 +18,6 @@
"navigationBarTitleText"
:
"scroll-view"
}
},
{
"path"
:
"pages/component/text/text"
,
"style"
:
{
...
...
@@ -81,7 +79,6 @@
"navigationBarTitleText"
:
"页面跳转"
}
},
{
"path"
:
"pages/API/navigator/new-page/new-uvue-page-1"
,
"style"
:
{
...
...
@@ -93,8 +90,13 @@
"style"
:
{
"navigationBarTitleText"
:
"新UVUE页面2"
}
},
{
"path"
:
"pages/API/storage/storage"
,
"style"
:
{
"navigationBarTitleText"
:
"数据存储"
}
}
],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
...
...
pages/API/storage/storage.uvue
浏览文件 @
1ed51d45
...
...
@@ -3,7 +3,7 @@
<page-head :title="title"></page-head>
<view class="uni-common-mt">
<view class="uni-list">
<view class="uni-list-cell">
<view class="uni-list-cell
uni-list-cell-line
">
<view class="uni-list-cell-left">
<view class="uni-label">key</view>
</view>
...
...
pages/component/button/button.uvue
浏览文件 @
1ed51d45
...
...
@@ -66,7 +66,7 @@
.button-sp-area {
margin: 0 auto;
width:
60%;
width:
70%;
}
.mini-btn {
...
...
pages/tabBar/API/API.uvue
浏览文件 @
1ed51d45
...
...
@@ -317,7 +317,8 @@
pages: [
{
name: "数据存储(key-value)",
url: "storage",
url: "storage",
enable: true
},
// #ifdef APP-PLUS
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录