Commit Graph

11 Commits

Author SHA1 Message Date
EstrellaXD
ef19f4ed07 feat: add vue/component 2023-09-08 10:50:06 +08:00
zthxxx
7d50e360ed fix: 修复 bangumi search API 中的流式接口,webui 对应接口定义方法改造
- StreamingResponse 换成 EventSourceResponse,即 Server Send Event Source 方式发送数据
- webui 中 search 接口改成 rxjs Observable 方式,
  这次来不及改到 vue 里,但是写了接口 usage example;
- 顺手补了一些 vscode 通用的开发配置,
  补了之前配置文件解析漏了一个可用环境变量的 host 字段
2023-08-31 23:48:07 +08:00
Rewrite0
3425e38bb1 feat: create RSS page 2023-08-13 19:49:43 +08:00
Rewrite0
86fdb7a56a feat: webui pwa support 2023-08-12 23:15:26 +08:00
Rewrite0
cd0ff943f2 feat: Optimization 2023-06-14 22:08:07 +08:00
umbor
a9c037e69c Remove unplugin-vue-i18n and change language file format
去除unplugin-vue-i18n,语言文件改为json格式,把i18n-ally的localespaths设置为"src/locales/lang"就可以用。缺少downloader及calendar及format问题也一并修改。
2023-06-12 13:08:36 +08:00
umbor
5dd0d84a79 Merge branch 'EstrellaXD:3.1-dev' into 3.1-dev 2023-06-12 12:36:42 +08:00
100gle
b5b632ef29 feat: use husky to add git hooks before commiting code 2023-06-11 20:27:49 +08:00
umbor
4ae0bcec65 Fix some bugs
Fix some bugs
2023-06-11 14:24:17 +08:00
umbor
c53f5f9c49 Add i18n basic components
Add i18n basic components
2023-06-10 23:16:51 +08:00
zthxxx
684e124480 chore: move Auto_Bangumi_WebUI -> Auto_Bangumi_WebUI/webui/, prepare for merge into AutoBangumi repo 2023-06-05 23:47:00 +08:00