优化第一阶段

This commit is contained in:
yinsx
2025-12-22 12:07:12 +08:00
parent dd99e932b4
commit 1df41ac4ab
38 changed files with 340 additions and 300 deletions

10
lib/plugins/lod/index.js Normal file
View File

@ -0,0 +1,10 @@
async function run() {
throw new Error("尚未实现");
}
export default {
id: "lod",
name: "LOD生成器",
desc: "生成多级细节",
run,
};