feat: FAST-0 特殊算法
This commit is contained in:
11402
data/repo/cngk-t/algodata.json
Normal file
11402
data/repo/cngk-t/algodata.json
Normal file
File diff suppressed because it is too large
Load Diff
3
data/repo/cngk-t/manifest.toml
Normal file
3
data/repo/cngk-t/manifest.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
title = "高考必背古诗文-0"
|
||||
author = "__heurams__"
|
||||
desc = "高考古诗文 60 篇"
|
||||
5705
data/repo/cngk-t/payload.toml
Normal file
5705
data/repo/cngk-t/payload.toml
Normal file
File diff suppressed because it is too large
Load Diff
11
data/repo/cngk-t/schedule.toml
Normal file
11
data/repo/cngk-t/schedule.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
schedule = ["quick_review", "recognition", "final_review"]
|
||||
|
||||
[phases]
|
||||
quick_review = [["FillBlank", "1.0"], ["Recognition", "1.0"]]
|
||||
recognition = [["Recognition", "1.0"]]
|
||||
final_review = [["FillBlank", "1.0"], ["Recognition", "1.0"]]
|
||||
|
||||
[annotation]
|
||||
"quick_review" = "复习旧知"
|
||||
"recognition" = "新知识"
|
||||
"final_review" = "总复习"
|
||||
17
data/repo/cngk-t/typedef.toml
Normal file
17
data/repo/cngk-t/typedef.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[annotation]
|
||||
note = "笔记"
|
||||
keyword_note = "关键词翻译"
|
||||
translation = "语句翻译"
|
||||
delimiter = "分隔符"
|
||||
content = "内容"
|
||||
tts_text = "文本转语音文本"
|
||||
|
||||
[common]
|
||||
delimiter = "/"
|
||||
tts_text = "eval:payload['content'].replace('/', '')"
|
||||
|
||||
[common.puzzles] # 谜题定义
|
||||
# 我们称 "Recognition" 为 recognition 谜题的 alia
|
||||
"Recognition" = { __origin__ = "recognition", __hint__ = "", primary = "eval:payload['content']", secondary = ["eval:payload['keyword_note']", "eval:payload['note']"], top_dim = ["eval:payload['translation']"] }
|
||||
"SelectMeaning" = { __origin__ = "mcq", __hint__ = "eval:payload['content']", primary = "eval:payload['content']", mapping = "eval:payload['keyword_note']", jammer = "eval:list(payload['keyword_note'].values())", max_riddles_num = "eval:default['mcq']['max_riddles_num']", prefix = "选择正确项: " }
|
||||
"FillBlank" = { __origin__ = "cloze", __hint__ = "", text = "eval:payload['content']", delimiter = "eval:nucleon['delimiter']", min_denominator = "eval:default['cloze']['min_denominator']"}
|
||||
Reference in New Issue
Block a user