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

This commit is contained in:
2025-09-09 23:06:44 +08:00
parent f0b24cc18a
commit bbe36b4f9f
6 changed files with 18 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<template>
<GiIframe src="https://continew.top/admin/changelog/"></GiIframe>
<GiIframe src="https://continew.top/docs/admin/changelog/"></GiIframe>
</template>
<script lang='ts' setup>

View File

@@ -25,10 +25,10 @@
<script setup lang="ts">
const links = [
{ text: '项目简介', url: 'https://continew.top/admin/guide/introduction.html' },
{ text: '快速开始', url: 'https://continew.top/admin/guide/quick-start.html' },
{ text: '常见问题', url: 'https://continew.top/admin/faq.html' },
{ text: '更新日志', url: 'https://continew.top/admin/changelog/' },
{ text: '项目简介', url: 'https://continew.top/docs/admin/guide/introduction.html' },
{ text: '快速开始', url: 'https://continew.top/docs/admin/guide/quick-start.html' },
{ text: '常见问题', url: 'https://continew.top/docs/admin/faq.html' },
{ text: '更新日志', url: 'https://continew.top/docs/admin/changelog/' },
{ text: '贡献指南', url: 'https://continew.top/about/contributing.html' },
{ text: '赞助支持 💖', url: 'https://continew.top/sponsor/' },
]