Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
f278a9b5
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3598
Star
108
Fork
921
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
120
列表
看板
标记
里程碑
合并请求
109
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
120
Issue
120
列表
看板
标记
里程碑
合并请求
109
合并请求
109
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
f278a9b5
编写于
11月 24, 2023
作者:
A
Anne_LXM
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新链接地址
上级
9378a92e
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
2 addition
and
2 deletion
+2
-2
docs/collocation/manifest.md
docs/collocation/manifest.md
+1
-1
docs/uniCloud/redis.md
docs/uniCloud/redis.md
+1
-1
未找到文件。
docs/collocation/manifest.md
浏览文件 @
f278a9b5
...
@@ -422,7 +422,7 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http
...
@@ -422,7 +422,7 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http
|requiredBackgroundModes|Array|微信小程序需要在后台使用的能力,
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/config.html#requiredbackgroundmodes
)
|
|requiredBackgroundModes|Array|微信小程序需要在后台使用的能力,
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/config.html#requiredbackgroundmodes
)
|
|plugins|Object|使用到的插件,
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/plugin/using.html
)
|
|plugins|Object|使用到的插件,
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/plugin/using.html
)
|
|resizable|Boolean|在iPad上小程序是否支持屏幕旋转,默认关闭|
|resizable|Boolean|在iPad上小程序是否支持屏幕旋转,默认关闭|
|navigateToMiniProgramAppIdList|Array|需要跳转的小程序列表,
[
详见
](
https://developers.weixin.qq.com/mini
program/dev/api/open-api/miniprogram-navigate/wx.navigateToMiniProgram.html
)
|
|navigateToMiniProgramAppIdList|Array|需要跳转的小程序列表,
[
详见
](
https://developers.weixin.qq.com/mini
game/dev/reference/configuration/app.html#navigateToMiniProgramAppIdList
)
|
|permission|Object|微信小程序接口权限相关设置,比如申请位置权限必须填此处
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/config.html
)
|
|permission|Object|微信小程序接口权限相关设置,比如申请位置权限必须填此处
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/config.html
)
|
|workers|String|Worker 代码放置的目录。
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/workers.html
)
|
|workers|String|Worker 代码放置的目录。
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/workers.html
)
|
|optimization|Object| 对微信小程序的优化配置 |
|optimization|Object| 对微信小程序的优化配置 |
...
...
docs/uniCloud/redis.md
浏览文件 @
f278a9b5
...
@@ -1167,7 +1167,7 @@ await redis.lpush(key: string, value: string)
...
@@ -1167,7 +1167,7 @@ await redis.lpush(key: string, value: string)
**接口形式**
**接口形式**
```
js
```
js
await
redis
.
r
pop
(
key
:
string
)
await
redis
.
l
pop
(
key
:
string
)
```
```
**入参说明**
**入参说明**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录