Files
yinx-cli/lib/plugins/lod/index.js
2025-12-22 12:07:12 +08:00

11 lines
155 B
JavaScript

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