Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-15 10:37:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7dfd93dbc8820cb92cb27f48c9058b2627df908e
7dfd93db
1 parent
4ebdcc71
fix 更新项目测试
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
13 deletions
components.d.ts
index.html
package.json
src/App.vue
yarn.lock
components.d.ts
View file @
7dfd93d
...
...
@@ -7,10 +7,8 @@ export {}
/* prettier-ignore */
declare
module
'vue'
{
export
interface
GlobalComponents
{
copy
:
typeof
import
(
'./src/components/hagerHCarousel copy.vue'
)[
'default'
]
ElBreadcrumb
:
typeof
import
(
'element-ui/lib/breadcrumb'
)[
'default'
]
ElBreadcrumbItem
:
typeof
import
(
'element-ui/lib/breadcrumb-item'
)[
'default'
]
ElButton
:
typeof
import
(
'element-ui/lib/button'
)[
'default'
]
ElCarousel
:
typeof
import
(
'element-ui/lib/carousel'
)[
'default'
]
ElCarouselItem
:
typeof
import
(
'element-ui/lib/carousel-item'
)[
'default'
]
ElCol
:
typeof
import
(
'element-ui/lib/col'
)[
'default'
]
...
...
@@ -27,17 +25,12 @@ declare module 'vue' {
HagerH1
:
typeof
import
(
'./src/components/common/hagerH1.vue'
)[
'default'
]
HagerHCarousel
:
typeof
import
(
'./src/components/hagerHCarousel.vue'
)[
'default'
]
HagerHeader
:
typeof
import
(
'./src/components/common/hagerHeader.vue'
)[
'default'
]
HagerHT
:
typeof
import
(
'./src/components/common/hagerHT.vue'
)[
'default'
]
HagerMCarousel
:
typeof
import
(
'./src/components/hagerMCarousel.vue'
)[
'default'
]
HagerMenu
:
typeof
import
(
'./src/components/hagerMenu.vue'
)[
'default'
]
HagerMore
:
typeof
import
(
'./src/components/hagerMore.vue'
)[
'default'
]
HagerT
:
typeof
import
(
'./src/components/common/hagerT.vue'
)[
'default'
]
HargerMore
:
typeof
import
(
'./src/components/hargerMore.vue'
)[
'default'
]
Navbar
:
typeof
import
(
'./src/components/navbar.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
SlideComp
:
typeof
import
(
'./src/components/slideComp.vue'
)[
'default'
]
TagerCarousel
:
typeof
import
(
'./src/components/tagerCarousel.vue'
)[
'default'
]
VideoPlayer
:
typeof
import
(
'./src/components/videoPlayer.vue'
)[
'default'
]
}
}
...
...
index.html
View file @
7dfd93d
<!--
* @Date: 2024-09-26 13:36:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-
09-26 13:40:04
* @LastEditTime: 2024-
10-15 10:18:01
* @FilePath: /hager/index.html
* @Description: 文件描述
-->
...
...
@@ -9,8 +9,12 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
/>
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"/vite.svg"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=Edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
/>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache, no-store, must-revalidate"
>
<meta
http-equiv=
"Pragma"
content=
"no-cache"
>
<meta
http-equiv=
"Expires"
content=
"0"
>
<title>
海格电器
</title>
</head>
<body>
...
...
package.json
View file @
7dfd93d
...
...
@@ -6,7 +6,14 @@
"scripts"
:
{
"dev"
:
"vite"
,
"build"
:
"vite build"
,
"preview"
:
"vite preview"
"preview"
:
"vite preview"
,
"tar"
:
"tar -czvpf dist.tar.gz hager"
,
"build_tar"
:
"npm run build && npm run tar"
,
"scp-dev"
:
"scp dist.tar.gz ipadbiz-inner:/opt/space-dev/f"
,
"dec-dev"
:
"ssh ipadbiz-inner 'cd /opt/space-dev/f && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"remove_tar"
:
"rm -rf dist.tar.gz"
,
"remove_dist"
:
"rm -rf hager"
,
"dev_upload"
:
"npm run build_tar && npm run scp-dev && npm run dec-dev && npm run remove_tar && npm run remove_dist"
},
"dependencies"
:
{
"@babel/polyfill"
:
"^7.12.1"
,
...
...
src/App.vue
View file @
7dfd93d
<!--
* @Date: 2024-09-26 13:36:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-12 15:
17:28
* @LastEditTime: 2024-10-12 15:
39:20
* @FilePath: /hager/src/App.vue
* @Description: 文件描述
-->
...
...
@@ -60,7 +60,6 @@ body {
}
.wrapper {
margin-top: 7rem;
flex-grow: 1;
&.xs {
margin-top: 7rem;
...
...
yarn.lock
View file @
7dfd93d
...
...
@@ -1855,6 +1855,11 @@ json5@^2.2.3:
resolved "https://mirrors.cloud.tencent.com/npm/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
kolorist@^1.8.0:
version "1.8.0"
resolved "https://mirrors.cloud.tencent.com/npm/kolorist/-/kolorist-1.8.0.tgz#edddbbbc7894bc13302cdf740af6374d4a04743c"
integrity sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==
less@^4.2.0:
version "4.2.0"
resolved "https://mirrors.cloud.tencent.com/npm/less/-/less-4.2.0.tgz#cbefbfaa14a4cd388e2099b2b51f956e1465c450"
...
...
Please
register
or
login
to post a comment