diff --git a/index.html b/index.html index 600ea12..1701113 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ 諾亞克 U-ARK 戰情中心 - +
diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..5fb4450 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "checkJs": false + }, + "include": ["src/**/*.js", "src/**/*.vue", "src/types/**/*.d.ts"] +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c9184b0..8214a7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "axios": "^1.11.0", "echarts": "^6.0.0", + "leaflet": "^1.9.4", "pinia": "^3.0.3", "three": "^0.179.1", "vue": "^3.5.18", @@ -2077,6 +2078,12 @@ "jiti": "bin/jiti.js" } }, + "node_modules/leaflet": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz", + "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==", + "license": "BSD-2-Clause" + }, "node_modules/lilconfig": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", diff --git a/package.json b/package.json index cbf4e84..da2364a 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "axios": "^1.11.0", "echarts": "^6.0.0", + "leaflet": "^1.9.4", "pinia": "^3.0.3", "three": "^0.179.1", "vue": "^3.5.18", diff --git a/public/img/building_photo_headquarter.png b/public/img/building/headquarter.png similarity index 100% rename from public/img/building_photo_headquarter.png rename to public/img/building/headquarter.png diff --git a/public/img/leaflet/marker-icon-2x.png b/public/img/leaflet/marker-icon-2x.png new file mode 100644 index 0000000..88f9e50 Binary files /dev/null and b/public/img/leaflet/marker-icon-2x.png differ diff --git a/public/img/leaflet/marker-icon.png b/public/img/leaflet/marker-icon.png new file mode 100644 index 0000000..950edf2 Binary files /dev/null and b/public/img/leaflet/marker-icon.png differ diff --git a/public/img/leaflet/marker-shadow.png b/public/img/leaflet/marker-shadow.png new file mode 100644 index 0000000..9fd2979 Binary files /dev/null and b/public/img/leaflet/marker-shadow.png differ diff --git a/src/layouts/HeadquarterLayout.vue b/src/layouts/HeadquarterLayout.vue index 87b86c5..e7a9f19 100644 --- a/src/layouts/HeadquarterLayout.vue +++ b/src/layouts/HeadquarterLayout.vue @@ -1,7 +1,7 @@