chore: 修改metadata scriptPath的相对位置

This commit is contained in:
xiaojunnuo
2025-12-31 18:39:58 +08:00
parent ed0016fd2b
commit 806ebdb8a8
231 changed files with 231 additions and 231 deletions
@@ -86,7 +86,7 @@ async function genMetadata(){
location = location.substring(0, location.length - 3)
location = location.replaceAll("\\","/")
location += ".js"
location = `../../..${location}` // 从modules/plugin/plugin-service 加载 ../../plugins目录下的文件
location = `${location}` // 从modules/plugin/plugin-service 加载 ../../plugins目录下的文件
const pluginDefine = {
...value.define