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
welcome
2016-04-07 17:35:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
90651d243b636e57ab3f8c743a11401857615a2e
90651d24
1 parent
b2d2432f
单词表同步
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
在线授课单词表同步.md
在线授课单词表同步.md
0 → 100644
View file @
90651d2
1
+
###在线授课单词表同步
2
+
选中或取消选中发送消息格式一样 如下:
3
+
```
4
+
{
5
+
BFEKeyWordList
=
(
6
+
unfamiliar,
7
+
mysterious
8
+
//这里是所有选中的单词数组
9
+
);
10
+
command
=
BFEShouldReloadKeyWordList;
11
+
subType
=
BFEReloadKeyWordListAction;
12
+
type
=
templateAction;
13
+
}
14
+
```
Please
register
or
login
to post a comment