chore: 优化 Issue 模板,更新部分链接

This commit is contained in:
2025-09-09 23:01:06 +08:00
parent dd386231be
commit c733eab8ea
4 changed files with 15 additions and 16 deletions

View File

@@ -88,8 +88,9 @@ public class ContiNewAdminApplication implements ApplicationRunner {
if (!knife4jProperties.isProduction()) {
log.info("接口文档: {}/doc.html", baseUrl);
}
log.info("常见问题: https://continew.top/admin/faq.html");
log.info("更新日志: https://continew.top/admin/changelog/");
log.info("吐槽广场: https://continew.top/docs/admin/issue-hub.html");
log.info("常见问题: https://continew.top/docs/admin/faq.html");
log.info("更新日志: https://continew.top/docs/admin/changelog/");
log.info("ContiNew Admin: 持续迭代优化的,高质量多租户中后台管理系统框架");
log.info("--------------------------------------------------------");
}