jxxghp
aa5f31ee70
添加Github和PIP加速代理的显示处理逻辑:使用计算属性管理代理设置
2025-04-21 14:21:34 +08:00
jxxghp
8e5ffa81a1
优化样式,调整背景模糊效果和颜色,更新组件内边距,增强视觉效果和用户体验。
2025-04-20 09:11:42 +08:00
jxxghp
e97d815dc3
Refactor page titles and dialog close buttons across multiple views
...
- Replaced instances of `DialogCloseBtn` with `VDialogCloseBtn` in TransferHistoryView, AccountSettingAbout, AccountSettingSystem, and UserProfileView for consistency.
- Introduced a new component `PageContentTitle` to standardize page titles in SiteCardListView, SubscribeListView, UserListView, and WorkflowListView, improving layout and readability.
- Added keyword filtering functionality in SubscribeListView and SubscribeShareView to enhance user experience during searches.
- Added a new site logo image to the assets.
2025-04-15 13:23:56 +08:00
jxxghp
7703d8157c
feat: 移除多个组件中的多余 variant 属性,简化代码
2025-04-11 08:29:00 +08:00
景大侠
4271b63530
初步支持飞牛影视
2025-03-28 15:51:55 +08:00
jxxghp
793cdd8f4c
feat: 添加进度框以显示系统配置重载状态
2025-03-08 08:07:04 +08:00
InfinityPacer
c119384c22
fix(settings): remove invalid githubMirrorsItems
2025-02-14 14:19:48 +08:00
jxxghp
e8ede6e606
更新设置相关组件:优化错误提示信息,增强用户反馈
2025-01-09 12:29:45 +08:00
InfinityPacer
7bfc7602a7
fix(log): add LOG_FILE_FORMAT
2025-01-06 02:38:58 +08:00
InfinityPacer
b52b2cedad
fix(log): update hint
2025-01-06 02:37:40 +08:00
jxxghp
827bb8ba69
feat(AccountSettingSystem): 添加备用TMDB API域名选项
2025-01-04 10:23:16 +08:00
Aqr-K
b802ad8a75
feat(SystemSettings): Add the log setting UI
2025-01-03 06:23:44 +08:00
jxxghp
09d647877f
fix(ReorganizeDialog, TransferHistoryView, AccountSettingSystem, SearchBarView): 更新提示信息,将“历史记录”替换为“整理记录”
2024-12-27 07:56:20 +08:00
InfinityPacer
4ad89955d4
feat(config): add TOKENIZED_SEARCH
2024-12-26 13:56:27 +08:00
jxxghp
b33cb8a12c
refactor(Menu): update menu titles for clarity and consistency
2024-12-25 13:25:03 +08:00
Aqr-K
420827c389
Update AccountSettingSystem.vue
2024-12-09 14:31:45 +08:00
Aqr-K
1bdd08c59a
fix(copy): Mobile compatibility issues.
2024-12-09 14:28:41 +08:00
InfinityPacer
de3347cea1
feat(encoding): add detection performance mode
2024-11-27 15:32:09 +08:00
InfinityPacer
c7be304085
feat(db): add support for SQLite WAL mode
2024-11-12 17:23:57 +08:00
InfinityPacer
7754c41d34
fix API_TOKEN length
2024-11-05 15:35:10 +08:00
InfinityPacer
eea30c3a0d
fix FANART_ENABLE
2024-11-05 15:27:18 +08:00
jxxghp
bfe41a0642
refactor(setting): 补充设置项
2024-11-05 14:54:18 +08:00
jxxghp
4ba0151c42
refactor(setting): 重构设置界面布局
2024-11-05 13:13:33 +08:00
jxxghp
6327649501
refactor(setting): 移除防抖时间
2024-11-04 12:43:52 +08:00
jxxghp
bb67a051c2
feat(plugin): 添加插件市场设置窗口
...
该提交添加了一个新的组件PluginMarketSettingDialog.vue,用于插件市场的设置窗口。该窗口可以通过点击插件市场设置图标打开,并提供了保存设置的功能。
该提交还在PluginCardListView.vue中引入了PluginMarketSettingDialog组件,并在点击插件市场设置图标时打开该窗口。
该提交的目的是为了提供一个方便的界面,让用户可以设置插件市场的仓库地址。
2024-11-04 11:27:43 +08:00
Aqr-K
8b79c70be7
fix(settings): AccountSettingSystem
...
- 删除开发残留的敏感 consle.log
2024-10-31 18:09:39 +08:00
Aqr-K
bd9169bcd1
feat(settings): add new AccountSettingsSystem.vue
...
- 将 原system更名为service,原service更名为scheduler
- 增加新的 AccountSettingSystem.vue。
- 调整 menu.ts 与settings.vue,适配新的 system 标签页
2024-10-31 03:38:01 +08:00
Aqr-K
0e116ad1b9
feat(downloader): Default downloader automatic selection and checking
...
- 增加保存时的默认下载器不存在的自动选择与去重
2024-10-02 02:36:55 +08:00
Aqr-K
a547e5c34b
feat: Add new card with duplicate name judgment
...
- 给添加新卡片时,自动生成的名称增加一层重名判断,避免出现重名。
- 目录卡片特化处理,在保存时,增加一层重名检查。
2024-09-26 20:24:28 +08:00
jxxghp
9d7e52c25e
Refactor AccountSettingNotification.vue, AccountSettingRule.vue, and AccountSettingSystem.vue
...
Remove unused event listeners and save functions in various components.
2024-09-23 08:07:20 +08:00
jxxghp
153fe8fcd0
feat: 添加完成事件触发
...
为CustomRuleCard、FilterRuleGroupCard、NotificationChannelCard和AccountSettingDirectory组件添加done事件触发,以便在完成相关操作后通知其他组件。
2024-09-19 13:21:12 +08:00
Aqr-K
e2b4df3dcf
feat: Add duplicate name judgment and null value judgment
...
调整部分样式,并给下载器、媒体服务器、自定义规则、优先级规则组,名称与ID增加重名警告和空值警告,
2024-09-14 17:45:07 +08:00
jxxghp
b28347d191
refactor: Add reloadSystem function to saveDirectories, saveNotificationSetting, saveDownloaderSetting, and saveMediaServerSetting
2024-09-09 09:52:49 +08:00
jxxghp
ee10616acf
feat: Add allowRefresh prop to DownloaderCard component
2024-09-08 13:57:58 +08:00
jxxghp
6ec1bbe1ae
style: Update globalSettings injection in multiple components
2024-08-29 08:36:29 +08:00
jxxghp
cca3368d8f
style: Update AccountSettingSystem.vue to include change events for downloader and media server cards
2024-08-16 13:42:12 +08:00
jxxghp
790a8bdb9a
style: Update AccountSettingNotification.vue, AccountSettingSystem.vue, MediaServerCard.vue, and DownloaderCard.vue to include default values for config and name properties
2024-08-11 16:06:48 +08:00
jxxghp
8bd0f7a589
style: Update styles.scss and types.ts to include config property in DownloaderConf and MediaServerConf
2024-08-11 15:09:56 +08:00
jxxghp
799a385ff9
style: Update DownloaderCard, MediaServerCard, and NotificationChannelCard components to include close button functionality
2024-07-26 21:15:17 +08:00
jxxghp
c191b12514
style: Update MediaServerCard and NotificationChannelCard to use dynamic icons based on server and notification types
2024-07-26 09:00:41 +08:00
jxxghp
2c9e593af0
style: Add new downloader and update DownloaderCard.vue to display downloader information
2024-07-25 11:07:14 +08:00
jxxghp
cfc2e407a4
fix settings layout
2024-07-14 11:07:17 +08:00
jxxghp
9d3f4879ef
feat:增加域名设置
2024-06-08 10:56:29 +08:00
jxxghp
4579e00283
fix persistent-hint
2024-06-03 10:14:03 +08:00
jxxghp
5ddc955805
feat:目录设置UI
2024-05-22 18:01:53 +08:00
jxxghp
d5efe2b499
feat:增加设置项提示
2024-03-31 09:36:31 +08:00
zss
34b418af96
feat #1763
2024-03-28 16:35:20 +08:00
jxxghp
13d7344bc0
fix bug
2024-03-09 20:53:37 +08:00
jxxghp
2ad36f92c5
feat:下载器多选
2024-03-09 18:52:48 +08:00
maicss
81062d4580
fix: enhance some interactive experiences
2024-03-01 23:33:50 +08:00