Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

单词本 #23

Open
3 tasks
g8up opened this issue Oct 20, 2018 · 3 comments
Open
3 tasks

单词本 #23

g8up opened this issue Oct 20, 2018 · 3 comments
Assignees

Comments

@g8up
Copy link
Owner

g8up commented Oct 20, 2018

  • 添加单词本时支持选择分类
  • 本地存储方式优化,可考虑 IndexedDB,并提供管理界面
  • 单词本托管服务,支持同步
@g8up g8up self-assigned this Mar 6, 2019
@g8up g8up pinned this issue Mar 6, 2019
@g8up
Copy link
Owner Author

g8up commented Mar 7, 2019

单词本时支持选择分类交互流程: 点击加号 -> 弹出分类 list -> 选择分类 -> 提交服务端

@g8up
Copy link
Owner Author

g8up commented Jul 23, 2019

选择分类:记录(sessoinStorage)上次选择的分类作为默认选中项,因为用户在阅读时,查询的词基本上是有共性。

@g8up
Copy link
Owner Author

g8up commented Jul 27, 2019

单词本官网页面模板

view-source:http://dict.youdao.com/wordbook/wordlist?keyfrom=null

<div style="width:500px;float:right;text-align:right;">
  <label for="select_category">分类</label>
  <select id="select_category">
    <option value="">全部分类</option>
    <option value="lol">lol </option>
    <option value="计算机">计算机 </option>
    <option value="surfinginternet">surfinginternet </option>
    <option value="amumu">amumu </option>
    <option value="无标签">无标签 </option>
    <option value="oracle">oracle </option>
    <option value="java完美编程">java完美编程 </option>
    <option value="javascript dom">javascript dom </option>
    <option value="前端">前端 </option>
    <option value="photoshop">photoshop </option>
    <option value="chromeextension">chromeextension </option>
  </select>

  <a href="#" id="toggle_listmode" class="active"></a><a href="#" id="toggle_cardmode"></a>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant