Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2b082825
authored
Jun 19, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
f66d5582
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
README.md
+34
-0
No files found.
README.md
View file @
2b082825
...
@@ -68,3 +68,36 @@ npm run build
...
@@ -68,3 +68,36 @@ npm run build
```
```
commit auto fix eslint
commit auto fix eslint
```
```
## PostMessage list
| type |描述 |使用端
|----------------|-------------------------------|-----------------------------|
|getList|
`获取list数据`
| 客户端 |
|setList |
`设置list数据`
| 客户端 |
|edit |
`编辑某一项`
| 模板页|
|cancelEdit |
`取消编辑状态`
| 客户端|
|setData |
`设置编辑项数据`
| 客户端|
## Tempalte DataType List
| type |描述 |使用端
|----------------|-------------------------------|-----------------------------|
|text|
`文字类型,出现编辑框`
| 客户端 |
|image |
`图片类型 一个网络链接输入框 一个上传按钮`
| 客户端 |
|video |
`视频类型 一个网络链接输入框 一个上传按钮`
| 模板页|
|icon |
`图标类型`
| 客户端|
|audio |
`设置编辑项数据`
| 客户端|
## Code Data
```
{
type: 'text', // 字段类型
name: '楼层', // 字段名称
value: '', //字段值
description: '', // 用户填写时字段提示语
style: { // 样式
color: '' //目前只允许更改颜色
}
default: { // 默认
value: 'SOHO 3Q'
}
}
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment