refactor: 部分应用优化 (#686)

This commit is contained in:
wanghe
2023-12-07 16:10:55 +08:00
committed by GitHub
parent 0adce85a27
commit 1646270042
18 changed files with 129 additions and 321 deletions
+20 -13
View File
@@ -1,13 +1,20 @@
additionalProperties: #固定参数
key: koishi #应用的 key ,仅限英文,用于在 Linux 创建文件夹
name: Koishi #应用名称
tags:
- Tool #应用标签,可以有多个,请参照下方的标签列表
shortDescZh: 跨平台、可扩展、高性能的聊天机器人框架 #应用中文描述,不要超过30个字
shortDescEn: Cross-platform, extensive, high-performance chatbot framework #应用英文描述
type: tool #应用类型,区别于应用分类,只能有一个,请参照下方的类型列表
crossVersionUpdate: true #是否可以跨大版本升级
limit: 0 #应用安装数量限制,0 代表无限制
website: https://koishi.chat #官网地址
github: https://github.com/koishijs/koishi #github 地址
document: https://koishi.chat #文档地址
name: Koishi
tags:
- 实用工具
title: 跨平台、可扩展、高性能的聊天机器人框架
type: 实用工具
description: 跨平台、可扩展、高性能的聊天机器人框架
additionalProperties:
key: koishi
name: Koishi
tags:
- Tool
shortDescZh: 跨平台、可扩展、高性能的聊天机器人框架
shortDescEn: Cross-platform, extensive, high-performance chatbot framework
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://koishi.chat
github: https://github.com/koishijs/koishi
document: https://koishi.chat/zh-CN/manual/introduction.html