mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-25 17:35:34 +00:00
修复上传角色面板图路径错误
Signed-off-by: ChallengerV <245646299@qq.com>
This commit is contained in:
parent
2300dec2d3
commit
aa190a7836
@ -9,8 +9,6 @@ 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