feat: 🚀 优化编辑器自定义图片和视频命名

This commit is contained in:
2025-07-22 16:13:26 +08:00
parent 2347bc6f0c
commit d79c3f8191
5 changed files with 97 additions and 118 deletions

2
src/components.d.ts vendored
View File

@@ -7,6 +7,7 @@ export {}
declare module "vue" {
export interface GlobalComponents {
Editor: typeof import("./components/Editor/index.vue")["default"];
ElAside: typeof import("element-plus/es")["ElAside"];
ElAutocomplete: typeof import("element-plus/es")["ElAutocomplete"];
ElBreadcrumb: typeof import("element-plus/es")["ElBreadcrumb"];
@@ -60,6 +61,7 @@ declare module "vue" {
IEpRemove: typeof import("~icons/ep/remove")["default"];
IEpSearch: typeof import("~icons/ep/search")["default"];
IEpSwitchButton: typeof import("~icons/ep/switch-button")["default"];
Index2: typeof import("./components/Editor/index2.vue")["default"];
RouterLink: typeof import("vue-router")["RouterLink"];
RouterView: typeof import("vue-router")["RouterView"];
}