feat: migrate to DSH 0.1.5-rc.2 with TypeScript refactor, official slot footer and codex selector

This commit is contained in:
2026-09-11 13:58:29 +08:00
parent 4401e9cea7
commit fa098b5192
27 changed files with 4976 additions and 6727 deletions
+4
View File
@@ -0,0 +1,4 @@
export declare const name = "dsh-plugin-model-enhancer";
export declare const inject: string[];
export declare function getModelsDevData(): Promise<any>;
export declare function apply(ctx: any): void;