From 69cc5e6fb2e7afd5df707950025909ed157048ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E6=B2=90=E5=91=80?= <163636894+zimuya4153@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:41:43 +0800 Subject: [PATCH] fix: fix require path --- Config.js | 2 +- manifest.json | 2 +- tooth.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Config.js b/Config.js index b9c3ea0..ecd1a85 100644 --- a/Config.js +++ b/Config.js @@ -1,6 +1,6 @@ /// -const { I18nAPI, UserCache, Minecraft } = require("./GMLIB-LegacyRemoteCallApi/lib/GMLIB_API-JS.js"); +const { I18nAPI, UserCache, Minecraft } = require("../GMLIB-LegacyRemoteCallApi/lib/GMLIB_API-JS.js"); module.exports = { Config: { diff --git a/manifest.json b/manifest.json index 5450758..d5e595f 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "type": "lse-quickjs", "description": "普普通通的搞高亮显示", "author": "小小的子沐呀", - "version": "1.4.3", + "version": "1.4.4", "dependencies": [ { "name": "legacy-script-engine-quickjs" diff --git a/tooth.json b/tooth.json index 57ca3c8..228e88d 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/ZMBlocks/LSE_Waila", - "version": "1.4.3", + "version": "1.4.4", "info": { "name": "LSE_Waila", "description": "普普通通的高亮显示~", @@ -15,7 +15,7 @@ "legacyscriptengine" ] }, - "asset_url": "https://github.com/ZMBlocks/LSE_Waila/releases/download/v1.4.3/LSE_Waila-1.4.3.zip", + "asset_url": "https://github.com/ZMBlocks/LSE_Waila/releases/download/v1.4.4/LSE_Waila-1.4.4.zip", "prerequisites": { "github.com/LiteLDev/LeviLamina": ">=1.0.0-rc.1", "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": ">=0.9.0-rc.1",