feat: 项目结构重构优化

This commit is contained in:
Ray.Hao
2025-12-26 12:35:37 +08:00
parent 65ad4fe59f
commit aa374dd2ba
164 changed files with 11305 additions and 3103 deletions

View File

@@ -2,16 +2,16 @@
<div class="wh-full mx-auto flex-center flex-col lg:flex-row">
<img class="min-w-[23.4375rem] sm:w-150" src="@/assets/images/404.svg" alt="404" />
<div class="w-75">
<div class="oops mb-5 text-[2rem] font-bold">OOPS</div>
<div class="oops mb-5 text-[2rem] font-bold">OOPS</div>
<div class="info text-gray mb-7 text-[0.8125rem]">
该页面无法访问
<el-link type="primary" href="https://www.youlai.tech.com" target="_blank">
该页面无法访问
<el-link type="primary" href="https://www.youlai.tech" target="_blank">
有来开源官网
</el-link>
</div>
<div class="headline mb-2.5 text-xl font-bold text-[#222]">抱歉您访问的页面不存在</div>
<div class="headline mb-2.5 text-xl font-bold text-[#222]">抱歉您访问的页面不存在</div>
<div class="info text-gray mb-7 text-[0.8125rem]">
请确认您输入的网址是否正确或者点击下方按钮返回首页
请确认您输入的网址是否正确或者点击下方按钮返回首页
</div>
<el-button round type="primary" class="btn h-9 w-28 mb-10" @click="back">返回首页</el-button>
</div>