feat: update plugins

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-01-16 17:27:24 +08:00
parent 106e429a3f
commit 7ce0705d41
8 changed files with 426 additions and 90 deletions

View File

@ -17,6 +17,7 @@ declare global {
function engineLoad(str: string): any;
interface Core {
getClass(name: String): any;
getProxyClass(): any;
getInstance(): any;
read(path: string): string;
save(path: string, content: string): void;