| | |
| | | <script lang="ts" setup> |
| | | import { h } from 'vue'; |
| | | import { Tag } from 'ant-design-vue'; |
| | | import { PageWrapper } from '/@/components/Page'; |
| | | import { Description, DescItem, useDescription } from '/@/components/Description/index'; |
| | | import { GITHUB_URL, SITE_URL, DOC_URL } from '/@/settings/siteSetting'; |
| | | import { PageWrapper } from '@/components/Page'; |
| | | import { Description, DescItem, useDescription } from '@/components/Description'; |
| | | import { GITHUB_URL, SITE_URL, DOC_URL } from '@/settings/siteSetting'; |
| | | |
| | | const { pkg, lastBuildTime } = __APP_INFO__; |
| | | |