chore: 新增关于项目菜单(该菜单从动态路由调整为静态,且不再需要鉴权)

This commit is contained in:
2024-11-23 22:47:59 +08:00
parent b82ca81b79
commit 7fa42975cf
11 changed files with 144 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<template>
<GiIframe src="https://api.continew.top/doc.html"></GiIframe>
</template>
<script lang='ts' setup>
defineOptions({ name: 'AboutDocumentApi' })
</script>
<style scoped lang="scss"></style>

View File

@@ -0,0 +1,9 @@
<template>
<GiIframe src="https://arco.design/vue/component/button"></GiIframe>
</template>
<script lang='ts' setup>
defineOptions({ name: 'AboutDocumentArcoDesignVue' })
</script>
<style scoped lang="scss"></style>