mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 00:57:13 +08:00 
			
		
		
		
	feat: 新增系统管理/公告管理(列表、查看详情、新增、修改、删除、导出)
This commit is contained in:
		
							
								
								
									
										9
									
								
								continew-admin-ui/src/env.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								continew-admin-ui/src/env.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -9,3 +9,12 @@ declare module '*.vue' { | ||||
| interface ImportMetaEnv { | ||||
|   readonly VITE_API_BASE_URL: string; | ||||
| } | ||||
|  | ||||
| declare module '@kangc/v-md-editor'; | ||||
| declare module '@kangc/v-md-editor/lib/preview'; | ||||
| declare module '@kangc/v-md-editor/lib/theme/github.js'; | ||||
| declare module '@kangc/v-md-editor/lib/plugins/emoji/index'; | ||||
| declare module '@kangc/v-md-editor/lib/plugins/copy-code/index'; | ||||
| declare module '@kangc/v-md-editor/lib/plugins/todo-list/index'; | ||||
| declare module 'highlight.js'; | ||||
| declare module 'highlight.js/lib/languages/json'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user