mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-11-04 07:17:39 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			593 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			593 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
additionalProperties:
 | 
						||
  key:    #应用的 key ,仅限英文,用于在 Linux 创建文件夹
 | 
						||
  name:   #应用名称
 | 
						||
  tags:
 | 
						||
    - Tool #应用标签,可以有多个,请参照下方的标签列表
 | 
						||
  shortDescZh:  #应用中文描述,不要超过30个字
 | 
						||
  shortDescEn:  #应用英文描述
 | 
						||
  type: tool  #应用类型,区别于应用分类,只能有一个,请参照下方的类型列表
 | 
						||
  crossVersionUpdate:   #是否可以跨大版本升级
 | 
						||
  limit:  #应用安装数量限制,0 代表无限制
 | 
						||
  website:  #官网地址
 | 
						||
  github:  #github 地址
 | 
						||
  document:  #文档地址 |