Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
e2a7c21b
Commit
e2a7c21b
authored
Jun 20, 2019
by
郑永强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【ID1000983】编辑端红榜任务更新A/B周
parent
04ee77d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
1 deletions
+44
-1
WeektaskCode.java
...in/java/com/pcloud/common/core/constant/WeektaskCode.java
+44
-1
No files found.
pcloud-common-core/src/main/java/com/pcloud/common/core/constant/WeektaskCode.java
View file @
e2a7c21b
...
@@ -1089,7 +1089,50 @@ public enum WeektaskCode {
...
@@ -1089,7 +1089,50 @@ public enum WeektaskCode {
/**
/**
* 创建生词听写应用(H10)
* 创建生词听写应用(H10)
*/
*/
W6_CREATE_WORD_DICTATION_APP
(
"w6_create_word_dictation_app"
);
W6_CREATE_WORD_DICTATION_APP
(
"w6_create_word_dictation_app"
),
/**
* 查看“社群书”视频教程(周A1)
*/
W6_VIEW_BOOK_GROUP_VIDEO
(
"w6_view_book_group_video"
),
/**
* 建立“社群书”(周A2)
*/
W6_CREATE_BOOK_GROUP
(
"w6_create_book_group"
),
/**
* 设置关键词回复(周A3)
*/
W6_SET_BOOK_GROUP_KEYWORD
(
"w6_set_book_group_keyword"
),
/**
* 设置入群欢迎语(周A4)
*/
W6_SET_BOOK_GROUP_WELCOME
(
"w6_set_book_group_welcome"
),
/**
* 体验“社群书”(周C3)
*/
W6_EXPERIENCE_BOOK_GROUP
(
"w6_experience_book_group"
),
/**
* 创建课文诵读应用(周C4)
*/
W6_CREATE_ARTICLE_READING_APP
(
"w6_create_article_reading_app"
),
/**
* 创建口语测评应用(周C5)
*/
W6_CREATE_ORAL_EVALUATION_APP
(
"w6_create_oral_evaluation_app"
),
/**
* 创建绘本伴读应用(周C8)
*/
W6_CREATE_PBSTORY_APP
(
"w6_create_pbstory_app"
),
/**
* 改建“社群码”(周B1)
*/
W6_UPDATE_GROUP_BOOK
(
"w6_update_group_book"
),
/**
* 创建英语随身听应用(周B2)
*/
W6_CREATE_ENGLISH_WALKMAN_APP
(
"w6_create_english_walkman_app"
)
;
public
final
String
code
;
public
final
String
code
;
...
...
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