小调整。
parent
d7da65a071
commit
8202bf1304
|
@ -30,6 +30,10 @@ module.exports = {
|
|||
const scripts = monkey.get(setting.script.dirAbsolutePath)
|
||||
let tags = '\r\n\t' + getScript('global', scripts.global.script)
|
||||
for (const key of keys) {
|
||||
if (key === 'global') {
|
||||
continue
|
||||
}
|
||||
|
||||
let scriptTag
|
||||
|
||||
if (key.indexOf('/') >= 0) {
|
||||
|
|
Loading…
Reference in New Issue