Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-04-08 11:40:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a604740f5aaf007af68470bcb860c4fbcf44f3b8
a604740f
1 parent
5ac8769d
Updated 在线授课单词表同步 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
在线授课单词表同步.md
在线授课单词表同步.md
View file @
a604740
...
...
@@ -37,14 +37,14 @@
选中或取消选中发送消息格式一样 如下:
```
{
BFEKeyWordList
=
(
type
=
templateAction;
subType
=
BFEReloadKeyWordListAction;
command
=
BFEShouldReloadKeyWordList;
BFEKeyWordList
=
(
unfamiliar,
mysterious
//这里是所有选中的单词数组
);
command
=
BFEShouldReloadKeyWordList;
subType
=
BFEReloadKeyWordListAction;
type
=
templateAction;
}
```
学生端收到数据后 reload数组BFEKeyWordList里的数据即可
\ No newline at end of file
...
...
Please
register
or
login
to post a comment