mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-02-13 13:34:42 +08:00
UI Optimize
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
效果展示: <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/)
|
||||
>- 管理后台新增轮播组件管理功能 (细节图片上传本地服务器功能暂未完善)
|
||||
>- 采集管理新增 数据重置 以及 全站点自动采集 功能
|
||||
>- 修复pc端历史记录异常问题, 新增移动端历史记录功能, 以及底部功能组(部分实现)
|
||||
>- 优化pc以及移动端的卡片内容展示效果
|
||||
>
|
||||
>后续计划:
|
||||
>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<a href="javascript:void(0)"><b class="iconfont icon-gengxin"/>更新</a>
|
||||
<a href="/history"><b class="iconfont icon-lishi"/>历史</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>
|
||||
<p>本站所有内容均来自互联网分享站点所提供的公开引用资源,未提供资源上传、存储服务。</p>
|
||||
</div>
|
||||
|
||||
@@ -7,32 +7,32 @@ import {ElementPlusResolver} from "unplugin-vue-components/resolvers";
|
||||
|
||||
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: {
|
||||
// host: 'localhost',
|
||||
// host: '0.0.0.0',
|
||||
// port: 3600,
|
||||
// proxy: {
|
||||
// "/api": {
|
||||
// target: `http://localhost`,
|
||||
// // target: `http://127.0.0.1:3601`,
|
||||
// target: `http://113.44.5.201:3601`,
|
||||
// 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: [
|
||||
vue(),
|
||||
AutoImport({
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@
|
||||
<meta charset="UTF-8"/>
|
||||
<title>(╥﹏╥)</title>
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3992367_d9xdu8zk04f.css">
|
||||
<script type="module" crossorigin src="/assets/index-e0322266.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-d4eecbac.css">
|
||||
<script type="module" crossorigin src="/assets/index-c9db717b.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-55e1c426.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user