mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-25 20:09:27 +08:00
🐛 修复 #221 & 性能优化,支持插件窗口池
This commit is contained in:
@@ -19,7 +19,7 @@ function searchKeyValues(lists, value, strict = false) {
|
||||
if (item.type === 'regex' && !strict) {
|
||||
return formatReg(item.match).test(value);
|
||||
}
|
||||
if (item.type === 'over') {
|
||||
if (item.type === 'over' && !strict) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function pluginClickEvent({ plugin, fe, cmd, ext, openPlugin }) {
|
||||
// 模板文件
|
||||
if (!plugin.main) {
|
||||
pluginDist.tplPath = commonConst.dev()
|
||||
? 'http://localhost:8082/#/'
|
||||
? 'http://localhost:8083/#/'
|
||||
: `file://${__static}/tpl/index.html`;
|
||||
}
|
||||
// 插件市场
|
||||
|
||||
Reference in New Issue
Block a user