mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	📝 Docs: 修改商店发布的跳转链接 (#2387)
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
		| @@ -71,7 +71,7 @@ export default function AdapterPage(): JSX.Element { | ||||
|     onClick: () => { | ||||
|       // TODO: open adapter release modal | ||||
|       window.open( | ||||
|         "https://github.com/nonebot/nonebot2/issues/new?template=adapter_publish.yml" | ||||
|         "https://github.com/nonebot/nonebot2/issues/new?template=adapter_publish.yml&title=Adapter%3A+%7Bname%7D&labels=Adapter" | ||||
|       ); | ||||
|     }, | ||||
|   }; | ||||
|   | ||||
| @@ -71,7 +71,7 @@ export default function PluginPage(): JSX.Element { | ||||
|     onClick: () => { | ||||
|       // TODO: open bot release modal | ||||
|       window.open( | ||||
|         "https://github.com/nonebot/nonebot2/issues/new?template=bot_publish.yml" | ||||
|         "https://github.com/nonebot/nonebot2/issues/new?template=bot_publish.yml&title=Bot%3A+%7Bname%7D&labels=Bot" | ||||
|       ); | ||||
|     }, | ||||
|   }; | ||||
|   | ||||
| @@ -71,7 +71,7 @@ export default function PluginPage(): JSX.Element { | ||||
|     onClick: () => { | ||||
|       // TODO: open plugin release modal | ||||
|       window.open( | ||||
|         "https://github.com/nonebot/nonebot2/issues/new?template=plugin_publish.yml" | ||||
|         "https://github.com/nonebot/nonebot2/issues/new?template=plugin_publish.yml&title=Plugin%3A+%7Bname%7D&labels=Plugin" | ||||
|       ); | ||||
|     }, | ||||
|   }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user