Commit Graph

158 Commits

Author SHA1 Message Date
Estrella Pan
c6aaddddbc Merge pull request #478 from 100gle/openai-parser
feat: add basic OpenAI parser implementation
2023-10-02 00:10:37 +08:00
100gle
1fe62818de ci: fix the testing ci issue 2023-10-01 21:34:35 +08:00
100gle
f2db6542ad chore: move openai module to analyser module 2023-10-01 20:59:09 +08:00
EstrellaXD
c8e2e703d9 fix: local version update bug. 2023-10-01 16:27:42 +08:00
100gle
38e535d749 ci: fix the testting ci issue 2023-10-01 13:28:58 +08:00
100gle
1e0dac8736 fix: integrate mock for OpenAIParser for testing 2023-10-01 13:16:06 +08:00
100gle
2751bcabb2 refactor: flatten openai configuration options 2023-10-01 13:00:05 +08:00
100gle
74bdcb915f chore: remove unused print 2023-10-01 09:39:01 +08:00
EstrellaXD
0738667520 feat: fix path problem. 2023-10-01 04:00:55 +08:00
EstrellaXD
a608a541b1 feat: fix path problem. 2023-10-01 03:47:17 +08:00
100gle
3f517c4d2d feat: integrate OpenAIParserto TitleParser 2023-09-30 19:42:31 +08:00
100gle
d093fdba0e chore: add deserializing argument for parse method 2023-09-30 19:31:34 +08:00
EstrellaXD
3569ac9e28 feat: add icon in bark notify plugin. Close #477 2023-09-28 17:02:32 +08:00
EstrellaXD
a0b6af3117 fix: poster link update bug. 2023-09-28 16:56:37 +08:00
EstrellaXD
a4f1bbd15f feat: update searcher 2023-09-28 16:04:52 +08:00
100gle
03304baea6 feat: add openai configuration to web ui 2023-09-28 09:08:17 +08:00
100gle
bfbf7aed56 feat: add experimental openai configuration 2023-09-27 21:46:38 +08:00
100gle
9f834ecefc chore: update docs and use logger instance 2023-09-27 20:40:18 +08:00
100gle
77201d5de2 chore: adjust default parameters and test assertion 2023-09-27 17:01:14 +08:00
100gle
8477774b62 feat: add basic OpenAI parser implementation 2023-09-27 16:53:34 +08:00
EstrellaXD
bf6fda7be8 feat: add refresh poster api. 2023-09-26 16:12:15 +08:00
EstrellaXD
ba1674c6bf fix: collector season limit. Fix #470 2023-09-25 19:17:31 +08:00
EstrellaXD
a5f9f858bc fix: collector season limit 2023-09-25 19:14:07 +08:00
EstrellaXD
3a2c84af98 fix: tmdb parser problem. 2023-09-24 15:51:56 +08:00
EstrellaXD
dac0bca29d Merge remote-tracking branch 'origin/3.1-dev' into 3.1-dev 2023-09-24 10:16:07 +08:00
EstrellaXD
d83b6c0b59 fix: fix #455 2023-09-24 10:15:56 +08:00
shininome
94fbe24bb0 按照时间排序季 2023-09-24 09:47:42 +08:00
EstrellaXD
6a73d9ec41 fix: user update issue, tmdb leak poster issue. 2023-09-23 22:32:57 +08:00
EstrellaXD
a54c1066fc fix: update logic of version update judgment. 2023-09-23 20:51:41 +08:00
EstrellaXD
313b3e90d8 webui: speed up animation. 2023-09-23 19:36:20 +08:00
EstrellaXD
57009b537e webui: add search animation. 2023-09-20 22:01:59 +08:00
EstrellaXD
f2d87f346e fix: login failed message. 2023-09-19 14:14:51 +08:00
EstrellaXD
48d77b795d fix: check connection error. 2023-09-18 20:03:23 +08:00
estrella
9fcbb6cc7f fix: program api problem 2023-09-18 19:48:19 +08:00
estrella
ee5a6669e7 fix: 启动时可以剥离 qBittorrent。 2023-09-17 21:45:52 +08:00
estrella
46f643fb40 fix: update rule. 2023-09-17 16:23:38 +08:00
EstrellaXD
82e6cce8cd chore: add type hint in manage/torrent 2023-09-10 16:18:28 +08:00
EstrellaXD
8ce468b6c2 Merge remote-tracking branch 'origin/3.1-dev' into 3.1-dev 2023-09-10 14:46:40 +08:00
EstrellaXD
f779dbd518 fix: manage problem. 2023-09-10 14:46:29 +08:00
EstrellaXD
746417aa45 fix: 通知海报出错。 2023-09-10 12:50:07 +08:00
EstrellaXD
cfddecc0c1 feat: add animation. Speed up subscribe. 2023-09-10 01:22:46 +08:00
EstrellaXD
daadcb2d82 fix:
- ui problem.
- return rss link of searcher
2023-09-09 19:27:11 +08:00
EstrellaXD
1a5daa8aae fix: backend parser error.
search add button function.
2023-09-09 12:25:13 +08:00
EstrellaXD
007d28fbc7 fix: connection bug. 2023-09-07 19:48:42 +08:00
EstrellaXD
396fd73f9d fix: request error bugs.
webui: move func to store reduce code in component.
2023-09-07 18:48:34 +08:00
EstrellaXD
9953a76a39 webui: change v-bind model. add transition effect in mian page. 2023-09-07 01:57:19 +08:00
zthxxx
544dda81c4 feat: 番剧搜索框接口使用和交互完成
- 三种搜索触发来源
  - 输入中 debounce 600ms 后触发搜索
  - 按回车或点击搜索 icon 按钮后触发搜索
  - 切换 provider 源站时触发搜索
- 渲染的番剧信息列表样式待调整
- 搜索框 placeholder / provider 展示样式/i18n 待调整
2023-09-07 00:54:17 +08:00
EstrellaXD
6681590b7b fix: search bar type error. 2023-09-06 23:49:39 +08:00
EstrellaXD
aeac217138 fix: version update. rss add bugs. 2023-09-06 23:49:20 +08:00
EstrellaXD
2e4cf0d621 feat: add tmdb poster. 2023-09-06 23:48:39 +08:00