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 |
|
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
|
b91be6bb2f
|
Merge branch 'jxxghp:v2' into v2
|
2024-10-30 15:47:24 +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
|
f4633a5832
|
Refactor button layout in AccountSettingRule.vue
|
2024-10-30 07:07:04 +08:00 |
|
thsrite
|
86b4df871a
|
fix 导入自定义规则时资源体积未导入
|
2024-10-29 12:47:25 +08:00 |
|
thsrite
|
becccb8368
|
format
|
2024-10-28 13:59:08 +08:00 |
|
thsrite
|
2a9f9b725e
|
fix log
|
2024-10-28 12:47:15 +08:00 |
|
thsrite
|
5f15e84065
|
feat 自定义规则 && 优先级规则组 整体导入导出
|
2024-10-28 12:36:03 +08:00 |
|
jxxghp
|
deeb5f9d62
|
Merge pull request #217 from wikrin/v2
|
2024-10-26 08:10:40 +08:00 |
|
Attente
|
005b1a9715
|
fix: 同步后端修正msg => message
|
2024-10-26 07:16:57 +08:00 |
|
InfinityPacer
|
d120bb794c
|
fix(test): ensure rule group is specified before testing priority
|
2024-10-26 00:06:37 +08:00 |
|
machine
|
2d1d19e457
|
fix: 无法导出规则分享
|
2024-10-25 17:42:20 +08:00 |
|
Aqr-K
|
c72fcbd10d
|
feat: 网络增加高级设置弹窗
|
2024-10-25 11:31:10 +08:00 |
|
InfinityPacer
|
b02c3c8e5c
|
fix(dashboard): filter and load only enabled media servers
|
2024-10-25 00:32:33 +08:00 |
|
Aqr-K
|
1d9e0eb3a3
|
Merge branch 'v2' of https://github.com/jxxghp/MoviePilot-Frontend into v2-config
|
2024-10-24 17:17:44 +08:00 |
|
Aqr-K
|
0a5b553bb8
|
feat: 增加 network 标签页,调整标签对齐方式
|
2024-10-24 17:16:47 +08:00 |
|
jxxghp
|
865d57b4d3
|
refactor: 调整网格布局样式
|
2024-10-24 11:13:55 +08:00 |
|
InfinityPacer
|
ddee496c73
|
fix(wallpapers): remove cache
|
2024-10-24 00:02:29 +08:00 |
|
jxxghp
|
9c4d12d18b
|
更新 main.ts
|
2024-10-23 20:06:41 +08:00 |
|
jxxghp
|
6efa0e307e
|
refactor: 调整导入顺序和删除无用代码
|
2024-10-23 19:44:09 +08:00 |
|
jxxghp
|
1cb78b4ccd
|
refactor: 调整SubscribeShareCard.vue中的卡片布局,将修复了文本溢出的问题。
|
2024-10-23 16:30:02 +08:00 |
|
jxxghp
|
fc6f41a549
|
refactor: 调整卡片布局的列宽为22rem
|
2024-10-23 16:21:35 +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 |
|
jxxghp
|
877d2f77bd
|
refactor: 更新规则组选择功能
调整了快捷栏中的规则组选择功能,将原来的“优先级”改为“规则”,并更新了相关文本。
修改文件:
- src/layouts/components/ShortcutBar.vue
|
2024-10-23 15:38:57 +08:00 |
|
jxxghp
|
02334489ed
|
feat: 添加规则组选择功能
为规则测试页面添加了规则组选择功能,用户可以从下拉列表中选择规则组进行测试。
- 添加了规则组选择表单项
- 加载规则组列表的函数
- 调用API识别时传递规则组名称
Fixes #209
|
2024-10-23 15:35:42 +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 |
|
jxxghp
|
3f9b9a6903
|
fix 普通用户权限视图
|
2024-10-22 10:43:50 +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 |
|
jxxghp
|
bdd0cdbe55
|
Refactor DefaultLayout component to conditionally show back button based on app mode and screen size
|
2024-10-19 12:28:00 +08:00 |
|
jxxghp
|
ae261cb684
|
Refactor Footer component to use responsive display and inject app mode
|
2024-10-19 12:24:30 +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 |
|
jxxghp
|
76a487854b
|
Refactor navigator utility functions and add isPWA check
|
2024-10-19 10:39:31 +08:00 |
|
jxxghp
|
b3f616ddc6
|
Refactor SubscribeFilesDialog component to improve layout and text size handling
|
2024-10-19 08:10:05 +08:00 |
|
jxxghp
|
9b19cbefc8
|
fix user ui
|
2024-10-19 07:58:46 +08:00 |
|
jxxghp
|
a4ba6b947b
|
Refactor font size in VerticalNav component
|
2024-10-18 17:47:34 +08:00 |
|
jxxghp
|
fb510ff180
|
Refactor permission utility function
|
2024-10-18 14:24:16 +08:00 |
|