mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
no message
This commit is contained in:
commit
5a5cab0725
6
.gitignore
vendored
6
.gitignore
vendored
@ -18,4 +18,10 @@
|
||||
yarn.lock
|
||||
yarn-error.log
|
||||
package-lock.json
|
||||
|
||||
# 排除 resourceManager 、 tvtViewHelper 、 tvtSceneCreator 等免费插件 可通过插件中心下载
|
||||
src/plugins/resourceManager
|
||||
src/plugins/tvtViewHelper
|
||||
public/plugins/tvtViewHelper
|
||||
src/plugins/tvtSceneCreator
|
||||
public/plugins/tvtSceneCreator
|
@ -1 +1 @@
|
||||
.svgCom>div:first-of-type{position:relative!important}.svgCom,.svgCom #outer{-webkit-user-select:none;user-select:none;pointer-events:none!important}.svgCom #outer #inner{cursor:pointer;-webkit-user-select:none;user-select:none}svg[data-v-a8e199ed]{width:300px;height:300px}svg circle[data-v-a8e199ed]{stroke:#fff}.circle[data-v-a8e199ed]{transform-origin:center}#arc1[data-v-a8e199ed]{stroke-dasharray:30;stroke-dashoffset:18;animation:10s -2s rota-a8e199ed infinite linear}#arc3[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:16s 1s rota-a8e199ed infinite linear}#arc4[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:6s 1s rota-a8e199ed infinite linear reverse}#arc5[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:4s 1s rota-a8e199ed infinite linear}#arc6[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:8s 1s rota-a8e199ed infinite linear alternate}#arc7[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:4s 1s rota-a8e199ed infinite linear reverse}text[data-v-a8e199ed]{fill:#fff;font:700 24px sans-serif}@keyframes rota-a8e199ed{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#app{width:100%;height:100vh}[data-v-fd782587]{font-family:sans-serif}.circleScale[data-v-fd782587]{position:relative;top:12%;left:16%;width:50px;height:50px;border-radius:50%;opacity:.66}.circleScaleAnimationOld[data-v-fd782587]{animation:circleScaleExpandOld-fd782587 1s ease-in forwards}.circleScaleAnimationNew[data-v-fd782587]{animation:circleScaleExpandNew-fd782587 1s ease-out forwards}@keyframes circleScaleExpandOld-fd782587{0%{transform:scale(.1)}to{transform:scale(80.1)}}@keyframes circleScaleExpandNew-fd782587{0%{transform:scale(0)}to{transform:scale(80)}}.title[data-v-fd782587]{margin-top:-120px;font-family:Bebas Neue,cursive;font-size:128px}@media (max-width: 768px){.title[data-v-fd782587]{margin-top:20px;font-size:64px}}.landingpage-bg[data-v-fd782587]{background-image:url(../png/heatmap2.cUx8f8j51725416517797.png);filter:blur(46px) hue-rotate(325deg) grayscale(100%)}li[data-v-fd782587]{list-style:none}
|
||||
.svgCom>div:first-of-type{position:relative!important}.svgCom,.svgCom #outer{-webkit-user-select:none;user-select:none;pointer-events:none!important}.svgCom #outer #inner{cursor:pointer;-webkit-user-select:none;user-select:none}svg[data-v-a8e199ed]{width:300px;height:300px}svg circle[data-v-a8e199ed]{stroke:#fff}.circle[data-v-a8e199ed]{transform-origin:center}#arc1[data-v-a8e199ed]{stroke-dasharray:30;stroke-dashoffset:18;animation:10s -2s rota-a8e199ed infinite linear}#arc3[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:16s 1s rota-a8e199ed infinite linear}#arc4[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:6s 1s rota-a8e199ed infinite linear reverse}#arc5[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:4s 1s rota-a8e199ed infinite linear}#arc6[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:8s 1s rota-a8e199ed infinite linear alternate}#arc7[data-v-a8e199ed]{stroke-dasharray:400;stroke-dashoffset:400;animation:4s 1s rota-a8e199ed infinite linear reverse}text[data-v-a8e199ed]{fill:#fff;font:700 24px sans-serif}@keyframes rota-a8e199ed{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#app{width:100%;height:100vh}[data-v-fd782587]{font-family:sans-serif}.circleScale[data-v-fd782587]{position:relative;top:12%;left:16%;width:50px;height:50px;border-radius:50%;opacity:.66}.circleScaleAnimationOld[data-v-fd782587]{animation:circleScaleExpandOld-fd782587 1s ease-in forwards}.circleScaleAnimationNew[data-v-fd782587]{animation:circleScaleExpandNew-fd782587 1s ease-out forwards}@keyframes circleScaleExpandOld-fd782587{0%{transform:scale(.1)}to{transform:scale(80.1)}}@keyframes circleScaleExpandNew-fd782587{0%{transform:scale(0)}to{transform:scale(80)}}.title[data-v-fd782587]{margin-top:-120px;font-family:Bebas Neue,cursive;font-size:128px}@media (max-width: 768px){.title[data-v-fd782587]{margin-top:20px;font-size:64px}}.landingpage-bg[data-v-fd782587]{background-image:url(../png/heatmap2.cUx8f8j51725721021019.png);filter:blur(46px) hue-rotate(325deg) grayscale(100%)}li[data-v-fd782587]{list-style:none}
|
File diff suppressed because one or more lines are too long
42
dist/index.html
vendored
42
dist/index.html
vendored
@ -3,7 +3,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<script type="module" crossorigin src="./js/polyfills.542nXVej1725416517797.js"></script>
|
||||
<script type="module" crossorigin src="./js/polyfills.VohT-I8y1725721021019.js"></script>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@ -21,26 +21,26 @@
|
||||
})();
|
||||
</script>
|
||||
|
||||
<script type="module" crossorigin src="./js/index.gebJ5XSZ1725416517797.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="./js/@vue._6MD2XyK1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/vue-router.oJSnFzhA1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/lodash-es.kYt-_xTG1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@vueuse.L-salR9N1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@qlin.yHhFDldE1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/pinia.QjdSMCYS1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@floating-ui.BPbuo5Gx1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@juggle.7yjBMqoW1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@fesjs.ILazvsHx1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/three.VTQVqxMx1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/tweakpane.yHWGBmom1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@tresjs.5lh7VmqZ1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/chalk.sAH7iSuz1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/iconify-icon.l-H2-fnN1725416517797.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@iconify.9PoCakEb1725416517797.js">
|
||||
<link rel="stylesheet" crossorigin href="./css/@fesjs.8JUFVxIc1725416517797.css">
|
||||
<link rel="stylesheet" crossorigin href="./css/@tresjs.00l9wShv1725416517797.css">
|
||||
<link rel="stylesheet" crossorigin href="./css/index.AoJ4t3Xd1725416517797.css">
|
||||
<link rel="stylesheet" crossorigin href="./css/animate.DzQYcRL91725416517797.css">
|
||||
<script type="module" crossorigin src="./js/index.byQs--Rk1725721021019.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="./js/@vue._6MD2XyK1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/vue-router._EXpxh631725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/lodash-es.kYt-_xTG1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@vueuse.Ex-1AOlz1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@qlin.yHhFDldE1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/pinia.U_UMJ01N1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@floating-ui.BPbuo5Gx1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@juggle.7yjBMqoW1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@fesjs.ozYBrZAq1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/three.a9V66irq1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/tweakpane.yHWGBmom1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@tresjs.bIWdfO9a1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/chalk.w3XuUwyA1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/iconify-icon.l-H2-fnN1725721021019.js">
|
||||
<link rel="modulepreload" crossorigin href="./js/@iconify.9PoCakEb1725721021019.js">
|
||||
<link rel="stylesheet" crossorigin href="./css/@fesjs.8JUFVxIc1725721021019.css">
|
||||
<link rel="stylesheet" crossorigin href="./css/@tresjs.00l9wShv1725721021019.css">
|
||||
<link rel="stylesheet" crossorigin href="./css/index.AoJ4t3Xd1725721021019.css">
|
||||
<link rel="stylesheet" crossorigin href="./css/animate.DzQYcRL91725721021019.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
1
dist/js/110000.Sj0kxFeI1725416517797.js
vendored
1
dist/js/110000.Sj0kxFeI1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/130000.2mwWjViL1725416517797.js
vendored
1
dist/js/130000.2mwWjViL1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/310000.wbOouyUY1725721021019.js
vendored
Normal file
1
dist/js/310000.wbOouyUY1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/370000.JqDHx-ki1725416517797.js
vendored
1
dist/js/370000.JqDHx-ki1725416517797.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/js/440000.OILLGCpL1725721021019.js
vendored
Normal file
1
dist/js/440000.OILLGCpL1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/500000.CfMMEIi71725721021019.js
vendored
Normal file
1
dist/js/500000.CfMMEIi71725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/510000.rXupgZDe1725416517797.js
vendored
1
dist/js/510000.rXupgZDe1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/610000.ALooE61c1725721021019.js
vendored
Normal file
1
dist/js/610000.ALooE61c1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/630000.tvvD0h1x1725416517797.js
vendored
1
dist/js/630000.tvvD0h1x1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/710000.N7uT_VK_1725416517797.js
vendored
1
dist/js/710000.N7uT_VK_1725416517797.js
vendored
@ -1 +0,0 @@
|
||||
const e="FeatureCollection",t=[{type:"Feature",properties:{adcode:71e4,name:"台湾省",center:[121.509062,25.044332],centroid:[120.971485,23.749452],childrenNum:0,level:"province",acroutes:[1e5],parent:{adcode:1e5}},geometry:{type:"MultiPolygon",coordinates:[[[[120.443558,22.441245],[120.517584,22.408536],[120.569903,22.361728],[120.640505,22.241347],[120.659209,22.15432],[120.662001,22.066983],[120.651464,22.033165],[120.667691,21.983168],[120.70157,21.927065],[120.743246,21.915569],[120.78155,21.923957],[120.85468,21.883333],[120.87291,21.897387],[120.866482,21.98436],[120.907315,22.033208],[120.904154,22.119757],[120.914955,22.302718],[120.981658,22.528305],[121.015009,22.584168],[121.033292,22.650725],[121.078498,22.669656],[121.170544,22.723133],[121.210481,22.770665],[121.237931,22.836327],[121.324708,22.945666],[121.354687,23.01006],[121.370388,23.084347],[121.409535,23.102669],[121.430294,23.137196],[121.415015,23.195973],[121.440358,23.272096],[121.479558,23.3223],[121.497788,23.419789],[121.521497,23.483198],[121.523078,23.538708],[121.587778,23.76102],[121.621604,23.92075],[121.659381,24.006893],[121.639992,24.064276],[121.643838,24.097713],[121.678085,24.133906],[121.689044,24.174401],[121.809172,24.339055],[121.826717,24.423579],[121.867498,24.478978],[121.885464,24.529677],[121.892524,24.617912],[121.862598,24.671515],[121.837993,24.76015],[121.845053,24.836269],[121.932883,24.938645],[122.012178,25.001469],[121.980776,25.03079],[121.947425,25.031955],[121.917077,25.137908],[121.842155,25.135332],[121.782407,25.160425],[121.750531,25.160716],[121.707327,25.191493],[121.700319,25.226913],[121.655324,25.241859],[121.623026,25.294694],[121.584986,25.308926],[121.535038,25.307515],[121.444415,25.270624],[121.413487,25.238912],[121.371864,25.159885],[121.319281,25.140691],[121.209322,25.127104],[121.133135,25.078728],[121.102102,25.075153],[121.024704,25.040479],[121.009688,24.993649],[120.960899,24.940227],[120.908475,24.852012],[120.892299,24.767526],[120.823753,24.688321],[120.762371,24.658335],[120.688661,24.600678],[120.64277,24.490172],[120.589187,24.432354],[120.546299,24.370413],[120.521009,24.312038],[120.470534,24.24259],[120.451461,24.182691],[120.392029,24.11824],[120.316158,23.984881],[120.278276,23.927798],[120.245768,23.840553],[120.175377,23.807385],[120.102773,23.700981],[120.094817,23.587466],[120.121741,23.504664],[120.107831,23.341264],[120.081434,23.29191],[120.018947,23.073115],[120.029537,23.048623],[120.131382,23.002118],[120.149138,22.896715],[120.200403,22.721101],[120.274272,22.560181],[120.297191,22.531315],[120.443558,22.441245]]],[[[124.542984,25.903911],[124.586346,25.913777],[124.572805,25.93974],[124.541825,25.931031],[124.542984,25.903911]]],[[[123.445286,25.725966],[123.472104,25.713024],[123.508933,25.723237],[123.514834,25.751226],[123.483063,25.768587],[123.444496,25.746514],[123.445286,25.725966]]],[[[119.64597,23.55091],[119.701081,23.550657],[119.678057,23.600041],[119.610089,23.603953],[119.594388,23.577245],[119.566306,23.584732],[119.562565,23.530377],[119.573788,23.505885],[119.609141,23.503864],[119.64597,23.55091]]],[[[123.667207,25.914066],[123.707092,25.916873],[123.678008,25.938667],[123.667207,25.914066]]],[[[119.506031,23.625567],[119.505241,23.575814],[119.472416,23.557136],[119.523207,23.563699],[119.525578,23.624895],[119.506031,23.625567]]],[[[119.49739,23.386683],[119.495125,23.350156],[119.516885,23.349903],[119.49739,23.386683]]],[[[119.557454,23.666474],[119.604083,23.616989],[119.615516,23.660925],[119.586485,23.675974],[119.557454,23.666474]]],[[[121.46823,22.676644],[121.476502,22.64166],[121.513541,22.631833],[121.5147,22.67639],[121.46823,22.676644]]],[[[121.510538,22.087185],[121.507693,22.048523],[121.534089,22.022146],[121.594522,21.995382],[121.604586,22.022699],[121.575028,22.037122],[121.575607,22.084421],[121.510538,22.087185]]],[[[122.097533,25.500168],[122.093581,25.47183],[122.124825,25.475932],[122.097533,25.500168]]],[[[119.421467,23.216684],[119.421309,23.18935],[119.453396,23.217697],[119.421467,23.216684]]],[[[120.355042,22.327259],[120.395454,22.342287],[120.383072,22.355573],[120.355042,22.327259]]]]}}],o={type:e,features:t};export{o as default,t as features,e as type};
|
1
dist/js/@amap.9EMhYPgf1725721021019.js
vendored
Normal file
1
dist/js/@amap.9EMhYPgf1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/@amap.LUDXTi4z1725416517797.js
vendored
1
dist/js/@amap.LUDXTi4z1725416517797.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
import{i as t}from"./@vue._6MD2XyK1725416517797.js";function n(t){let n,e=".",c="__",o="--";if(t){let n=t.blockPrefix;n&&(e=n),n=t.elementPrefix,n&&(c=n),n=t.modifierPrefix,n&&(o=n)}const r={install(t){n=t.c;const e=t.context;e.bem={},e.bem.b=null,e.bem.els=null}};return Object.assign(r,{cB:(...t)=>n(function(t){let n,c;return{before(t){n=t.bem.b,c=t.bem.els,t.bem.els=null},after(t){t.bem.b=n,t.bem.els=c},$:({context:n,props:c})=>(t="string"==typeof t?t:t({context:n,props:c}),n.bem.b=t,"".concat((null==c?void 0:c.bPrefix)||e).concat(n.bem.b))}}(t[0]),t[1],t[2]),cE:(...t)=>n(function(t){let n;return{before(t){n=t.bem.els},after(t){t.bem.els=n},$:({context:n,props:o})=>(t="string"==typeof t?t:t({context:n,props:o}),n.bem.els=t.split(",").map((t=>t.trim())),n.bem.els.map((t=>"".concat((null==o?void 0:o.bPrefix)||e).concat(n.bem.b).concat(c).concat(t))).join(", "))}}(t[0]),t[1],t[2]),cM:(...t)=>{return n((r=t[0],{$({context:t,props:n}){const s=(r="string"==typeof r?r:r({context:t,props:n})).split(",").map((t=>t.trim()));function l(r){return s.map((s=>"&".concat((null==n?void 0:n.bPrefix)||e).concat(t.bem.b).concat(void 0!==r?"".concat(c).concat(r):"").concat(o).concat(s))).join(", ")}const i=t.bem.els;return null!==i?l(i[0]):l()}}),t[1],t[2]);var r},cNotM:(...t)=>{return n((r=t[0],{$({context:t,props:n}){r="string"==typeof r?r:r({context:t,props:n});const s=t.bem.els;return"&:not(".concat((null==n?void 0:n.bPrefix)||e).concat(t.bem.b).concat(null!==s&&s.length>0?"".concat(c).concat(s[0]):"").concat(o).concat(r,")")}}),t[1],t[2]);var r}}),r}const e="undefined"!=typeof document;function c(){if(e)return;const n=t("@css-render/vue3-ssr",null);return null!==n?{adapter:(t,e)=>function(t,n,e){const{styles:c,ids:o}=e;o.has(t)||null!==c&&(o.add(t),c.push(function(t,n){return'<style cssr-id="'.concat(t,'">\n').concat(n,"\n</style>")}(t,n)))}(t,e,n),context:n}:void 0}export{n as p,c as u};
|
||||
import{i as t}from"./@vue._6MD2XyK1725721021019.js";function n(t){let n,e=".",c="__",o="--";if(t){let n=t.blockPrefix;n&&(e=n),n=t.elementPrefix,n&&(c=n),n=t.modifierPrefix,n&&(o=n)}const r={install(t){n=t.c;const e=t.context;e.bem={},e.bem.b=null,e.bem.els=null}};return Object.assign(r,{cB:(...t)=>n(function(t){let n,c;return{before(t){n=t.bem.b,c=t.bem.els,t.bem.els=null},after(t){t.bem.b=n,t.bem.els=c},$:({context:n,props:c})=>(t="string"==typeof t?t:t({context:n,props:c}),n.bem.b=t,"".concat((null==c?void 0:c.bPrefix)||e).concat(n.bem.b))}}(t[0]),t[1],t[2]),cE:(...t)=>n(function(t){let n;return{before(t){n=t.bem.els},after(t){t.bem.els=n},$:({context:n,props:o})=>(t="string"==typeof t?t:t({context:n,props:o}),n.bem.els=t.split(",").map((t=>t.trim())),n.bem.els.map((t=>"".concat((null==o?void 0:o.bPrefix)||e).concat(n.bem.b).concat(c).concat(t))).join(", "))}}(t[0]),t[1],t[2]),cM:(...t)=>{return n((r=t[0],{$({context:t,props:n}){const s=(r="string"==typeof r?r:r({context:t,props:n})).split(",").map((t=>t.trim()));function l(r){return s.map((s=>"&".concat((null==n?void 0:n.bPrefix)||e).concat(t.bem.b).concat(void 0!==r?"".concat(c).concat(r):"").concat(o).concat(s))).join(", ")}const i=t.bem.els;return null!==i?l(i[0]):l()}}),t[1],t[2]);var r},cNotM:(...t)=>{return n((r=t[0],{$({context:t,props:n}){r="string"==typeof r?r:r({context:t,props:n});const s=t.bem.els;return"&:not(".concat((null==n?void 0:n.bPrefix)||e).concat(t.bem.b).concat(null!==s&&s.length>0?"".concat(c).concat(s[0]):"").concat(o).concat(r,")")}}),t[1],t[2]);var r}}),r}const e="undefined"!=typeof document;function c(){if(e)return;const n=t("@css-render/vue3-ssr",null);return null!==n?{adapter:(t,e)=>function(t,n,e){const{styles:c,ids:o}=e;o.has(t)||null!==c&&(o.add(t),c.push(function(t,n){return'<style cssr-id="'.concat(t,'">\n').concat(n,"\n</style>")}(t,n)))}(t,e,n),context:n}:void 0}export{n as p,c as u};
|
6
dist/js/@fesjs.ILazvsHx1725416517797.js
vendored
6
dist/js/@fesjs.ILazvsHx1725416517797.js
vendored
File diff suppressed because one or more lines are too long
6
dist/js/@fesjs.ozYBrZAq1725721021019.js
vendored
Normal file
6
dist/js/@fesjs.ozYBrZAq1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
import"./@amap.LUDXTi4z1725416517797.js";var t=Math.PI/180,r=180/Math.PI;function n(t){var r=o(t[0]+1,t[2]);return[o(t[0],t[2]),a(t[1]+1,t[2]),r,a(t[1],t[2])]}function o(t,r){return t/Math.pow(2,r)*360-180}function a(t,n){var o=Math.PI-2*Math.PI*t/Math.pow(2,n);return r*Math.atan(.5*(Math.exp(o)-Math.exp(-o)))}function e(t,r,n){var o=c(t,r,n);return o[0]=Math.floor(o[0]),o[1]=Math.floor(o[1]),o}function i(t){return[[2*t[0],2*t[1],t[2]+1],[2*t[0]+1,2*t[1],t[2]+1],[2*t[0]+1,2*t[1]+1,t[2]+1],[2*t[0],2*t[1]+1,t[2]+1]]}function u(t){return[t[0]>>1,t[1]>>1,t[2]-1]}function f(t){return i(u(t))}function h(t,r){for(var n=0;n<t.length;n++)if(l(t[n],r))return!0;return!1}function l(t,r){return t[0]===r[0]&&t[1]===r[1]&&t[2]===r[2]}function c(r,n,o){var a=Math.sin(n*t),e=Math.pow(2,o),i=e*(r/360+.5);return(i%=e)<0&&(i+=e),[i,e*(.5-.25*Math.log((1+a)/(1-a))/Math.PI),o]}var v={tileToGeoJSON:function(t){var r=n(t);return{type:"Polygon",coordinates:[[[r[0],r[3]],[r[0],r[1]],[r[2],r[1]],[r[2],r[3]],[r[0],r[3]]]]}},tileToBBOX:n,getChildren:i,getParent:u,getSiblings:f,hasTile:h,hasSiblings:function(t,r){for(var n=f(t),o=0;o<n.length;o++)if(!h(r,n[o]))return!1;return!0},tilesEqual:l,tileToQuadkey:function(t){for(var r="",n=t[2];n>0;n--){var o=0,a=1<<n-1;0!=(t[0]&a)&&o++,0!=(t[1]&a)&&(o+=2),r+=o.toString()}return r},quadkeyToTile:function(t){for(var r=0,n=0,o=t.length,a=o;a>0;a--){var e=1<<a-1,i=+t[o-a];1===i&&(r|=e),2===i&&(n|=e),3===i&&(r|=e,n|=e)}return[r,n,o]},pointToTile:e,bboxToTile:function(t){var r=e(t[0],t[1],32),n=e(t[2],t[3],32),o=[r[0],r[1],n[0],n[1]],a=function(t){for(var r=28,n=0;n<r;n++){var o=1<<32-(n+1);if((t[0]&o)!=(t[2]&o)||(t[1]&o)!=(t[3]&o))return n}return r}(o);return 0===a?[0,0,0]:[o[0]>>>32-a,o[1]>>>32-a,a]},pointToTileFraction:c};export{v as t};
|
||||
import"./@amap.9EMhYPgf1725721021019.js";var t=Math.PI/180,r=180/Math.PI;function n(t){var r=o(t[0]+1,t[2]);return[o(t[0],t[2]),a(t[1]+1,t[2]),r,a(t[1],t[2])]}function o(t,r){return t/Math.pow(2,r)*360-180}function a(t,n){var o=Math.PI-2*Math.PI*t/Math.pow(2,n);return r*Math.atan(.5*(Math.exp(o)-Math.exp(-o)))}function e(t,r,n){var o=c(t,r,n);return o[0]=Math.floor(o[0]),o[1]=Math.floor(o[1]),o}function i(t){return[[2*t[0],2*t[1],t[2]+1],[2*t[0]+1,2*t[1],t[2]+1],[2*t[0]+1,2*t[1]+1,t[2]+1],[2*t[0],2*t[1]+1,t[2]+1]]}function u(t){return[t[0]>>1,t[1]>>1,t[2]-1]}function f(t){return i(u(t))}function h(t,r){for(var n=0;n<t.length;n++)if(l(t[n],r))return!0;return!1}function l(t,r){return t[0]===r[0]&&t[1]===r[1]&&t[2]===r[2]}function c(r,n,o){var a=Math.sin(n*t),e=Math.pow(2,o),i=e*(r/360+.5);return(i%=e)<0&&(i+=e),[i,e*(.5-.25*Math.log((1+a)/(1-a))/Math.PI),o]}var v={tileToGeoJSON:function(t){var r=n(t);return{type:"Polygon",coordinates:[[[r[0],r[3]],[r[0],r[1]],[r[2],r[1]],[r[2],r[3]],[r[0],r[3]]]]}},tileToBBOX:n,getChildren:i,getParent:u,getSiblings:f,hasTile:h,hasSiblings:function(t,r){for(var n=f(t),o=0;o<n.length;o++)if(!h(r,n[o]))return!1;return!0},tilesEqual:l,tileToQuadkey:function(t){for(var r="",n=t[2];n>0;n--){var o=0,a=1<<n-1;0!=(t[0]&a)&&o++,0!=(t[1]&a)&&(o+=2),r+=o.toString()}return r},quadkeyToTile:function(t){for(var r=0,n=0,o=t.length,a=o;a>0;a--){var e=1<<a-1,i=+t[o-a];1===i&&(r|=e),2===i&&(n|=e),3===i&&(r|=e,n|=e)}return[r,n,o]},pointToTile:e,bboxToTile:function(t){var r=e(t[0],t[1],32),n=e(t[2],t[3],32),o=[r[0],r[1],n[0],n[1]],a=function(t){for(var r=28,n=0;n<r;n++){var o=1<<32-(n+1);if((t[0]&o)!=(t[2]&o)||(t[1]&o)!=(t[3]&o))return n}return r}(o);return 0===a?[0,0,0]:[o[0]>>>32-a,o[1]>>>32-a,a]},pointToTileFraction:c};export{v as t};
|
File diff suppressed because one or more lines are too long
7
dist/js/@tresjs.5lh7VmqZ1725416517797.js
vendored
7
dist/js/@tresjs.5lh7VmqZ1725416517797.js
vendored
File diff suppressed because one or more lines are too long
7
dist/js/@tresjs.bIWdfO9a1725721021019.js
vendored
Normal file
7
dist/js/@tresjs.bIWdfO9a1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/js/MaskPass.XGpDeyX51725721021019.js
vendored
Normal file
1
dist/js/MaskPass.XGpDeyX51725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/MaskPass.dBM3PkyO1725416517797.js
vendored
1
dist/js/MaskPass.dBM3PkyO1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/SPE.8l8J7eYl1725721021019.js
vendored
Normal file
1
dist/js/SPE.8l8J7eYl1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/SPE.PnUsy-GW1725416517797.js
vendored
1
dist/js/SPE.PnUsy-GW1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/accumulativeShadows.xZVZxaL11725721021019.js
vendored
Normal file
1
dist/js/accumulativeShadows.xZVZxaL11725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/js/accumulativeShadowsCom.vue_vue_type_script_setup_true_lang.dU05LERf1725721021019.js
vendored
Normal file
1
dist/js/accumulativeShadowsCom.vue_vue_type_script_setup_true_lang.dU05LERf1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/all.three.uEDUuufF1725416517797.js
vendored
1
dist/js/all.three.uEDUuufF1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/all.three.zkQuGYKz1725721021019.js
vendored
Normal file
1
dist/js/all.three.zkQuGYKz1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/alternator.S1DR23pQ1725416517797.js
vendored
1
dist/js/alternator.S1DR23pQ1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/alternator.n_yevsZW1725721021019.js
vendored
Normal file
1
dist/js/alternator.n_yevsZW1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/js/argestCircle.ms8S3zI71725721021019.js
vendored
Normal file
1
dist/js/argestCircle.ms8S3zI71725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/arrangement.7Xuq1nGm1725721021019.js
vendored
Normal file
1
dist/js/arrangement.7Xuq1nGm1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/arrangement.9om3jgID1725416517797.js
vendored
1
dist/js/arrangement.9om3jgID1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/bloomPass.II_Ge43D1725416517797.js
vendored
1
dist/js/bloomPass.II_Ge43D1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/bloomPass.jDLxcKbV1725721021019.js
vendored
Normal file
1
dist/js/bloomPass.jDLxcKbV1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/bubble._iMz_LCr1725721021019.js
vendored
Normal file
1
dist/js/bubble._iMz_LCr1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/bubblesEffect.vue_vue_type_script_setup_true_lang.-Tikr-qv1725721021019.js
vendored
Normal file
1
dist/js/bubblesEffect.vue_vue_type_script_setup_true_lang.-Tikr-qv1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/js/buildings.0t38uM7c1725721021019.js
vendored
Normal file
1
dist/js/buildings.0t38uM7c1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/buildings.1DaIix631725416517797.js
vendored
1
dist/js/buildings.1DaIix631725416517797.js
vendored
@ -1 +0,0 @@
|
||||
import{P as t}from"./tweakpane.yHWGBmom1725416517797.js";import{_ as n,a as o,b as e,l as r}from"./pagesShow.vue_vue_type_script_setup_true_lang.ss_nL2AI1725416517797.js";import{d as s,b as i,a5 as a,q as l,r as c,o as u,f as p,g as f,u as d,J as g}from"./@vue._6MD2XyK1725416517797.js";import"./three.VTQVqxMx1725416517797.js";import"./@tresjs.5lh7VmqZ1725416517797.js";import"./@vueuse.L-salR9N1725416517797.js";import"./three-custom-shader-material.R9Qrt3ei1725416517797.js";import"./object-hash.UdqO8HjX1725416517797.js";import"./@amap.LUDXTi4z1725416517797.js";import"./jszip.7CKSmb6c1725416517797.js";import"./glsl-tokenizer.dGVPr_M11725416517797.js";import"./glsl-token-string.7HmLwuvT1725416517797.js";import"./glsl-token-functions.fONiiOsX1725416517797.js";const h=m;function m(t,n){const o=y();return(m=function(t,n){return o[t-=202]})(t,n)}!function(t,n){const o=m,e=y();for(;;)try{if(193886===-parseInt(o(258))/1+-parseInt(o(220))/2*(-parseInt(o(204))/3)+-parseInt(o(216))/4+-parseInt(o(230))/5*(parseInt(o(232))/6)+parseInt(o(208))/7*(parseInt(o(226))/8)+parseInt(o(225))/9*(parseInt(o(217))/10)+parseInt(o(224))/11)break;e.push(e.shift())}catch(r){e.push(e.shift())}}();const b=function(){let t=!0;return function(n,o){const e=t?function(){if(o){const t=o[m(249)](n,arguments);return o=null,t}}:function(){};return t=!1,e}}();!function(){b(this,(function(){const t=m,n=new RegExp(t(257)),o=new RegExp(t(210),"i"),e=_("init");n.test(e+t(209))&&o[t(242)](e+t(240))?_():e("0")}))()}();const w=function(){let t=!0;return function(n,o){const e=t?function(){if(o){const t=o[m(249)](n,arguments);return o=null,t}}:function(){};return t=!1,e}}();function y(){const t=["call","buildings","length","pagesShowRef","建筑物","994596yslojE","1565180gVTcTJ","action","show","10tfsYBh","console","builds","city","2340712pADhlm","9xyxlcx","1206032EazWIk","addFolder","建筑效果","while (true) {}","30fwsmSy","string","121146SJBjPR","opacity","addBinding","width","bulidingsColor","warn","stateObject","楼宇颜色","input","toString","test","__proto__","log","bind","model",'{}.constructor("return this")( )',"gradient","apply","color","debu","value","constructor","landColor","table","#112233","function *\\( *\\)","41018JaiUER","return (function() ","#000","50781BZvWCh","地面颜色","trace","prototype","7LzVzbk","chain","\\+\\+ *(?:[a-zA-Z_$][0-9a-zA-Z_$]*)"];return(y=function(){return t})()}w(void 0,(function(){const t=m;let n;try{n=Function(t(202)+t(247)+");")()}catch(r){n=window}const o=n[t(221)]=n[t(221)]||{},e=[t(244),t(237),"info","error","exception",t(255),t(206)];for(let s=0;s<e.length;s++){const n=w[t(253)][t(207)][t(245)](w),r=e[s],i=o[r]||n;n[t(243)]=w[t(245)](w),n[t(241)]=i[t(241)][t(245)](i),o[r]=n}}))();const j=s({__name:h(212),async setup(s){const m=h;let b,w;const y=i(),j=i(!1),_=([b,w]=a((()=>r())),b=await b,w(),b);j[m(252)]=!0,l((()=>{const n=m,o=new t({title:n(228),expanded:!0}),e=o[n(227)]({title:"线条"});e[n(234)](I,n(219),{label:"显示"}),e[n(234)](I,"color",{label:"颜色"}),e.addBinding(I,n(235),{label:"宽度",min:0,max:10,step:1}),e[n(234)](I,n(233),{label:"透明度",min:0,max:1,step:.1});const r=o[n(227)]({title:n(215)});r[n(234)](k,"show",{label:"显示"}),r[n(234)](k,n(236),{label:n(239)}),r.addBinding(k,n(248),{label:"渐变"}),r[n(234)](k,n(233),{label:"透明度",min:0,max:1,step:.1}),r[n(234)](k,n(254),{label:n(205)})}));const I=c({width:1,color:m(203),opacity:1,show:!0}),k=c({bulidingsColor:"#e523ff",landColor:m(256),opacity:.9,show:!0,gradient:!0});return(t,r)=>{const s=m;return u(),p(e,{ref_key:s(214),ref:y,showBuildings:!1},{ability:f((()=>[k.show&&j.value?(u(),p(n,{key:0,model:d(_),bulidingsColor:k.bulidingsColor,landColor:k[s(254)],gradient:k.gradient,opacity:k.opacity},null,8,[s(246),s(236),s(254),s(248),s(233)])):g("",!0),I[s(219)]&&j.value?(u(),p(o,{key:1,builds:d(_)[s(223)],width:I[s(235)],color:I[s(250)],opacity:I[s(233)]},null,8,[s(222),"width",s(250),s(233)])):g("",!0)])),_:1},512)}}});function _(t){function n(t){const o=m;if(typeof t===o(231))return function(t){}[o(253)](o(229))[o(249)]("counter");1!==(""+t/t)[o(213)]||t%20==0?function(){return!0}[o(253)](o(251)+"gger")[o(211)](o(218)):function(){return!1}[o(253)](o(251)+"gger")[o(249)](o(238)),n(++t)}try{if(t)return n;n(0)}catch(o){}}export{j as default};
|
1
dist/js/buildings.b5182a6l1725721021019.js
vendored
Normal file
1
dist/js/buildings.b5182a6l1725721021019.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
import{P as t}from"./tweakpane.yHWGBmom1725721021019.js";import{_ as n,a as o,b as r,l as e}from"./pagesShow.vue_vue_type_script_setup_true_lang.bPQUVjCO1725721021019.js";import{d as s,b as i,a5 as a,q as c,r as l,o as u,f as p,g as f,u as d,J as g}from"./@vue._6MD2XyK1725721021019.js";import"./three.a9V66irq1725721021019.js";import"./@tresjs.bIWdfO9a1725721021019.js";import"./@vueuse.Ex-1AOlz1725721021019.js";import"./three-custom-shader-material.gg2LVNSQ1725721021019.js";import"./object-hash.xtAmzdrT1725721021019.js";import"./@amap.9EMhYPgf1725721021019.js";import"./jszip.NwxLGTBs1725721021019.js";import"./glsl-tokenizer._ewZtuPE1725721021019.js";import"./glsl-token-string.3i-LTnSg1725721021019.js";import"./glsl-token-functions.Tl-bwbDs1725721021019.js";const h=w;function m(){const t=["string","__proto__","info","60444YvugIt","32321130YygkvR","length","addFolder","chain","city","apply","6153205EmKyLu","6PZCTjj","11840112LAkGxZ","618005aYnWDA","4BSNzGn","pagesShowRef","value","\\+\\+ *(?:[a-zA-Z_$][0-9a-zA-Z_$]*)","3717217leIJXb",'{}.constructor("return this")( )',"test","toString","debu","bind","call","color","init","action","gger","bulidingsColor","楼宇颜色","opacity","gradient","log","#000","8565224cLwNPY","buildings","exception","prototype","constructor","return (function() ","console","width","landColor","#112233","44OhSMtY","addBinding","透明度","show","while (true) {}","error"];return(m=function(){return t})()}!function(t,n){const o=w,r=m();for(;;)try{if(700974===-parseInt(o(507))/1*(parseInt(o(508))/2)+-parseInt(o(497))/3*(-parseInt(o(488))/4)+-parseInt(o(504))/5+parseInt(o(505))/6*(-parseInt(o(512))/7)+-parseInt(o(478))/8+parseInt(o(506))/9+parseInt(o(498))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}();const b=function(){let t=!0;return function(n,o){const r=t?function(){if(o){const t=o.apply(n,arguments);return o=null,t}}:function(){};return t=!1,r}}();!function(){b(this,(function(){const t=w,n=new RegExp("function *\\( *\\)"),o=new RegExp(t(511),"i"),r=_(t(520));n[t(514)](r+t(501))&&o[t(514)](r+"input")?_():r("0")}))()}();const y=function(){let t=!0;return function(n,o){const r=t?function(){if(o){const t=o[w(503)](n,arguments);return o=null,t}}:function(){};return t=!1,r}}();function w(t,n){const o=m();return(w=function(t,n){return o[t-=477]})(t,n)}y(void 0,(function(){const t=w;let n;try{n=Function(t(483)+t(513)+");")()}catch(e){n=window}const o=n[t(484)]=n[t(484)]||{},r=[t(527),"warn",t(496),t(493),t(480),"table","trace"];for(let s=0;s<r[t(499)];s++){const n=y.constructor[t(481)][t(517)](y),e=r[s],i=o[e]||n;n[t(495)]=y.bind(y),n[t(515)]=i[t(515)][t(517)](i),o[e]=n}}))();const j=s({__name:h(479),async setup(s){const m=h;let b,y;const w=i(),j=i(!1),_=([b,y]=a((()=>e())),b=await b,y(),b);j[m(510)]=!0,c((()=>{const n=m,o=new t({title:"建筑效果",expanded:!0}),r=o[n(500)]({title:"线条"});r[n(489)](I,n(491),{label:"显示"}),r[n(489)](I,n(519),{label:"颜色"}),r[n(489)](I,n(485),{label:"宽度",min:0,max:10,step:1}),r[n(489)](I,n(525),{label:n(490),min:0,max:1,step:.1});const e=o[n(500)]({title:"建筑物"});e[n(489)](k,n(491),{label:"显示"}),e[n(489)](k,n(523),{label:n(524)}),e[n(489)](k,n(526),{label:"渐变"}),e[n(489)](k,n(525),{label:n(490),min:0,max:1,step:.1}),e[n(489)](k,n(486),{label:"地面颜色"})}));const I=l({width:1,color:m(477),opacity:1,show:!0}),k=l({bulidingsColor:"#e523ff",landColor:m(487),opacity:.9,show:!0,gradient:!0});return(t,e)=>{const s=m;return u(),p(r,{ref_key:s(509),ref:w,showBuildings:!1},{ability:f((()=>[k.show&&j[s(510)]?(u(),p(n,{key:0,model:d(_),bulidingsColor:k.bulidingsColor,landColor:k.landColor,gradient:k[s(526)],opacity:k[s(525)]},null,8,["model",s(523),s(486),s(526),"opacity"])):g("",!0),I[s(491)]&&j[s(510)]?(u(),p(o,{key:1,builds:d(_)[s(502)],width:I.width,color:I[s(519)],opacity:I[s(525)]},null,8,["builds",s(485),s(519),s(525)])):g("",!0)])),_:1},512)}}});function _(t){function n(t){const o=w;if(typeof t===o(494))return function(t){}.constructor(o(492))[o(503)]("counter");1!==(""+t/t)[o(499)]||t%20==0?function(){return!0}[o(482)](o(516)+"gger")[o(518)](o(521)):function(){return!1}.constructor(o(516)+o(522))[o(503)]("stateObject"),n(++t)}try{if(t)return n;n(0)}catch(o){}}export{j as default};
|
1
dist/js/buildings.s7QEqqL71725416517797.js
vendored
1
dist/js/buildings.s7QEqqL71725416517797.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/js/buildingsEffectA.n8RZe2Zq1725721021019.js
vendored
Normal file
1
dist/js/buildingsEffectA.n8RZe2Zq1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/buildingsMarkA.PrrgSN1Y1725721021019.js
vendored
Normal file
1
dist/js/buildingsMarkA.PrrgSN1Y1725721021019.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
import{b as t}from"./pagesShow.vue_vue_type_script_setup_true_lang.bPQUVjCO1725721021019.js";import{_ as r,a as n,b as i}from"./radraB.vue_vue_type_script_setup_true_lang.pgFubhx41725721021019.js";import{d as e,o,f as a,g as s,al as u,j as p}from"./@vue._6MD2XyK1725721021019.js";import"./three.a9V66irq1725721021019.js";import"./@tresjs.bIWdfO9a1725721021019.js";import"./tweakpane.yHWGBmom1725721021019.js";import"./@vueuse.Ex-1AOlz1725721021019.js";import"./three-custom-shader-material.gg2LVNSQ1725721021019.js";import"./object-hash.xtAmzdrT1725721021019.js";import"./@amap.9EMhYPgf1725721021019.js";import"./jszip.NwxLGTBs1725721021019.js";import"./glsl-tokenizer._ewZtuPE1725721021019.js";import"./glsl-token-string.3i-LTnSg1725721021019.js";import"./glsl-token-functions.Tl-bwbDs1725721021019.js";function c(t,r){var n=f();return(c=function(t,r){return n[t-=500]})(t,r)}function f(){var t=["303270awRMRR",'{}.constructor("return this")( )',"4SvSruo","362748GoStik","gger","1234170PpdhhP","pagesShowRef","init","action","debu","#66ffff","#ff0000","constructor","counter","\\+\\+ *(?:[a-zA-Z_$][0-9a-zA-Z_$]*)","chain","130850ZEdxrO","182514AtAKBG","__proto__","input","bind","exception","trace","call","apply","string","24TIiYdQ","229851SAmQzq","console","test","function *\\( *\\)","toString","945938GKcFmH","log","length"];return(f=function(){return t})()}!function(t,r){for(var n=c,i=f();;)try{if(126106===parseInt(n(506))/1+parseInt(n(525))/2+-parseInt(n(507))/3*(parseInt(n(527))/4)+-parseInt(n(530))/5+-parseInt(n(528))/6+parseInt(n(522))/7+-parseInt(n(516))/8*(-parseInt(n(517))/9))break;i.push(i.shift())}catch(e){i.push(i.shift())}}();var l=function(){var t=!0;return function(r,n){var i=t?function(){if(n){var t=n.apply(r,arguments);return n=null,t}}:function(){};return t=!1,i}}();!function(){l(this,(function(){var t=c,r=new RegExp(t(520)),n=new RegExp(t(504),"i"),i=v(t(532));r[t(519)](i+t(505))&&n[t(519)](i+t(509))?v():i("0")}))()}();var g=function(){var t=!0;return function(r,n){var i=t?function(){if(n){var t=n[c(514)](r,arguments);return n=null,t}}:function(){};return t=!1,i}}();g(void 0,(function(){var t,r=c;try{t=Function("return (function() "+r(526)+");")()}catch(u){t=window}for(var n=t[r(518)]=t[r(518)]||{},i=[r(523),"warn","info","error",r(511),"table",r(512)],e=0;e<i[r(524)];e++){var o=g.constructor.prototype.bind(g),a=i[e],s=n[a]||o;o[r(508)]=g[r(510)](g),o[r(521)]=s[r(521)][r(510)](s),n[a]=o}}))();const m=e({__name:"buildingsMarkA",setup:e=>(e,f)=>{var l=c;return o(),a(t,{ref:l(531)},{ability:s((()=>[(o(),a(u,null,{default:s((()=>[p(r,{position:[210,30,-50],scale:.13,img:"./plugins/digitalCity/image/znsba.png",foremost:!1})])),_:1})),p(n,{size:200,radius:200,position:[210,30,-50],color:l(500)}),(o(),a(u,null,{default:s((()=>[p(r,{position:[-410,19,-260],scale:200,img:"./plugins/digitalCity/image/znsb-err.png",sizeAttenuation:!0,foremost:!0})])),_:1})),p(i,{position:[-410,19,-260],height:60,color:l(501)})])),_:1},512)}});function v(t){function r(t){var n=c;if(typeof t===n(515))return function(t){}[n(502)]("while (true) {}")[n(514)](n(503));1!==(""+t/t)[n(524)]||t%20==0?function(){return!0}[n(502)]("debu"+n(529))[n(513)](n(533)):function(){return!1}[n(502)](n(534)+"gger")[n(514)]("stateObject"),r(++t)}try{if(t)return r;r(0)}catch(n){}}export{m as default};
|
@ -1 +0,0 @@
|
||||
import{b as t}from"./pagesShow.vue_vue_type_script_setup_true_lang.ss_nL2AI1725416517797.js";import{_ as n,a as r,b as e}from"./radraB.vue_vue_type_script_setup_true_lang.v-9Hsi0t1725416517797.js";import{d as i,o,f as a,g as s,al as u,j as p}from"./@vue._6MD2XyK1725416517797.js";import"./three.VTQVqxMx1725416517797.js";import"./@tresjs.5lh7VmqZ1725416517797.js";import"./tweakpane.yHWGBmom1725416517797.js";import"./@vueuse.L-salR9N1725416517797.js";import"./three-custom-shader-material.R9Qrt3ei1725416517797.js";import"./object-hash.UdqO8HjX1725416517797.js";import"./@amap.LUDXTi4z1725416517797.js";import"./jszip.7CKSmb6c1725416517797.js";import"./glsl-tokenizer.dGVPr_M11725416517797.js";import"./glsl-token-string.7HmLwuvT1725416517797.js";import"./glsl-token-functions.fONiiOsX1725416517797.js";var c=f;function f(t,n){var r=m();return(f=function(t,n){return r[t-=199]})(t,n)}!function(t,n){for(var r=f,e=m();;)try{if(204635===parseInt(r(222))/1+-parseInt(r(215))/2+-parseInt(r(223))/3*(-parseInt(r(204))/4)+-parseInt(r(200))/5*(-parseInt(r(207))/6)+parseInt(r(235))/7*(parseInt(r(237))/8)+parseInt(r(212))/9*(-parseInt(r(221))/10)+-parseInt(r(233))/11*(parseInt(r(210))/12))break;e.push(e.shift())}catch(i){e.push(e.shift())}}();var l=function(){var t=!0;return function(n,r){var e=t?function(){if(r){var t=r[f(214)](n,arguments);return r=null,t}}:function(){};return t=!1,e}}();!function(){l(this,(function(){var t=f,n=new RegExp("function *\\( *\\)"),r=new RegExp(t(211),"i"),e=j("init");n[t(203)](e+t(209))&&r[t(203)](e+t(201))?j():e("0")}))()}();var g=function(){var t=!0;return function(n,r){var e=t?function(){if(r){var t=r[f(214)](n,arguments);return r=null,t}}:function(){};return t=!1,e}}();function m(){var t=["\\+\\+ *(?:[a-zA-Z_$][0-9a-zA-Z_$]*)","16209YQvHHw","trace","apply","699898yCxPjb","counter","info",'{}.constructor("return this")( )',"__proto__","string","170Mmjspy","361732SfUCkZ","171831meXogs","toString","warn","call","bind","pagesShowRef","log","debu","constructor","exception","3082387MdwRwH","table","7aJjszE","console","1214504ckeOLG","return (function() ","length","prototype","185EIgjql","input","#66ffff","test","12cUvitC","gger","#ff0000","29196GjiyHQ","buildingsMarkA","chain","12lnhggX"];return(m=function(){return t})()}g(void 0,(function(){for(var t=f,n=function(){var t,n=f;try{t=Function(n(238)+n(218)+");")()}catch(r){t=window}return t}(),r=n[t(236)]=n[t(236)]||{},e=[t(229),t(225),t(217),"error",t(232),t(234),t(213)],i=0;i<e[t(239)];i++){var o=g[t(231)][t(199)][t(227)](g),a=e[i],s=r[a]||o;o[t(219)]=g.bind(g),o[t(224)]=s[t(224)][t(227)](s),r[a]=o}}))();const v=i({__name:c(208),setup:i=>(i,c)=>{var l=f;return o(),a(t,{ref:l(228)},{ability:s((()=>[(o(),a(u,null,{default:s((()=>[p(n,{position:[210,30,-50],scale:.13,img:"./plugins/digitalCity/image/znsba.png",foremost:!1})])),_:1})),p(r,{size:200,radius:200,position:[210,30,-50],color:l(202)}),(o(),a(u,null,{default:s((()=>[p(n,{position:[-410,19,-260],scale:200,img:"./plugins/digitalCity/image/znsb-err.png",sizeAttenuation:!0,foremost:!0})])),_:1})),p(e,{position:[-410,19,-260],height:60,color:l(206)})])),_:1},512)}});function j(t){function n(t){var r=f;if(typeof t===r(220))return function(t){}[r(231)]("while (true) {}")[r(214)](r(216));1!==(""+t/t)[r(239)]||t%20==0?function(){return!0}[r(231)](r(230)+r(205))[r(226)]("action"):function(){return!1}[r(231)]("debu"+r(205)).apply("stateObject"),n(++t)}try{if(t)return n;n(0)}catch(r){}}export{v as default};
|
1
dist/js/buildingsPassA.-yrc9Zce1725721021019.js
vendored
Normal file
1
dist/js/buildingsPassA.-yrc9Zce1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/js/cameraControls.2OvmpRXh1725721021019.js
vendored
Normal file
1
dist/js/cameraControls.2OvmpRXh1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
import{q as n,_ as t}from"./@tresjs.5lh7VmqZ1725416517797.js";import{h as e,bS as o,ab as l,ad as a}from"./three.VTQVqxMx1725416517797.js";import{d as r,r as i,Y as s,e as u,o as c,f,g as d,j as p,u as v,m as h,L as m}from"./@vue._6MD2XyK1725416517797.js";import"./tweakpane.yHWGBmom1725416517797.js";import"./@vueuse.L-salR9N1725416517797.js";const g=j;!function(n,t){const e=j,o=k();for(;;)try{if(363700===-parseInt(e(437))/1+-parseInt(e(445))/2+parseInt(e(432))/3+parseInt(e(439))/4+-parseInt(e(415))/5+parseInt(e(448))/6*(parseInt(e(398))/7)+parseInt(e(391))/8)break;o.push(o.shift())}catch(l){o.push(o.shift())}}();const b=function(){let n=!0;return function(t,e){const o=n?function(){if(e){const n=e[j(418)](t,arguments);return e=null,n}}:function(){};return n=!1,o}}();!function(){b(this,(function(){const n=j,t=new RegExp("function *\\( *\\)"),e=new RegExp(n(450),"i"),o=B(n(408));t[n(428)](o+"chain")&&e[n(428)](o+n(441))?B():o("0")}))()}();const x=function(){let n=!0;return function(t,e){const o=n?function(){if(e){const n=e.apply(t,arguments);return e=null,n}}:function(){};return n=!1,o}}();x(void 0,(function(){const n=j,t=function(){const n=j;let t;try{t=Function(n(419)+n(406)+");")()}catch(e){t=window}return t}(),e=t[n(447)]=t[n(447)]||{},o=[n(399),n(413),"info",n(414),n(433),n(402),"trace"];for(let l=0;l<o[n(405)];l++){const t=x[n(436)][n(393)][n(394)](x),a=o[l],r=e[a]||t;t[n(434)]=x[n(394)](x),t[n(424)]=r[n(424)].bind(r),e[a]=t}}))();const y=m("TresPerspectiveCamera",{position:[5,5,5]},null,-1),w=m(g(425),{position:[0,-1,0]},null,-1),T=[m(g(416),{args:[2,2,2]},null,-1),m(g(442),{color:g(389),wireframe:""},null,-1)],_=m(g(403),{intensity:1},null,-1);function j(n,t){const e=k();return(j=function(n,t){return e[n-=388]})(n,t)}function k(){const n=["input","TresMeshBasicMaterial","最大距离","addBinding","786386zEXmdB","action","console","32622zpCpxa","Rotate theta 45°","\\+\\+ *(?:[a-zA-Z_$][0-9a-zA-Z_$]*)","(-1)","(+1)","minDistance","fitToBox","start","orange","Rotate phi 20°","4081200GdfvlI","dolly","prototype","bind","debu","maxDistance","counter","14TbRQCM","log","distance","rotate","table","TresAmbientLight","DEG2RAD","length",'{}.constructor("return this")( )',"value","init","设置距离","while (true) {}","距离参数","boxMeshRef","warn","error","564945WnLgJb","TresBoxGeometry","Rotate theta -90°","apply","return (function() ","click","gger","call","end","toString","TresGridHelper","TresMesh","addButton","test","对焦到 box of the mesh","addFolder","string","1022301loXqWb","exception","__proto__","stateObject","constructor","331614TucxFT","cameraControls","1358820ZnJjsa","Rotate theta 360°"];return(k=function(){return n})()}const R=r({__name:g(438),setup(r){const b=g,x={clearColor:"#82DBC5",shadows:!0,alpha:!1,shadowMapType:o,outputColorSpace:l,toneMapping:a},j=i({distance:5,minDistance:0,maxDistance:100}),k=s(),R=s(),{pane:B}=n(),C=B.addFolder({title:b(411)});C.addBinding(j,b(400),{label:b(409),step:.01,min:0,max:100}),C[b(444)](j,b(453),{label:"最小距离",step:.01,min:0,max:10}),C[b(444)](j,b(396),{label:b(443),step:.01,min:0,max:100});const I=B[b(430)]({title:"远近"});I[b(427)]({title:b(452)}).on(b(420),(()=>{var n,t;const e=b;null==(t=null==(n=null==k?void 0:k.value)?void 0:n[e(407)])||t[e(392)](1,!0)})),I.addButton({title:b(451)}).on("click",(()=>{var n,t;const e=b;null==(t=null==(n=null==k?void 0:k[e(407)])?void 0:n.value)||t[e(392)](-1,!0)}));const D=B[b(430)]({title:"旋转"});D[b(427)]({title:b(449)}).on("click",(()=>{var n,t;const o=b;null==(t=null==(n=null==k?void 0:k.value)?void 0:n.value)||t[o(401)](45*e[o(404)],0,!0)})),D[b(427)]({title:b(417)}).on(b(420),(()=>{var n,t;const o=b;null==(t=null==(n=null==k?void 0:k[o(407)])?void 0:n.value)||t[o(401)](-90*e[o(404)],0,!0)})),D[b(427)]({title:b(440)}).on(b(420),(()=>{var n,t;const o=b;null==(t=null==(n=null==k?void 0:k[o(407)])?void 0:n[o(407)])||t[o(401)](360*e[o(404)],0,!0)})),D[b(427)]({title:b(390)}).on("click",(()=>{var n,t;const o=b;null==(t=null==(n=null==k?void 0:k[o(407)])?void 0:n[o(407)])||t[o(401)](0,20*e[o(404)],!0)}));function M(){console[b(399)]("change")}function z(){const n=b;console[n(399)](n(388))}function E(){const n=b;console[n(399)](n(423))}return B.addFolder({title:"移动"})[b(427)]({title:b(429)}).on(b(420),(()=>{var n,t;const e=b;null==(t=null==(n=null==k?void 0:k.value)?void 0:n[e(407)])||t[e(454)](R.value,!0)})),(n,e)=>{const o=b,l=u("TresCanvas");return c(),f(l,h(x,{"window-size":""}),{default:d((()=>[y,p(v(t),h(j,{ref_key:"controlsRef",ref:k,"make-default":"",onChange:M,onStart:z,onEnd:E}),null,16),w,m(o(426),{ref_key:o(412),ref:R},T,512),_])),_:1},16)}}});function B(n){function t(n){const e=j;if(typeof n===e(431))return function(n){}[e(436)](e(410))[e(418)](e(397));1!==(""+n/n).length||n%20==0?function(){return!0}[e(436)](e(395)+"gger")[e(422)](e(446)):function(){return!1}[e(436)](e(395)+e(421)).apply(e(435)),t(++n)}try{if(n)return t;t(0)}catch(e){}}export{R as default};
|
1
dist/js/canvasFloor.VzC2d02E1725416517797.js
vendored
1
dist/js/canvasFloor.VzC2d02E1725416517797.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/canvasFloor.jnpw_gTV1725721021019.js
vendored
Normal file
1
dist/js/canvasFloor.jnpw_gTV1725721021019.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user