Commit b1c588a4 authored by yuxiaodi's avatar yuxiaodi

init

parent 565aacc9
......@@ -15,7 +15,7 @@ SKILLS_DIR = BASE_DIR / "skills"
def _build_welcome_message(download_url: str) -> str:
return (
"欢迎来到 Eazybot 自定义技能开发模板。"
"您可以在IDE的对话框中描述你想开发的技能内容,让卓易coder帮您开发。"
"您可以在IDE的对话框中描述你想开发的技能内容,让Eazy Develop帮您开发。"
"当然您也可以自己在 IDE 中的 `skills/` 目录下开发您的自定义技能并在开发完成后,使用 `make skill` 命令打包。"
"部署后,你可以访问: "
f"{download_url} (该地址在开发过程中为临时链接,部署后会展示稳定链接)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment