Skip to content

1.1.1

Compare
Choose a tag to compare
@orzyyyy orzyyyy released this 06 Oct 23:47
· 662 commits to master since this release
5898251

2019-10-07

  • 版本主要任务

    • 以 react hooks 重构页面代码
      • 暂时移除局部页面的按需加载
    • 覆盖测试用例
  • document

    • 增加 collapsible 使 Sider 可折叠 #190
    • react-markdown 迁移到 marked #204
      • 加入 github-markdown-css
    • 增加 visible 属性以控制 MainPageList 项的显隐 #212
    • 增加隐藏 MainPageList 项的接口 #214
      • 位于右键菜单中
    • 设置 mini-xmind 默认方向为横向 d26d526
  • exhentai

    • 增加按钮用于更新 exhentai list #203
    • 重写 exhentai 中 的/download/status #233
      • 默认显示最新时间戳目录下所有文件夹的图片缺失情况,以前则是只能指定某个文件夹
      • 现在不需要再传 name
      • dateStamp 可选
    • 检查图片状态时返回漫画名称 cdbe9b1
  • 构建

    • 从 CircleCI 迁移到 github actions #201
    • 线上构建时,不再上传 mapping.json 中 visible 为 false 的文件 #213
    • 移除 moment 的 locales 866b200
    • 构建时为每个路由创建 html 模板 #229 #230
      • 从 HashRouter 迁移到 BrowserRouter
      • 同时支持 netlify 和 gh-pages 3db201b
    • 线上环境压缩 json 文件 #243
    • 现在只会在 release 时 deploy 到 gh-pages,netlify 仍然是合并到 master 时构建 04b91b3
  • 其他

    • 更新 banner #215
    • 增加通用接口查询 mysql #225 424fa58 6ea552f
    • 以 middleware 的方式初始化路由 #227
    • 装饰器 Request 支持默认返回值 #232
      • return 时则返回被 return 的值
      • 否则返回字符串 success