mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 06:56:39 +00:00 
			
		
		
		
	修改自己几个插件的Tag
This commit is contained in:
		| @@ -519,7 +519,20 @@ | |||||||
|     "desc": "一个ATRI语音包,基于文本相似度匹配回复", |     "desc": "一个ATRI语音包,基于文本相似度匹配回复", | ||||||
|     "author": "FYWinds", |     "author": "FYWinds", | ||||||
|     "homepage": "https://github.com/FYWinds/nonebot-plugin-atri", |     "homepage": "https://github.com/FYWinds/nonebot-plugin-atri", | ||||||
|     "tags": [], |     "tags": [ | ||||||
|  |       { | ||||||
|  |         "label": "a:onebot", | ||||||
|  |         "color": "#000000" | ||||||
|  |       }, | ||||||
|  |       { | ||||||
|  |         "label": "a:cqhttp", | ||||||
|  |         "color": "#000000" | ||||||
|  |       }, | ||||||
|  |       { | ||||||
|  |         "label": "v:voice", | ||||||
|  |         "color": "#f5f5dc" | ||||||
|  |       } | ||||||
|  |     ], | ||||||
|     "is_official": false |     "is_official": false | ||||||
|   }, |   }, | ||||||
|   { |   { | ||||||
| @@ -649,7 +662,16 @@ | |||||||
|     "desc": "对 go-cqhttp 的 API 调用添加了类型注解与滥用OOP的返回值Model支持,远离魔法方法的Dict[Any, Any]", |     "desc": "对 go-cqhttp 的 API 调用添加了类型注解与滥用OOP的返回值Model支持,远离魔法方法的Dict[Any, Any]", | ||||||
|     "author": "FYWinds", |     "author": "FYWinds", | ||||||
|     "homepage": "https://github.com/FYWinds/gocqapi", |     "homepage": "https://github.com/FYWinds/gocqapi", | ||||||
|     "tags": [], |     "tags": [ | ||||||
|  |       { | ||||||
|  |         "label": "a:onebot", | ||||||
|  |         "color": "#000000" | ||||||
|  |       }, | ||||||
|  |       { | ||||||
|  |         "label": "a:cqhttp", | ||||||
|  |         "color": "#000000" | ||||||
|  |       }, | ||||||
|  |     ], | ||||||
|     "is_official": false |     "is_official": false | ||||||
|   }, |   }, | ||||||
|   { |   { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user