Merge pull request #1322 from Rintim/Dev-Enhancement-OncePath
提供新函数,使基于`import.meta.url`的URL转换为无名杀的相对路径
This commit is contained in:
commit
8f83f83947
|
@ -1,4 +1,4 @@
|
||||||
export const rootURL = new URL(import.meta.url);
|
export const rootURL = new URL("../", import.meta.url);
|
||||||
|
|
||||||
export { GNC, gnc, setGNC } from "./noname/gnc/index.js";
|
export { GNC, gnc, setGNC } from "./noname/gnc/index.js";
|
||||||
export { AI, ai, setAI } from "./noname/ai/index.js";
|
export { AI, ai, setAI } from "./noname/ai/index.js";
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue