Showing
1 changed file
with
4 additions
and
5 deletions
@@ -13,8 +13,10 @@ | @@ -13,8 +13,10 @@ | ||
13 | * 显示文章注释按钮 ShowAnnotationButton | 13 | * 显示文章注释按钮 ShowAnnotationButton |
14 | * 显示框中的滚动视图 PageRemarkScrollView 可显示 | 14 | * 显示框中的滚动视图 PageRemarkScrollView 可显示 |
15 | * 每一个备注页 PageRemarkContent 可显示 可操作-文本的滚动操作 | 15 | * 每一个备注页 PageRemarkContent 可显示 可操作-文本的滚动操作 |
16 | -* 逻辑树按钮 StructureButton 可显示 | 16 | +* 逻辑树按钮 LogicTreeButton |
17 | -* 逻辑树返回文章按钮 PassageButton 可显示 | 17 | +* 逻辑树页面返回文章按钮 PassageButton |
18 | +* 逻辑树页面显示下一部分 LogicTreeDislayNextPartButton | ||
19 | +* 逻辑树页面显示文本 LogicTreeDislayContent 可显示 可操作-文本可以上下左右滑动 | ||
18 | 20 | ||
19 | ### 单词学习模板 | 21 | ### 单词学习模板 |
20 | 22 | ||
@@ -78,15 +80,12 @@ | @@ -78,15 +80,12 @@ | ||
78 | * 音频文本 AudioTextView 可显示 可操作-文本可以滑动 | 80 | * 音频文本 AudioTextView 可显示 可操作-文本可以滑动 |
79 | * 音频选择题 AudioChoiceQuestionView 可显示 可操作-可以滑动 | 81 | * 音频选择题 AudioChoiceQuestionView 可显示 可操作-可以滑动 |
80 | * 音频选择题选项 AudioChoiceQuestionOptionsButton 可显示 可操作-可以点击选择 | 82 | * 音频选择题选项 AudioChoiceQuestionOptionsButton 可显示 可操作-可以点击选择 |
81 | -* 逻辑树显示下一部分 StructureDislayNextPartButton // 通用 | ||
82 | -* 逻辑树显示文本 StructureDislayTextView 可显示 可操作-文本可以上下左右滑动 // 通用 | ||
83 | 83 | ||
84 | ### 发音模板 | 84 | ### 发音模板 |
85 | 85 | ||
86 | * 发音模板标题 PronounceTitleLabel 可显示 | 86 | * 发音模板标题 PronounceTitleLabel 可显示 |
87 | * 发音对比图片(小) PronounceCompareSmallImageView 可显示 可操作-点击放大 | 87 | * 发音对比图片(小) PronounceCompareSmallImageView 可显示 可操作-点击放大 |
88 | * 发音对比图片(大) PronounceCompareBigImageView 可显示 可操作-点击跳动并且发音 | 88 | * 发音对比图片(大) PronounceCompareBigImageView 可显示 可操作-点击跳动并且发音 |
89 | -* | ||
90 | 89 | ||
91 | ### 表达模板 | 90 | ### 表达模板 |
92 | 91 |
-
Please register or login to post a comment