mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-22 16:58:40 +08:00
chore: 优化 Issue 模板,更新部分链接
This commit is contained in:
@@ -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>
|
||||
|
@@ -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/' },
|
||||
]
|
||||
|
Reference in New Issue
Block a user