支持 template 模板 list 模式

This commit is contained in:
muwoo
2021-12-17 17:47:51 +08:00
parent afca4f2b5a
commit 8bcc5d409c
30 changed files with 13784 additions and 28 deletions

View File

@@ -67,7 +67,7 @@ const createPluginManager = (): any => {
return {
...pluginInfo,
indexPath: commonConst.dev()
? "http://localhost:8080/#/"
? "http://localhost:8081/#/"
: `file://${path.join(pluginPath, "../", pluginInfo.main)}`,
};
};