chore: 增加清理依赖缓存提示

This commit is contained in:
xiaojunnuo
2026-06-21 22:32:51 +08:00
parent 42fcb91f2e
commit 1f1b1858c7
8 changed files with 22 additions and 15 deletions
@@ -87,6 +87,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
show: true,
icon: "ion:trash-outline",
text: t("certd.clearRuntimeDeps"),
tooltip: { title: t("certd.clearRuntimeDepsTooltip") },
type: "primary",
danger: true,
async click() {