Commit c1f4a068 authored by nanahira's avatar nanahira

bump

parent 06e5d304
......@@ -13,10 +13,11 @@ const app = new Context({
});
// Console and sandbox
app.plugin(SandboxPlugin);
// app.plugin(SandboxPlugin);
app.plugin(ConsolePlugin, {
open: false,
});
app.plugin(SandboxPlugin);
// Some services
// app.plugin(CachePlugin);
......
This diff is collapsed.
......@@ -2,7 +2,8 @@ import { CommandLocaleDef } from 'koishi-thirdeye';
import { Dict } from 'koishi';
const fileInfo = '文件名: {file} 数量: {count}';
const yamlFileInfo = '{name} 文件名: {file} 作者: {author} 版本: {version}\n{desc}';
const yamlFileInfo =
'{name} 文件名: {file} 作者: {author} 版本: {version}\n{desc}';
const listMessages = { fileInfo, yamlFileInfo };
export const commands: Dict<CommandLocaleDef> = {
draw: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment