chore: release

This commit is contained in:
xiaojunnuo
2026-01-14 00:12:43 +08:00
parent fc27a66825
commit 170b39fde6
3 changed files with 12 additions and 56 deletions
@@ -229,8 +229,16 @@ table th:nth-of-type(2) {
// setTimeout(() => why(), 100); // 延迟打印原因
async function main(){
await genMetadata()
await genPluginMd()
console.log("genMetadata success")
// 获取args genmd
const args = process.argv.slice(2)
if(!args.includes("docoff")){
await genPluginMd()
console.log("genPluginMd success")
}
process.exit()
}
main()