jxxghp
a0ebb42e1e
fix: 调整 AddDownloadDialog 组件标题顺序以更好地显示种子来源
2024-11-14 20:25:10 +08:00
jxxghp
324fec8f94
fix: 更新 RcloneConfigDialog 组件标题为 RClone配置
2024-11-14 19:58:03 +08:00
jxxghp
226efc3d85
feat: 更新 AddDownloadDialog 组件以显示种子信息和文件大小,并优化布局
2024-11-14 18:59:26 +08:00
jxxghp
e785997d99
feat: 更新存储选项以包含图标并简化存储逻辑
2024-11-14 17:21:48 +08:00
jxxghp
e54384fcd7
fix: 更新 StorageCard 组件以正确显示未配置状态
2024-11-14 17:10:36 +08:00
jxxghp
39946cad1b
fix: 优化 FileList 组件中的文件和目录图标显示逻辑
2024-11-14 14:38:27 +08:00
jxxghp
6041ae9344
feat: 在 FileBrowser 组件中添加 AList 存储选项
2024-11-14 14:21:27 +08:00
jxxghp
dc9fda8d86
feat: 添加 AList 存储选项及配置对话框
2024-11-14 12:56:12 +08:00
jxxghp
7dd3877955
fix: 更新 DirectoryCard.vue 中的自动整理方式下拉字典
2024-11-14 08:06:49 +08:00
amtoaer
c3839f092f
fix: 修复站点数据显示错误
2024-11-14 01:50:58 +08:00
jxxghp
22c97d1c01
更新 ReorganizeDialog.vue
2024-11-12 12:15:28 +08:00
jxxghp
ff3d45ec91
Update SiteUserDataDialog.vue to add refresh functionality
2024-11-12 09:52:24 +08:00
jxxghp
4caf671e1c
Update hint for resource size range in CustomRuleCard.vue
2024-11-09 18:00:58 +08:00
jxxghp
5c6f32a7db
Update TorrentItem.vue to display site name in subtitle
2024-11-07 20:10:46 +08:00
jxxghp
80b24cbfbc
Update StorageCard.vue to improve download handling
2024-11-07 20:09:46 +08:00
jxxghp
8afed9768d
Update StorageCard.vue to display a more informative toast message
2024-11-07 19:18:43 +08:00
jxxghp
4ba0151c42
refactor(setting): 重构设置界面布局
2024-11-05 13:13:33 +08:00
jxxghp
98bdfb160e
Merge pull request #226 from Aqr-K/v2-settings
...
feat(user): New avatar file add webp format support
2024-11-04 12:44:40 +08:00
jxxghp
6327649501
refactor(setting): 移除防抖时间
2024-11-04 12:43:52 +08:00
Aqr-K
6937f5e1b1
feat(user): New avatar file add webp format support
...
- 新头像增加 `webp` 格式支持
2024-11-04 12:39:38 +08:00
jxxghp
e3ce4196fe
fix 内置过滤规则
2024-11-04 12:15:19 +08:00
jxxghp
bb67a051c2
feat(plugin): 添加插件市场设置窗口
...
该提交添加了一个新的组件PluginMarketSettingDialog.vue,用于插件市场的设置窗口。该窗口可以通过点击插件市场设置图标打开,并提供了保存设置的功能。
该提交还在PluginCardListView.vue中引入了PluginMarketSettingDialog组件,并在点击插件市场设置图标时打开该窗口。
该提交的目的是为了提供一个方便的界面,让用户可以设置插件市场的仓库地址。
2024-11-04 11:27:43 +08:00
jxxghp
812dd1f184
feat(dialog): Update SubscribeEditDialog.vue
...
- Add conditional rendering for certain form fields based on the 'default' prop value
- Improve user experience by showing relevant form fields only when necessary
2024-11-04 10:54:34 +08:00
Aqr-K
9cbafdfab8
feat(user): Add file type check and size determination
...
- 增加 文件类型检查
- 增加 文件大小限制,800KB
2024-11-03 18:28:07 +08:00
Aqr-K
51deb29145
style(aettings): AdvancedSystemSettingsDialog
...
- 调整开关宽度
2024-11-02 04:51:44 +08:00
Aqr-K
39c7e723ba
feat(settings): AccountSettingRule
...
- 增加对于 内置规则 的判断,避免与内置规则使用同一名称与ID。
2024-10-31 22:42:07 +08:00
Aqr-K
a9ddf159cc
同步
2024-10-31 22:08:34 +08:00
Aqr-K
caf211c34e
style(settings)
...
- 同步卡片的logo显示距离
2024-10-31 18:20:20 +08:00
Aqr-K
6bc420d57f
feat(settings): AccountSettingService
...
- 增加防抖。
- `card` 从父组件获取到的值改为深复制,解决 `card` 内修改数据,会直接导致在父组件中同步更新的问题。
2024-10-31 17:53:45 +08:00
Aqr-K
db0325a59c
feat(settings): AccountSettingRule
...
- 增加防抖。
- `card` 从父组件获取到的值改为深复制,解决 `card` 内修改数据,会直接导致在父组件中同步更新的问题。
- 修复 规则id与name 只缺少一项时,仍能正常确定的问题。
- 保存前增加一次检查,避免通过分享导入的规则存在重名与空名引发的错误。
2024-10-31 17:08:23 +08:00
Aqr-K
eab2f0df20
feat(settings): AccountSettingNotification
...
- 增加防抖。
- `card` 从父组件获取到的值改为深复制,解决 `card` 内修改数据,会直接导致在父组件中同步更新的问题。
- 微调图标位置。
2024-10-31 16:46:05 +08:00
Aqr-K
c90ed003f7
feat(settings): add systemSettingsDialog
...
- 增加 AdvancedNetworkSettingsDialog 与 AdvancedSystemSettingsDialog,适配 system 预设的高级设置弹窗。
2024-10-31 04:15:12 +08:00
jxxghp
181ad39e18
Refactor PluginCard.vue and login.vue components
2024-10-30 13:20:22 +08:00
thsrite
d67c6acfa2
fix 已安装插件显示作者头像
2024-10-30 09:52:05 +08:00
jxxghp
1cb78b4ccd
refactor: 调整SubscribeShareCard.vue中的卡片布局,将修复了文本溢出的问题。
2024-10-23 16:30:02 +08:00
jxxghp
db86d075f0
Merge pull request #212 from thsrite/v2
2024-10-23 16:09:05 +08:00
jxxghp
3db4e12bb2
refactor: 添加了卡版折叠状态和展开按钮。
2024-10-23 16:07:48 +08:00
thsrite
f4a7372b4f
feat 通知支持拖拽调整顺序
2024-10-23 16:03:57 +08:00
thsrite
9e4655070c
feat 自定义规则 && 优先级规则组支持拖拽调整顺序
2024-10-23 14:33:49 +08:00
thsrite
3c91ad2f59
feat 目录自定义是否通知
2024-10-23 12:57:48 +08:00
thsrite
f906a172dd
feat 目录监控可选监控模式
2024-10-23 11:34:09 +08:00
jxxghp
6b9c74dcea
Merge pull request #205 from Aqr-K/dev-login
2024-10-22 12:31:17 +08:00
Aqr-K
9949a16f34
fix: bug
...
- 修复超管判断条件。
2024-10-22 01:24:57 +08:00
machine
fba0df8cb9
fix: 订阅历史记录不请求后端
2024-10-21 22:46:04 +08:00
machine
7a97005524
fix: 订阅历史记录不请求后端
2024-10-21 22:44:15 +08:00
thsrite
e63f19a00d
fix 先选择媒体库存储,再选择整理方式
2024-10-21 13:34:49 +08:00
jxxghp
deabf23475
fix ui layout
2024-10-19 20:19:30 +08:00
Aqr-K
0b3fc938ae
Update UserCard.vue
2024-10-19 13:44:19 +08:00
Aqr-K
0036a895e9
feat(login): add userID
...
- 修改按钮判断的逻辑,将 `userName` 替换成 `userID` 判断;解决不管是主程序还是插件修改用户名,都会存在的条件判断导致的渲染异常显示。(拆分自user的pr)
2024-10-19 11:58:01 +08:00
jxxghp
f317d15580
Refactor DirectoryCard and PathField components
2024-10-19 11:53:10 +08:00