Commit Graph
145 Commits
Author SHA1 Message Date
jxxghp 7181f83d66 更新 Footer.vue 2025-01-26 22:10:10 +08:00
jxxghp c718d57e77 优化重启确认对话框的布局 2025-01-16 08:16:51 +08:00
jxxghp 1a3d76d7b9 添加重启确认对话框并优化用户配置对话框的布局 2025-01-15 18:39:26 +08:00
jxxghp 5a647fabfa fix(UserProfile): 添加超级用户条件以控制站点认证对话框的显示 2024-11-20 08:16:27 +08:00
jxxghp a050b7c7d5 feat: 更新版本至2.0.7 2024-11-19 08:45:39 +08:00
jxxghp 4c8207ef9a 更新 DefaultLayout.vue 2024-11-12 23:12:27 +08:00
jxxghp 539a7de1ad Update DefaultLayout.vue to fix conditional rendering of the back button 2024-11-12 20:42:02 +08:00
jxxghp 865d57b4d3 refactor: 调整网格布局样式 2024-10-24 11:13:55 +08:00
jxxghp 877d2f77bd refactor: 更新规则组选择功能
调整了快捷栏中的规则组选择功能,将原来的“优先级”改为“规则”,并更新了相关文本。

修改文件:
- src/layouts/components/ShortcutBar.vue
2024-10-23 15:38:57 +08:00
jxxghp 3f9b9a6903 fix 普通用户权限视图 2024-10-22 10:43:50 +08:00
jxxghp deabf23475 fix ui layout 2024-10-19 20:19:30 +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
jxxghp 76a487854b Refactor navigator utility functions and add isPWA check 2024-10-19 10:39:31 +08:00
jxxghp fb510ff180 Refactor permission utility function 2024-10-18 14:24:16 +08:00
Aqr-K 35d130a01b Merge branch 'dev' into dev-user 2024-10-18 11:03:01 +08:00
Aqr-K 1c83752f56 feat(user): add username modification function. 2024-10-18 02:50:52 +08:00
InfinityPacer 8083e94ecd fix(message): add delay to prevent 403 2024-10-17 16:59:51 +08:00
InfinityPacer 505773043b feat(security): remove unnecessary token 2024-10-10 15:40:06 +08:00
InfinityPacer 4bd97f9d81 fix: handle scenarios where avatar is empty 2024-09-16 17:09:51 +08:00
jxxghp 9d55f8ab24 sync main 2024-08-19 12:26:10 +08:00
jxxghp fc61f3fca1 style: Update UserCard.vue to include user subscription counts and user management actions 2024-08-18 11:44:34 +08:00
jxxghp 6136095e0f style: improve LoggingView table layout and styling, add refreshing indicator using LoadingBanner component 2024-07-14 18:48:36 +08:00
jxxghp cfc2e407a4 fix settings layout 2024-07-14 11:07:17 +08:00
jxxghp b2e1fe314f fix user 2024-07-06 17:53:51 +08:00
jxxghp a815e07cdd fix store 2024-06-20 07:08:47 +08:00
jxxghp be1a44ad61 fix keepalive 2024-06-15 18:10:56 +08:00
jxxghp 28b307fb98 back arrow 2024-06-14 22:51:50 +08:00
jxxghp f598eed149 fix ui 2024-06-14 08:27:42 +08:00
jxxghp 971bae3be0 更新 Footer.vue 2024-06-14 07:44:54 +08:00
jxxghp 9a6abf4d5a 更新 Footer.vue 2024-06-14 07:27:09 +08:00
jxxghp d756077a48 更新 Footer.vue 2024-06-14 07:26:55 +08:00
jxxghp a1fc87bb1e fix footer ui 2024-06-14 07:15:17 +08:00
jxxghp d2164d9ada fix ui 2024-06-13 20:29:53 +08:00
jxxghp 7eacaf8fc5 fix ui 2024-06-13 19:52:31 +08:00
jxxghp 9aa2de526e fix 2024-06-13 19:24:04 +08:00
jxxghp 12dfc5b407 fix app mode ui 2024-06-13 19:11:00 +08:00
jxxghp 1fc964ec16 add app mode 2024-06-13 17:30:50 +08:00
jxxghp a1130ec60b feat:捷径根据参数自动打开 2024-06-08 07:45:45 +08:00
jxxghp b7f8ffd56f fix 聚合搜索 2024-06-02 18:45:50 +08:00
jxxghp b859d00cb9 fix 聚合搜索 2024-06-02 14:58:58 +08:00
jxxghp a2d28ad360 feat:聚合搜索(working...) 2024-06-02 11:13:03 +08:00
Allen 3321427eb4 修正tab路由参数为query,解决原先采用params路由参数时导致主菜单选中状态不同步的问题 2024-05-31 11:18:44 +08:00
jxxghp 52e0d3a4bc fix tab route 2024-05-31 08:04:27 +08:00
Allen 528a4ddb03 完善设定tab精确路由 2024-05-30 15:16:49 +08:00
Allen 49dd3f726a 解决路由回跳缺陷(1、手动退出后重新登录会错误地回到上次丢失认证时记录的路由页面;2、后端接口403时会错误地回到上次丢失认证时记录的路由页面而不是当前页面) 2024-05-16 10:54:10 +08:00
jxxghp 2c35d0f897 fix layout ui 2024-05-11 12:53:42 +08:00
jxxghp c44b20bae3 Update confirmation dialog styles and props in UserProfile.vue, FileList.vue, PluginCard.vue, and dashboard.vue 2024-05-06 17:37:47 +08:00
jxxghp 7f05932fb9 remove github icon 2024-05-06 13:22:16 +08:00
jxxghp 1a25710aac fix user/current 调用过多 2024-05-05 12:01:01 +08:00