mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: 修改metadata scriptPath的相对位置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user