mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-11-04 15:46:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			378 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			378 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from nonebot.plugin import PluginMetadata
 | 
						|
 | 
						|
__plugin_meta__ = PluginMetadata(
 | 
						|
    name="轻雪天气",
 | 
						|
    description="基于和风天气api的天气插件",
 | 
						|
    usage="",
 | 
						|
    type="application",
 | 
						|
    homepage="https://github.com/snowykami/LiteyukiBot",
 | 
						|
    extra={
 | 
						|
            "liteyuki": True,
 | 
						|
            "toggleable"     : True,
 | 
						|
            "default_enable" : True,
 | 
						|
    }
 | 
						|
)
 | 
						|
 |