FEAT => 本次更新项目为:
This commit is contained in:
24
Cunkebao/dist/.vite/manifest.json
vendored
24
Cunkebao/dist/.vite/manifest.json
vendored
@@ -1,18 +1,14 @@
|
||||
{
|
||||
"_charts-DHgoott5.js": {
|
||||
"file": "assets/charts-DHgoott5.js",
|
||||
"_charts-CLRTJ7Uf.js": {
|
||||
"file": "assets/charts-CLRTJ7Uf.js",
|
||||
"name": "charts",
|
||||
"imports": [
|
||||
"_ui-Upu1eBzw.js",
|
||||
"_ui-BFvqeNzU.js",
|
||||
"_vendor-2vc8h_ct.js"
|
||||
]
|
||||
},
|
||||
"_ui-D0C0OGrH.css": {
|
||||
"file": "assets/ui-D0C0OGrH.css",
|
||||
"src": "_ui-D0C0OGrH.css"
|
||||
},
|
||||
"_ui-Upu1eBzw.js": {
|
||||
"file": "assets/ui-Upu1eBzw.js",
|
||||
"_ui-BFvqeNzU.js": {
|
||||
"file": "assets/ui-BFvqeNzU.js",
|
||||
"name": "ui",
|
||||
"imports": [
|
||||
"_vendor-2vc8h_ct.js"
|
||||
@@ -21,6 +17,10 @@
|
||||
"assets/ui-D0C0OGrH.css"
|
||||
]
|
||||
},
|
||||
"_ui-D0C0OGrH.css": {
|
||||
"file": "assets/ui-D0C0OGrH.css",
|
||||
"src": "_ui-D0C0OGrH.css"
|
||||
},
|
||||
"_utils-6WF66_dS.js": {
|
||||
"file": "assets/utils-6WF66_dS.js",
|
||||
"name": "utils",
|
||||
@@ -33,15 +33,15 @@
|
||||
"name": "vendor"
|
||||
},
|
||||
"index.html": {
|
||||
"file": "assets/index-BYHOLezP.js",
|
||||
"file": "assets/index-C48GlG01.js",
|
||||
"name": "index",
|
||||
"src": "index.html",
|
||||
"isEntry": true,
|
||||
"imports": [
|
||||
"_vendor-2vc8h_ct.js",
|
||||
"_ui-Upu1eBzw.js",
|
||||
"_ui-BFvqeNzU.js",
|
||||
"_utils-6WF66_dS.js",
|
||||
"_charts-DHgoott5.js"
|
||||
"_charts-CLRTJ7Uf.js"
|
||||
],
|
||||
"css": [
|
||||
"assets/index-Ta4vyxDJ.css"
|
||||
|
||||
6
Cunkebao/dist/index.html
vendored
6
Cunkebao/dist/index.html
vendored
@@ -11,11 +11,11 @@
|
||||
</style>
|
||||
<!-- 引入 uni-app web-view SDK(必须) -->
|
||||
<script type="text/javascript" src="/websdk.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-BYHOLezP.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-C48GlG01.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/vendor-2vc8h_ct.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-Upu1eBzw.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-BFvqeNzU.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/utils-6WF66_dS.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/charts-DHgoott5.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/charts-CLRTJ7Uf.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/ui-D0C0OGrH.css">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Ta4vyxDJ.css">
|
||||
</head>
|
||||
|
||||
@@ -78,6 +78,7 @@ const UpdateNotification: React.FC<UpdateNotificationProps> = ({
|
||||
background: "linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%)",
|
||||
color: "white",
|
||||
padding: "16px 16px",
|
||||
paddingTop: "calc(16px + env(safe-area-inset-top))",
|
||||
boxShadow: "0 4px 20px rgba(0, 0, 0, 0.5)",
|
||||
borderBottom: "1px solid rgba(255, 255, 255, 0.1)",
|
||||
animation: "slideDownBar 0.3s ease-out",
|
||||
|
||||
Reference in New Issue
Block a user