mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-10 18:57:49 +08:00
14 lines
888 B
YAML
14 lines
888 B
YAML
additionalProperties:
|
||
key: BililiveRecorder #应用的 key ,仅限英文,用于在 Linux 创建文件夹
|
||
name: mikufans录播姬 #应用名称
|
||
tags:
|
||
- Tool
|
||
- Local #应用标签,可以有多个,请参照下方的标签列表
|
||
shortDescZh: 一个简单好用免费开源的直播录制工具 #应用中文描述,不要超过30个字
|
||
shortDescEn: A simple and easy-to-use free and open-source live streaming recording tool #应用英文描述
|
||
type: tool #应用类型,区别于应用分类,只能有一个,请参照下方的类型列表
|
||
crossVersionUpdate: true #是否可以跨大版本升级
|
||
limit: 0 #应用安装数量限制,0 代表无限制
|
||
website: https://rec.danmuji.org/ #官网地址
|
||
github: https://github.com/BililiveRecorder/BililiveRecorder #github 地址
|
||
document: https://rec.danmuji.org/install/versions/ #文档地址 |