From bebf8dabbe02077b56ec68d0a0cff209f3f90999 Mon Sep 17 00:00:00 2001 From: zpc Date: Thu, 13 Nov 2025 00:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-client/src/components.d.ts | 1 + .../components/huanmeng/hm-active-status.vue | 29 ++++ .../src/core/components/huanmeng/hm-image.vue | 121 ++++++-------- .../apps/liveforum/t_userlevels/Index.vue | 155 +++++++++++++++--- .../apps/liveforum/t_userlevels/Info.vue | 9 +- 5 files changed, 214 insertions(+), 101 deletions(-) create mode 100644 admin-client/src/core/components/huanmeng/hm-active-status.vue diff --git a/admin-client/src/components.d.ts b/admin-client/src/components.d.ts index 1d6d84e..1d6802e 100644 --- a/admin-client/src/components.d.ts +++ b/admin-client/src/components.d.ts @@ -76,6 +76,7 @@ declare module 'vue' { FindBack: typeof import('./core/components/FindBack.vue')['default'] GenerateCron: typeof import('./core/components/GenerateCron.vue')['default'] HmActionTypeSelect: typeof import('./core/components/curd/select-components/hm-action-type-select.vue')['default'] + HmActiveStatus: typeof import('./core/components/huanmeng/hm-active-status.vue')['default'] HmCommonSelect: typeof import('./core/components/curd/select-components/hm-common-select.vue')['default'] HmImage: typeof import('./core/components/huanmeng/hm-image.vue')['default'] HmImageTypeSelect: typeof import('./core/components/curd/select-components/hm-image-type-select.vue')['default'] diff --git a/admin-client/src/core/components/huanmeng/hm-active-status.vue b/admin-client/src/core/components/huanmeng/hm-active-status.vue new file mode 100644 index 0000000..04becdd --- /dev/null +++ b/admin-client/src/core/components/huanmeng/hm-active-status.vue @@ -0,0 +1,29 @@ + + + + + + diff --git a/admin-client/src/core/components/huanmeng/hm-image.vue b/admin-client/src/core/components/huanmeng/hm-image.vue index dfdc329..dd47c24 100644 --- a/admin-client/src/core/components/huanmeng/hm-image.vue +++ b/admin-client/src/core/components/huanmeng/hm-image.vue @@ -1,109 +1,82 @@