UNPKG

yunzai-micro-plugin

Version:

Yunzai开发管理面板

10 lines 286 B
import { Client, createLogin, Processor } from 'yunzaijs' setTimeout(async () => { // 输入login配置 await createLogin() // 运行客户端 await Client.run().then(async () => { // 读取yunzai.config.js await Processor.install('yunzai.config.js') }) }, 0)