mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-25 17:35:34 +00:00
parent
aa190a7836
commit
fef7a9b1d3
@ -9,6 +9,8 @@ const getRoot = (root = '') => {
|
|||||||
root = `${_path}/`
|
root = `${_path}/`
|
||||||
} else if (root === 'miao') {
|
} else if (root === 'miao') {
|
||||||
root = `${_path}/plugins/miao-plugin/`
|
root = `${_path}/plugins/miao-plugin/`
|
||||||
|
} else {
|
||||||
|
root = `${_path}/plugins/${root}/`
|
||||||
}
|
}
|
||||||
return root
|
return root
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user