Commit Graph

119 Commits

Author SHA1 Message Date
Estrella Pan
67fbfe8bc0 Merge pull request #547 from 100gle/support-azure-openai
feat(openai): support Microsoft Azure OpenAI
2023-10-08 19:56:46 +08:00
100gle
b633fa0e18 chore(openai): fix typo placeholder for api_version 2023-10-08 16:24:58 +08:00
100gle
94a32b3af3 feat(openai): support azure openai 2023-10-08 16:15:16 +08:00
Estrella Pan
04735219be Merge pull request #545 from EstrellaXD/3.1-dev
docs: fix docs issue.
2023-10-08 12:34:44 +08:00
Rewrite0
7113335b18 refactor: Move transition group style 2023-10-06 07:31:04 +00:00
Rewrite0
c403e266ea fix: fix openAI settings form & file rename 2023-10-06 05:12:10 +00:00
Rewrite0
88c4bd082c refactor: Remove useless variables 2023-10-06 04:39:16 +00:00
Rewrite0
edf697e68a feat: lint & format 2023-10-06 04:32:33 +00:00
TioaChan
8c230bbbff fix: 使用反代时 RSS 图标路径错误 2023-10-05 10:39:40 +08:00
EstrellaXD
fb721d25dc feat: add local cache poster. 2023-10-04 16:56:07 +08:00
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
2751bcabb2 refactor: flatten openai configuration options 2023-10-01 13:00:05 +08:00
Estrella Pan
15eb3db53e Merge pull request #486 from 100gle/3.1-dev 2023-09-28 17:10:01 +08:00
100gle
f8aabff477 style: change AbSwitch background color 2023-09-28 17:05:45 +08:00
100gle
f540beec9f chore: add placeholder for openai settings 2023-09-28 16:19:22 +08:00
100gle
4d15c20ab5 feat: add warning information for experimental settings 2023-09-28 09:38:00 +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
EstrellaXD
bf6fda7be8 feat: add refresh poster api. 2023-09-26 16:12:15 +08:00
EstrellaXD
06e903e069 fix: frontend build error. 2023-09-23 23:25:33 +08:00
EstrellaXD
6a73d9ec41 fix: user update issue, tmdb leak poster issue. 2023-09-23 22:32:57 +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
8637e0b73f webui: dark icon 2023-09-19 13:52:33 +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
EstrellaXD
cfddecc0c1 feat: add animation. Speed up subscribe. 2023-09-10 01:22:46 +08:00
EstrellaXD
64d7950619 fix: story caused build bug. 2023-09-09 19:35:02 +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
522b33dc34 webui: fix search.ts 2023-09-08 21:15:20 +08:00
EstrellaXD
6367cc22a2 webui: move search component to ab-search-bar.vue 2023-09-08 20:18:21 +08:00
EstrellaXD
0177a8999a Merge branch 'webui-model-update' into 3.1-dev 2023-09-08 13:38:39 +08:00
EstrellaXD
978e0d37e0 webui: search api model change. 2023-09-08 13:38:11 +08:00
zthxxx
bec27b29e6 fix: 搜索接口后端关闭连接时会触发 error 事件,前端需要手动调用 close 不再自动重连 2023-09-08 13:24:59 +08:00
EstrellaXD
ef19f4ed07 feat: add vue/component 2023-09-08 10:50:06 +08:00
EstrellaXD
36994be369 feat: add click outside to close search result and provider select. 2023-09-08 10:49:41 +08:00
zthxxx
ff69990daa fix: 修复搜索番剧输入框报错后中断问题
- 报错信息改为 console 中展示,不打断 observer
- input 输入框改为 v-model 绑定,解决 IME 输入法输入时打断问题

待优化:
- 后端解析时报错信息应该和重新约定接口格式,将解析数据或报错信息都能返回到前端解析和提示
- 搜索项数据没限制,条数太多等时间太长没有意义
- 列表项的 UI 待优化,比如展示样式和点击添加/关闭啥的
2023-09-08 01:32:24 +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
a430258a2b change: axios default setting. 2023-09-06 21:35:59 +08:00
EstrellaXD
fdd67697bd webui: add rss manage function. 2023-09-05 00:37:36 +08:00
EstrellaXD
20c3c42f8a webui: update search card.
backend: update api url and rss manage api route.
2023-09-04 20:53:25 +08:00
EstrellaXD
74eea85094 Merge branch 'webui' into 3.1-dev 2023-09-04 13:25:27 +08:00
EstrellaXD
fba142fe68 webui: little adjust on ui. 2023-09-04 01:33:51 +08:00
EstrellaXD
cbd3322a0d webui: change search bar style. 2023-09-03 22:04:38 +08:00
EstrellaXD
b672983ef2 webui: disable registerSW 2023-09-03 19:57:43 +08:00