Skip to content

ChristYoung/ngx-speller

Repository files navigation

Angular Material Icon地址

TODO list

  • 添加和删除例句功能
  • 将基础配置和过滤单词的配置分开
  • 添加近义词功能
  • 添加英文释义功能
  • 调研IndexDB搜索功能
  • filter中新增按日期搜索的功能
  • 研究使用cypress做自动化测试
  • 尝试使用Nx将nest项目和Angular项目合并, 并发布到github pages上
  • 将项目发布到github pages上, 并做ci/cd
  • 从indexDB导出数据到csv (可以使用Chrome IndexDB Exporter插件)
  • 根据导出的json文件重新导入到本地数据库中
  • 研究web的speech api: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis/speak

同步数据到FireBase

github action 如何配置secret.ACCESS_TOKEN