UI Optimize

This commit is contained in:
mubai
2025-02-10 23:25:03 +08:00
parent 86bd33aaf5
commit 206cbeeb5b
6 changed files with 25 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
效果展示: <a href="https://m.mubai.link/" target="_blank">点击访问演示站点</a> 效果展示: <a href="https://m.mubai.link/" target="_blank">点击访问演示站点</a>
新版本测试访问站点: (大陆服务器到期了,暂时没续) 新版本测试访问站点: [测试内容站点](http://113.44.5.201/index)
## 简介 ## 简介
@@ -42,8 +42,8 @@
>新增内容: >新增内容:
> >
>- 新增详细部署说明文档, 以及 `1Panel部署方式` , [点击查看](https://blog.mubai.link/2024/04/21/Docs/gofilm/) >- 新增详细部署说明文档, 以及 `1Panel部署方式` , [点击查看](https://blog.mubai.link/2024/04/21/Docs/gofilm/)
>- 管理后台新增轮播组件管理功能 (细节图片上传本地服务器功能暂未完善) >- 修复pc端历史记录异常问题, 新增移动端历史记录功能, 以及底部功能组(部分实现)
>- 采集管理新增 数据重置 以及 全站点自动采集 功能 >- 优化pc以及移动端的卡片内容展示效果
> >
>后续计划: >后续计划:
> >

View File

@@ -6,7 +6,7 @@
<a href="javascript:void(0)"><b class="iconfont icon-gengxin"/>更新</a> <a href="javascript:void(0)"><b class="iconfont icon-gengxin"/>更新</a>
<a href="/history"><b class="iconfont icon-lishi"/>历史</a> <a href="/history"><b class="iconfont icon-lishi"/>历史</a>
<a href="javascript:void(0)"><b class="iconfont icon-shoucang2"/>收藏</a> <a href="javascript:void(0)"><b class="iconfont icon-shoucang2"/>收藏</a>
<a href="/manage"><b class="iconfont icon-ziyuan-copy"/>我的</a> <a href="javascript:void(0)"><b class="iconfont icon-ziyuan-copy"/>我的</a>
</div> </div>
<p>本站所有内容均来自互联网分享站点所提供的公开引用资源未提供资源上传存储服务</p> <p>本站所有内容均来自互联网分享站点所提供的公开引用资源未提供资源上传存储服务</p>
</div> </div>

View File

@@ -7,32 +7,32 @@ import {ElementPlusResolver} from "unplugin-vue-components/resolvers";
export default defineConfig({ export default defineConfig({
// 本地测试环境 // 本地测试环境
server: {
host: '0.0.0.0',
port: 3600,
proxy: {
"/api": {
// target: `http://127.0.0.1:3601`,
target: `http://113.44.5.201:3601`,
changeOrigin: true, // 允许跨域
rewrite: path => path.replace(/^\/api/, '')
}
},
},
// nginx发布构建时使用此配置
// server: { // server: {
// host: 'localhost', // host: '0.0.0.0',
// port: 3600, // port: 3600,
// proxy: { // proxy: {
// "/api": { // "/api": {
// target: `http://localhost`, // // target: `http://127.0.0.1:3601`,
// target: `http://113.44.5.201:3601`,
// changeOrigin: true, // 允许跨域 // changeOrigin: true, // 允许跨域
// rewrite: path => path.replace(/^\/api/,'') // rewrite: path => path.replace(/^\/api/, '')
// } // }
// }, // },
// }, // },
// nginx发布构建时使用此配置
server: {
host: 'localhost',
port: 3600,
proxy: {
"/api": {
target: `http://localhost`,
changeOrigin: true, // 允许跨域
rewrite: path => path.replace(/^\/api/,'')
}
},
},
plugins: [ plugins: [
vue(), vue(),
AutoImport({ AutoImport({

View File

@@ -11,8 +11,8 @@
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>(╥﹏╥)</title> <title>(╥﹏╥)</title>
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3992367_d9xdu8zk04f.css"> <link rel="stylesheet" href="//at.alicdn.com/t/c/font_3992367_d9xdu8zk04f.css">
<script type="module" crossorigin src="/assets/index-e0322266.js"></script> <script type="module" crossorigin src="/assets/index-c9db717b.js"></script>
<link rel="stylesheet" href="/assets/index-d4eecbac.css"> <link rel="stylesheet" href="/assets/index-55e1c426.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>