ZhongZiYan 2 gadi atpakaļ
vecāks
revīzija
8a8abf87e6

BIN
Build/ChangZhouHospital_1.13.framework.js.unityweb


BIN
Build/ChangZhouHospital_1.13.wasm.unityweb


BIN
Build/ChangZhouHospital_1.13.data.unityweb


BIN
Build/ChangZhouHospital_1.15.framework.js.unityweb


Build/ChangZhouHospital_1.13.loader.js → Build/ChangZhouHospital_1.15.loader.js


BIN
Build/ChangZhouHospital_1.15.wasm.unityweb


+ 4 - 4
ServiceWorker.js

@@ -1,9 +1,9 @@
 const cacheName = "DefaultCompany-ChangZhouHospital-0.1";
 const contentToCache = [
-    "Build/ChangZhouHospital_1.13.loader.js",
-    "Build/ChangZhouHospital_1.13.framework.js.unityweb",
-    "Build/ChangZhouHospital_1.13.data.unityweb",
-    "Build/ChangZhouHospital_1.13.wasm.unityweb",
+    "Build/ChangZhouHospital_1.15.loader.js",
+    "Build/ChangZhouHospital_1.15.framework.js.unityweb",
+    "Build/ChangZhouHospital_1.15.data.unityweb",
+    "Build/ChangZhouHospital_1.15.wasm.unityweb",
     "TemplateData/style.css"
 
 ];

+ 11 - 12
index.html

@@ -1,13 +1,12 @@
 <!DOCTYPE html>
 <html lang="en-us">
-
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-  <title>中医药大观园</title>
-  <link rel="shortcut icon" href="TemplateData/favicon.ico">
-  <link rel="stylesheet" href="TemplateData/style.css">
-  <link rel="manifest" href="manifest.webmanifest">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>中医药大观园</title>
+    <link rel="shortcut icon" href="TemplateData/favicon.ico">
+    <link rel="stylesheet" href="TemplateData/style.css">
+    <link rel="manifest" href="manifest.webmanifest">
 
     <!-- 引用自己的样式 -->
     <link rel="stylesheet" href="./myCode/style.css">
@@ -74,11 +73,11 @@
       }
 
       var buildUrl = "Build";
-      var loaderUrl = buildUrl + "/ChangZhouHospital_1.13.loader.js";
+      var loaderUrl = buildUrl + "/ChangZhouHospital_1.15.loader.js";
       var config = {
-        dataUrl: buildUrl + "/ChangZhouHospital_1.13.data.unityweb",
-        frameworkUrl: buildUrl + "/ChangZhouHospital_1.13.framework.js.unityweb",
-        codeUrl: buildUrl + "/ChangZhouHospital_1.13.wasm.unityweb",
+        dataUrl: buildUrl + "/ChangZhouHospital_1.15.data.unityweb",
+        frameworkUrl: buildUrl + "/ChangZhouHospital_1.15.framework.js.unityweb",
+        codeUrl: buildUrl + "/ChangZhouHospital_1.15.wasm.unityweb",
         streamingAssetsUrl: "StreamingAssets",
         companyName: "DefaultCompany",
         productName: "ChangZhouHospital",