-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
刘斌
committed
Jun 7, 2024
1 parent
287bb2a
commit 346031d
Showing
19 changed files
with
392 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ pnpm-debug.log* | |
lerna-debug.log* | ||
|
||
node_modules | ||
dist | ||
|
||
# Editor directories and files | ||
.idea | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import{aZ as e,a as c,c as t}from"./index.f7594c96.js";const a={};function n(o,r){return c(),t("section")}const _=e(a,[["render",n]]);export{_ as default}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
@font-face { | ||
font-family: "iconfont"; /* Project id 2725566 */ | ||
src: url('iconfont.woff2?t=1645495691535') format('woff2'), | ||
url('iconfont.woff?t=1645495691535') format('woff'), | ||
url('iconfont.ttf?t=1645495691535') format('truetype'); | ||
} | ||
|
||
.iconfont { | ||
font-family: "iconfont" !important; | ||
font-size: 16px; | ||
font-style: normal; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
.icon-quanping:before { | ||
content: "\ec13"; | ||
} | ||
|
||
.icon-quanping1:before { | ||
content: "\e602"; | ||
} | ||
|
||
.icon-fanhui:before { | ||
content: "\e6ff"; | ||
} | ||
|
||
.icon-html:before { | ||
content: "\e65a"; | ||
} | ||
|
||
.icon-left:before { | ||
content: "\e628"; | ||
} | ||
|
||
.icon-right:before { | ||
content: "\e642"; | ||
} | ||
|
||
.icon-close_light:before { | ||
content: "\e7dc"; | ||
} | ||
|
||
.icon-ppt:before { | ||
content: "\e808"; | ||
} | ||
|
||
.icon-dir:before { | ||
content: "\e648"; | ||
} | ||
|
||
.icon-file:before { | ||
content: "\e619"; | ||
} | ||
|
||
.icon-pdf:before { | ||
content: "\e618"; | ||
} | ||
|
||
.icon-image:before { | ||
content: "\e61a"; | ||
} | ||
|
||
.icon-video:before { | ||
content: "\e600"; | ||
} | ||
|
||
.icon-zip:before { | ||
content: "\e77a"; | ||
} | ||
|
||
.icon-music:before { | ||
content: "\e97e"; | ||
} | ||
|
||
.icon-doc:before { | ||
content: "\e980"; | ||
} | ||
|
||
.icon-xsl:before { | ||
content: "\e981"; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" href="/icon.png" /> | ||
<link rel="stylesheet" href="/iconfont.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0" /> | ||
<title>星城前端网页应用集</title> | ||
<script type="module" crossorigin src="/assets/index.f7594c96.js"></script> | ||
<link rel="stylesheet" href="/assets/index.50753c16.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.