You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
摘要
为了方便新UI设计 (#41) 和Angular升级 (#34),我们需要把界面切分成一个个独立的组件(
component
s)并赋予统一的名称,方便协作。像这样:
这个 issue 用来划分和记录界面的组件,并定义它们的接口。
已划分出的组件
player-button
播放按钮
audioUrl
(string
) 音频文件地址text
(string
) 按钮显示文字idiom-main-display
条目主标题
有高亮:
text
(array of string
) 熟语文字highlighted
(array of object
) 高亮部分的起止位置menu-item
菜单项
text
(array of string
) 熟语文字search-box
搜索框
focused:
focused, with text:
filter on:
filter on, with text:
focused, filter on, with text:
searchText
(string
) 搜索关键字filter
(string
) 过滤器taxonomy-tag
分类标签
text
(string
) 标签文字navbar-button
导航按钮
icon
(string
) 按钮图标text
(string
) 按钮文字The text was updated successfully, but these errors were encountered: