feat: 升级前端框架,适配手机端

This commit is contained in:
xiaojunnuo
2025-03-06 21:11:07 +08:00
659 changed files with 37406 additions and 873 deletions
@@ -0,0 +1,19 @@
<template>
<a-result status="403" title="403" sub-title="Sorry, 拒绝访问 .">
<template #extra>
<a-button type="primary" @click="toHome">返回首页 Back Home </a-button>
</template>
</a-result>
</template>
<script lang="ts">
export default {
// eslint-disable-next-line vue/multi-word-component-names
name: "Exception403",
methods: {
toHome() {
this.$router.push({ path: "/" });
}
}
};
</script>
@@ -31,7 +31,7 @@
</div>
</div>
<div class="suggest">
<tutorial-button class="flex-center mt-10">
<tutorial-button class="flex-center mt-2">
<a-tooltip title="点击查看详细教程">
<a-tag color="blue" class="flex-center">
仅需3步全自动申请部署证书
@@ -46,8 +46,7 @@
<a-alert type="warning" show-icon>
<template #message>
证书和授权为敏感信息不要使用来历不明的在线Certd服务和镜像以免泄露请务必私有化部署使用认准官方版本发布渠道
<a class="ml-5 flex-inline" href="https://gitee.com/certd/certd" target="_blank">gitee</a>
<a class="ml-5 flex-inline" href="https://github.com/certd/certd" target="_blank">github</a>
<a class="ml-5 flex-inline" href="https://gitee.com/certd/certd" target="_blank">gitee</a> <a class="ml-5 flex-inline" href="https://github.com/certd/certd" target="_blank">github</a>
<a class="ml-5 flex-inline" href="https://certd.docmirror.cn" target="_blank">帮助文档</a>
</template>
</a-alert>