mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-23 02:55:35 +08:00
📝 Docs: 修改商店发布的跳转链接 (#2387)
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
parent
2a2e357513
commit
b225c2dd3b
@ -71,7 +71,7 @@ export default function AdapterPage(): JSX.Element {
|
|||||||
onClick: () => {
|
onClick: () => {
|
||||||
// TODO: open adapter release modal
|
// TODO: open adapter release modal
|
||||||
window.open(
|
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: () => {
|
onClick: () => {
|
||||||
// TODO: open bot release modal
|
// TODO: open bot release modal
|
||||||
window.open(
|
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: () => {
|
onClick: () => {
|
||||||
// TODO: open plugin release modal
|
// TODO: open plugin release modal
|
||||||
window.open(
|
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"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user