mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 21:06:32 +00:00
重构文档系统,从mkdocs迁移到vitepress 添加vitepress主题配置和样式 更新前端构建脚本以支持文档构建 移除不再使用的mkdocs相关文件和依赖 调整导航栏文档链接指向新文档系统 统一错误处理方式,将ElMessage.error替换为console.error
31 lines
1.5 KiB
Markdown
31 lines
1.5 KiB
Markdown
# 🎨 关于我们
|
||
|
||
欢迎与我们取得联系,以下是我们的联系方式:
|
||
|
||
- **QQ**:948080782
|
||
|
||
- **邮箱**:948080782@qq.com
|
||
|
||
### 扫码交流
|
||
以下是相关二维码,点击图片可查看大图:
|
||
<div style="display: flex; justify-content: space-around; flex-wrap: wrap;">
|
||
<div style="text-align: center; margin: 10px;">
|
||
<a href="https://gitee.com/tao__tao/fastapi_vue3_admin/raw/master/backend/static/image/wechat.jpg" target="_blank">
|
||
<img src="https://gitee.com/tao__tao/fastapi_vue3_admin/raw/master/backend/static/image/wechat.jpg" alt="微信二维码" style="max-width: 200px;"/>
|
||
</a>
|
||
<p>微信二维码</p>
|
||
</div>
|
||
<div style="text-align: center; margin: 10px;">
|
||
<a href="https://gitee.com/tao__tao/fastapi_vue3_admin/raw/master/backend/static/image/group.jpg" target="_blank">
|
||
<img src="https://gitee.com/tao__tao/fastapi_vue3_admin/raw/master/backend/static/image/group.jpg" alt="群组二维码" style="max-width: 200px;"/>
|
||
</a>
|
||
<p>群组二维码</p>
|
||
</div>
|
||
<div style="text-align: center; margin: 10px;">
|
||
<a href="https://gitee.com/tao__tao/fastapi_vue3_admin/raw/master/backend/static/image/wechatPay.jpg" target="_blank">
|
||
<img src="https://gitee.com/tao__tao/fastapi_vue3_admin/raw/master/backend/static/image/wechatPay.jpg" alt="微信支付二维码" style="max-width: 200px;"/>
|
||
</a>
|
||
<p>微信支付二维码</p>
|
||
</div>
|
||
</div>
|