chore: 更新构建产物中的资源引用路径

更新manifest.json和index.html中引用的JS和CSS文件路径,以匹配最新的构建输出
This commit is contained in:
超级老白兔
2025-09-10 14:08:29 +08:00
parent 4364546bc9
commit 46d6641259
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
"name": "vendor"
},
"index.html": {
"file": "assets/index-BesOjMPu.js",
"file": "assets/index-DPe1huLQ.js",
"name": "index",
"src": "index.html",
"isEntry": true,
@@ -44,7 +44,7 @@
"_charts-BjEBSMrK.js"
],
"css": [
"assets/index-677RgwmW.css"
"assets/index-prcd5sVt.css"
]
}
}

View File

@@ -11,13 +11,13 @@
</style>
<!-- 引入 uni-app web-view SDK必须 -->
<script type="text/javascript" src="/websdk.js"></script>
<script type="module" crossorigin src="/assets/index-BesOjMPu.js"></script>
<script type="module" crossorigin src="/assets/index-DPe1huLQ.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-BPPoWDlG.js">
<link rel="modulepreload" crossorigin href="/assets/utils-DiZV3oaL.js">
<link rel="modulepreload" crossorigin href="/assets/ui-CiJ_pikt.js">
<link rel="modulepreload" crossorigin href="/assets/charts-BjEBSMrK.js">
<link rel="stylesheet" crossorigin href="/assets/ui-D0C0OGrH.css">
<link rel="stylesheet" crossorigin href="/assets/index-677RgwmW.css">
<link rel="stylesheet" crossorigin href="/assets/index-prcd5sVt.css">
</head>
<body>
<div id="root"></div>