mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
13 lines
848 B
YAML
13 lines
848 B
YAML
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 #文档地址 |