feat(update-center): 添加全选功能及状态管理

添加全选复选框组件及相关状态管理逻辑
实现全选/取消全选功能
添加部分选中状态显示
更新工具栏组件以支持新功能
This commit is contained in:
2026-04-12 22:02:01 +08:00
parent ca7520cb2e
commit 763af5c37e
4 changed files with 66 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div
class="min-h-0 overflow-y-auto overscroll-contain border-r border-slate-200/70 p-6 dark:border-slate-800/70"
class="min-h-0 overflow-y-auto overscroll-contain scrollbar-muted border-r border-slate-200/70 p-6 dark:border-slate-800/70"
>
<div
v-if="items.length === 0"