1 Star 0 Fork 80

GojiPn/miao-plugin

forked from Kokomi/miao-plugin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
柠檬冲水 提交于 2023-10-30 07:52 . 主动标注正则起始符
import { createApps } from 'alemonjs'
import { apps } from './index.js'
const app = createApps(import.meta.url)
app.setMessage(async e => {
await runtime.init(e)
e.sender = {}
e.sender.card = e.user_name
return e
})
app.setCharacter('#')
app.component(apps)
app.mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gojipn/miao-plugin.git
git@gitee.com:gojipn/miao-plugin.git
gojipn
miao-plugin
miao-plugin
master

搜索帮助