dd and so on
This commit is contained in:
parent
dcac2021f5
commit
f1a9ca65ed
1
components.d.ts
vendored
1
components.d.ts
vendored
@ -25,7 +25,6 @@ declare module '@vue/runtime-core' {
|
||||
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
||||
NCheckboxGroup: typeof import('naive-ui')['NCheckboxGroup']
|
||||
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
||||
NDataTable: typeof import('naive-ui')['NDataTable']
|
||||
NDatePicker: typeof import('naive-ui')['NDatePicker']
|
||||
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
|
||||
NDivider: typeof import('naive-ui')['NDivider']
|
||||
|
@ -10,8 +10,8 @@
|
||||
<script src="/baseConfig.js"></script>
|
||||
|
||||
<!-- <link href="GV/thirdParty/CesiumManager/Widgets/widgets.css" /> -->
|
||||
<script src="/js/Cesium2/Cesium.js"></script>
|
||||
<link rel="stylesheet" href="/js/Cesium2/Widgets/widgets.css" />
|
||||
<script src="/js/Cesium/Cesium.js"></script>
|
||||
<link rel="stylesheet" href="/js/Cesium/Widgets/widgets.css" />
|
||||
|
||||
<script src="/js/cesium-sensor-volumes.js"></script>
|
||||
|
||||
|
160
package-lock.json
generated
160
package-lock.json
generated
@ -25,6 +25,7 @@
|
||||
"maplibre-gl": "^5.0.1",
|
||||
"moment-timezone": "^0.5.46",
|
||||
"normalize.css": "^8.0.1",
|
||||
"ol": "^10.3.1",
|
||||
"pinia": "^2.0.28",
|
||||
"satellite.js": "^5.0.0",
|
||||
"seemly": "^0.3.9",
|
||||
@ -4856,6 +4857,12 @@
|
||||
"url": "https://opencollective.com/parcel"
|
||||
}
|
||||
},
|
||||
"node_modules/@petamoriken/float16": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmmirror.com/@petamoriken/float16/-/float16-3.9.1.tgz",
|
||||
"integrity": "sha512-j+ejhYwY6PeB+v1kn7lZFACUIG97u90WxMuGosILFsl9d4Ovi0sjk0GlPfoEcx+FzvXZDAfioD+NGnnPamXgMA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pkgjs/parseargs": {
|
||||
"version": "0.11.0",
|
||||
"resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
||||
@ -7588,6 +7595,12 @@
|
||||
"integrity": "sha512-j3pOPiEcWZ34R6a6mN07mUkM4o4Lwf6hPNt8eilOeZhTFbxFXmKhvXl9Y28jotFPaI1bpPDJsbCprUoNke6OrA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/rbush": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/@types/rbush/-/rbush-4.0.0.tgz",
|
||||
"integrity": "sha512-+N+2H39P8X+Hy1I5mC6awlTX54k3FhiUmvt7HWzGJZvF+syUAAxP/stwppS8JE84YHqFgRMv6fCy31202CMFxQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/semver": {
|
||||
"version": "7.5.8",
|
||||
"resolved": "https://registry.npmmirror.com/@types/semver/-/semver-7.5.8.tgz",
|
||||
@ -9295,6 +9308,40 @@
|
||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/color-parse": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmmirror.com/color-parse/-/color-parse-2.0.2.tgz",
|
||||
"integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"color-name": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/color-parse/node_modules/color-name": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/color-name/-/color-name-2.0.0.tgz",
|
||||
"integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12.20"
|
||||
}
|
||||
},
|
||||
"node_modules/color-rgba": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/color-rgba/-/color-rgba-3.0.0.tgz",
|
||||
"integrity": "sha512-PPwZYkEY3M2THEHHV6Y95sGUie77S7X8v+h1r6LSAPF3/LL2xJ8duUXSrkic31Nzc4odPwHgUbiX/XuTYzQHQg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"color-parse": "^2.0.0",
|
||||
"color-space": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/color-space": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmmirror.com/color-space/-/color-space-2.0.1.tgz",
|
||||
"integrity": "sha512-nKqUYlo0vZATVOFHY810BSYjmCARrG7e5R3UE3CQlyjJTvv5kSSmPG1kzm/oDyyqjehM+lW1RnEt9It9GNa5JA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/combined-stream": {
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
|
||||
@ -10815,6 +10862,31 @@
|
||||
"integrity": "sha512-AV9ROqlNqoZEIJGfm1ncNjEXfkz2hdFlZf0qkVfmkwdKa8vj7H16YUOT81rJw1rdFhyEDlN2Tds91p/glzbl5A==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/geotiff": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmmirror.com/geotiff/-/geotiff-2.1.3.tgz",
|
||||
"integrity": "sha512-PT6uoF5a1+kbC3tHmZSUsLHBp2QJlHasxxxxPW47QIY1VBKpFB+FcDvX+MxER6UzgLQZ0xDzJ9s48B9JbOCTqA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@petamoriken/float16": "^3.4.7",
|
||||
"lerc": "^3.0.0",
|
||||
"pako": "^2.0.4",
|
||||
"parse-headers": "^2.0.2",
|
||||
"quick-lru": "^6.1.1",
|
||||
"web-worker": "^1.2.0",
|
||||
"xml-utils": "^1.0.2",
|
||||
"zstddec": "^0.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.19"
|
||||
}
|
||||
},
|
||||
"node_modules/geotiff/node_modules/lerc": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/lerc/-/lerc-3.0.0.tgz",
|
||||
"integrity": "sha512-Rm4J/WaHhRa93nCN2mwWDZFoRVF18G1f47C+kvQWyHGEZxFpTUi73p7lMVSAndyxGt6lJ2/CFbOcf9ra5p8aww==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/get-intrinsic": {
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.6.tgz",
|
||||
@ -12715,6 +12787,58 @@
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/ol": {
|
||||
"version": "10.3.1",
|
||||
"resolved": "https://registry.npmmirror.com/ol/-/ol-10.3.1.tgz",
|
||||
"integrity": "sha512-D1nRQVLOBCRempVqBFV8pSI5H13BtnhuLDjGl+3NKdMOFyjx/UqRX/tcMspEw3LhFOSPWn1Ev+1KIRV8AlHM7A==",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"@types/rbush": "4.0.0",
|
||||
"color-rgba": "^3.0.0",
|
||||
"color-space": "^2.0.1",
|
||||
"earcut": "^3.0.0",
|
||||
"geotiff": "^2.1.3",
|
||||
"pbf": "4.0.1",
|
||||
"rbush": "^4.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/openlayers"
|
||||
}
|
||||
},
|
||||
"node_modules/ol/node_modules/earcut": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmmirror.com/earcut/-/earcut-3.0.1.tgz",
|
||||
"integrity": "sha512-0l1/0gOjESMeQyYaK5IDiPNvFeu93Z/cO0TjZh9eZ1vyCtZnA7KMZ8rQggpsJHIbGSdrqYq9OhuveadOVHCshw==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/ol/node_modules/pbf": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmmirror.com/pbf/-/pbf-4.0.1.tgz",
|
||||
"integrity": "sha512-SuLdBvS42z33m8ejRbInMapQe8n0D3vN/Xd5fmWM3tufNgRQFBpaW2YVJxQZV4iPNqb0vEFvssMEo5w9c6BTIA==",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"resolve-protobuf-schema": "^2.1.0"
|
||||
},
|
||||
"bin": {
|
||||
"pbf": "bin/pbf"
|
||||
}
|
||||
},
|
||||
"node_modules/ol/node_modules/quickselect": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/quickselect/-/quickselect-3.0.0.tgz",
|
||||
"integrity": "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/ol/node_modules/rbush": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmmirror.com/rbush/-/rbush-4.0.1.tgz",
|
||||
"integrity": "sha512-IP0UpfeWQujYC8Jg162rMNc01Rf0gWMMAb2Uxus/Q0qOFw4lCcq6ZnQEZwUoJqWyUGJ9th7JjwI4yIWo+uvoAQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"quickselect": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/once": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
|
||||
@ -12819,6 +12943,12 @@
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/parse-headers": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmmirror.com/parse-headers/-/parse-headers-2.0.5.tgz",
|
||||
"integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/parse-json": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-4.0.0.tgz",
|
||||
@ -13460,6 +13590,18 @@
|
||||
],
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/quick-lru": {
|
||||
"version": "6.1.2",
|
||||
"resolved": "https://registry.npmmirror.com/quick-lru/-/quick-lru-6.1.2.tgz",
|
||||
"integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/quickselect": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/quickselect/-/quickselect-2.0.0.tgz",
|
||||
@ -15790,6 +15932,12 @@
|
||||
"vue": "^3.0.11"
|
||||
}
|
||||
},
|
||||
"node_modules/web-worker": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmmirror.com/web-worker/-/web-worker-1.3.0.tgz",
|
||||
"integrity": "sha512-BSR9wyRsy/KOValMgd5kMyr3JzpdeoR9KVId8u5GVlTTAtNChlsE4yTxeY7zMdNSyOmoKBv8NH2qeRY9Tg+IaA==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/webpack-virtual-modules": {
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
|
||||
@ -16111,6 +16259,12 @@
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/xml-utils": {
|
||||
"version": "1.10.1",
|
||||
"resolved": "https://registry.npmmirror.com/xml-utils/-/xml-utils-1.10.1.tgz",
|
||||
"integrity": "sha512-Dn6vJ1Z9v1tepSjvnCpwk5QqwIPcEFKdgnjqfYOABv1ngSofuAhtlugcUC3ehS1OHdgDWSG6C5mvj+Qm15udTQ==",
|
||||
"license": "CC0-1.0"
|
||||
},
|
||||
"node_modules/yallist": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
|
||||
@ -16158,6 +16312,12 @@
|
||||
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
||||
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
|
||||
"license": "0BSD"
|
||||
},
|
||||
"node_modules/zstddec": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmmirror.com/zstddec/-/zstddec-0.1.0.tgz",
|
||||
"integrity": "sha512-w2NTI8+3l3eeltKAdK8QpiLo/flRAr2p8AGeakfMZOXBxOg9HIu4LVDxBi81sYgVhFhdJjv1OrB5ssI8uFPoLg==",
|
||||
"license": "MIT AND BSD-3-Clause"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,6 +28,7 @@
|
||||
"maplibre-gl": "^5.0.1",
|
||||
"moment-timezone": "^0.5.46",
|
||||
"normalize.css": "^8.0.1",
|
||||
"ol": "^10.3.1",
|
||||
"pinia": "^2.0.28",
|
||||
"satellite.js": "^5.0.0",
|
||||
"seemly": "^0.3.9",
|
||||
|
2158
public/content@2x.json
Normal file
2158
public/content@2x.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/content@2x.png
Normal file
BIN
public/content@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
public/fonts/Noto Sans Bold/0-255.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/0-255.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/1024-1279.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/1024-1279.pbf
Normal file
Binary file not shown.
3
public/fonts/Noto Sans Bold/10240-10495.pbf
Normal file
3
public/fonts/Noto Sans Bold/10240-10495.pbf
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
´
|
||||
¤Noto Sans Bold, Noto Naskh Arabic Bold, Noto Sans Armenian Bold, Noto Sans Balinese Regular, Noto Sans Bengali Bold, Noto Sans CJK TC Bold, Noto Sans Devanagari Bold, Noto Sans Ethiopic Bold, Noto Sans Georgian Bold, Noto Sans Gujarati Bold, Noto Sans Gurmukhi Bold, Noto Sans Hebrew Bold, Noto Sans Javanese Regular, Noto Sans Kannada Bold, Noto Sans Khmer Bold, Noto Sans Lao Bold, Noto Sans Mongolian Regular, Noto Sans Myanmar Bold, Noto Sans Oriya Bold, Noto Sans Sinhala Bold, Noto Sans Tamil Bold, Noto Sans Thai Bold, Noto Sans Tibetan Bold10240-10495
|
BIN
public/fonts/Noto Sans Bold/10496-10751.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/10496-10751.pbf
Normal file
Binary file not shown.
3
public/fonts/Noto Sans Bold/10752-11007.pbf
Normal file
3
public/fonts/Noto Sans Bold/10752-11007.pbf
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
´
|
||||
¤Noto Sans Bold, Noto Naskh Arabic Bold, Noto Sans Armenian Bold, Noto Sans Balinese Regular, Noto Sans Bengali Bold, Noto Sans CJK TC Bold, Noto Sans Devanagari Bold, Noto Sans Ethiopic Bold, Noto Sans Georgian Bold, Noto Sans Gujarati Bold, Noto Sans Gurmukhi Bold, Noto Sans Hebrew Bold, Noto Sans Javanese Regular, Noto Sans Kannada Bold, Noto Sans Khmer Bold, Noto Sans Lao Bold, Noto Sans Mongolian Regular, Noto Sans Myanmar Bold, Noto Sans Oriya Bold, Noto Sans Sinhala Bold, Noto Sans Tamil Bold, Noto Sans Thai Bold, Noto Sans Tibetan Bold10752-11007
|
BIN
public/fonts/Noto Sans Bold/11008-11263.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/11008-11263.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/11264-11519.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/11264-11519.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/11520-11775.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/11520-11775.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/11776-12031.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/11776-12031.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/12032-12287.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/12032-12287.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/12288-12543.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/12288-12543.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/12544-12799.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/12544-12799.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/1280-1535.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/1280-1535.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/12800-13055.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/12800-13055.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/13056-13311.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/13056-13311.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/13312-13567.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/13312-13567.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/13568-13823.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/13568-13823.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/13824-14079.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/13824-14079.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/14080-14335.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/14080-14335.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/14336-14591.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/14336-14591.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/14592-14847.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/14592-14847.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/14848-15103.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/14848-15103.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/15104-15359.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/15104-15359.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/1536-1791.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/1536-1791.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/15360-15615.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/15360-15615.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/15616-15871.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/15616-15871.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/15872-16127.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/15872-16127.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/16128-16383.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/16128-16383.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/16384-16639.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/16384-16639.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/16640-16895.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/16640-16895.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/16896-17151.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/16896-17151.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/17152-17407.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/17152-17407.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/17408-17663.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/17408-17663.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/17664-17919.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/17664-17919.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/1792-2047.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/1792-2047.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/17920-18175.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/17920-18175.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/18176-18431.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/18176-18431.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/18432-18687.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/18432-18687.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/18688-18943.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/18688-18943.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/18944-19199.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/18944-19199.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/19200-19455.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/19200-19455.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/19456-19711.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/19456-19711.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/19712-19967.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/19712-19967.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/19968-20223.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/19968-20223.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/20224-20479.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/20224-20479.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/2048-2303.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/2048-2303.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/20480-20735.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/20480-20735.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/20736-20991.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/20736-20991.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/20992-21247.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/20992-21247.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/21248-21503.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/21248-21503.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/21504-21759.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/21504-21759.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/21760-22015.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/21760-22015.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/22016-22271.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/22016-22271.pbf
Normal file
Binary file not shown.
120
public/fonts/Noto Sans Bold/22272-22527.pbf
Normal file
120
public/fonts/Noto Sans Bold/22272-22527.pbf
Normal file
File diff suppressed because one or more lines are too long
BIN
public/fonts/Noto Sans Bold/22528-22783.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/22528-22783.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/22784-23039.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/22784-23039.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/2304-2559.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/2304-2559.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/23040-23295.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/23040-23295.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/23296-23551.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/23296-23551.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/23552-23807.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/23552-23807.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/23808-24063.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/23808-24063.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/24064-24319.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/24064-24319.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/24320-24575.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/24320-24575.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/24576-24831.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/24576-24831.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/24832-25087.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/24832-25087.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/25088-25343.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/25088-25343.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/25344-25599.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/25344-25599.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/256-511.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/256-511.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/2560-2815.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/2560-2815.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/25600-25855.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/25600-25855.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/25856-26111.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/25856-26111.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/26112-26367.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/26112-26367.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/26368-26623.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/26368-26623.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/26624-26879.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/26624-26879.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/26880-27135.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/26880-27135.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/27136-27391.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/27136-27391.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/27392-27647.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/27392-27647.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/27648-27903.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/27648-27903.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/27904-28159.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/27904-28159.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/2816-3071.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/2816-3071.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/28160-28415.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/28160-28415.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/28416-28671.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/28416-28671.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/28672-28927.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/28672-28927.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/28928-29183.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/28928-29183.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/29184-29439.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/29184-29439.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/29440-29695.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/29440-29695.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/29696-29951.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/29696-29951.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/29952-30207.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/29952-30207.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/30208-30463.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/30208-30463.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/30464-30719.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/30464-30719.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/3072-3327.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/3072-3327.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/30720-30975.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/30720-30975.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/30976-31231.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/30976-31231.pbf
Normal file
Binary file not shown.
BIN
public/fonts/Noto Sans Bold/31232-31487.pbf
Normal file
BIN
public/fonts/Noto Sans Bold/31232-31487.pbf
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user