提交 75e048db 编写于 作者: lizhongyi_'s avatar lizhongyi_

Merge branch 'master' of https://gitcode.net/dcloud/unidocs-zh

...@@ -44,21 +44,21 @@ uni-cms包括管理端和用户端。 ...@@ -44,21 +44,21 @@ uni-cms包括管理端和用户端。
#### 管理端截图: #### 管理端截图:
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/202304120145412.png) ![](https://web-assets.dcloud.net.cn/unidoc/zh/202307142021556.png)
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/202304231921964.png) ![](https://web-assets.dcloud.net.cn/unidoc/zh/202307142022418.png)
#### 用户端截图: #### 用户端截图:
<div style="display: flex; flex-basis: 10px"> <div style="display: flex; flex-basis: 10px">
<div style="margin-right: 10px;"> <div style="margin-right: 10px;">
<img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/202304120144625.png" width="375"/> <img src="https://web-assets.dcloud.net.cn/unidoc/zh/202307142029758.png" width="375"/>
</div> </div>
<div style="margin-right: 10px;"> <div style="margin-right: 10px;">
<img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/202304120139988.png" width="375" /> <img src="https://web-assets.dcloud.net.cn/unidoc/zh/202307142030245.png" width="375" />
</div> </div>
<div style="margin-right: 10px;"> <div style="margin-right: 10px;">
<img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/202304120139209.png" width="375" /> <img src="https://web-assets.dcloud.net.cn/unidoc/zh/202307142030700.png" width="375" />
</div> </div>
</div> </div>
...@@ -88,7 +88,7 @@ uni-cms包括管理端和用户端。 ...@@ -88,7 +88,7 @@ uni-cms包括管理端和用户端。
<div style="display: flex; flex-basis: 10px"> <div style="display: flex; flex-basis: 10px">
<div style="margin-right: 10px;"> <div style="margin-right: 10px;">
<img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/202304120139209.png" width="375" /> <img src="https://web-assets.dcloud.net.cn/unidoc/zh/202307142030738.png" width="375" />
</div> </div>
</div> </div>
...@@ -680,6 +680,8 @@ export default { ...@@ -680,6 +680,8 @@ export default {
## 后续计划 ## 后续计划
<input type="checkbox" disabled checked="checked" /> 发布视频
<input type="checkbox" disabled /> 增加更多列表页模板,包括顶部分类、列表大图、小图、多图样式 <input type="checkbox" disabled /> 增加更多列表页模板,包括顶部分类、列表大图、小图、多图样式
<input type="checkbox" disabled /> 内容分享 <input type="checkbox" disabled /> 内容分享
...@@ -694,4 +696,3 @@ export default { ...@@ -694,4 +696,3 @@ export default {
<input type="checkbox" disabled /> 支持收藏 <input type="checkbox" disabled /> 支持收藏
<input type="checkbox" disabled /> 发布视频
...@@ -190,7 +190,9 @@ univerifyStyle 数据结构: ...@@ -190,7 +190,9 @@ univerifyStyle 数据结构:
"backgroundColor": "#ffffff", // 授权页面背景颜色,默认值:#ffffff "backgroundColor": "#ffffff", // 授权页面背景颜色,默认值:#ffffff
"backgroundImage": "", // 全屏显示的背景图片,默认值:"" (仅支持本地图片,只有全屏显示时支持) "backgroundImage": "", // 全屏显示的背景图片,默认值:"" (仅支持本地图片,只有全屏显示时支持)
"icon": { "icon": {
"path": "static/xxx.png" // 自定义显示在授权框中的logo,仅支持本地图片 默认显示App logo "path": "static/xxx.png", // 自定义显示在授权框中的logo,仅支持本地图片 默认显示App logo
"width": "60px", //图标宽度 默认值:60px
"height": "60px" //图标高度 默认值:60px
}, },
"closeIcon": { "closeIcon": {
"path": "static/xxx.png" // 自定义关闭按钮,仅支持本地图片。 HBuilderX3.3.7+版本支持 "path": "static/xxx.png" // 自定义关闭按钮,仅支持本地图片。 HBuilderX3.3.7+版本支持
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册