更新主页内容

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-15 02:32:00 +08:00
parent 93ae85e88b
commit d1783204ad
28 changed files with 1969 additions and 126 deletions

View File

@@ -227,6 +227,8 @@ export class TbGMap {
this.map2OffsetY = _json_.map2OffsetY
if (_json_.map3OffsetY === undefined) { throw new Error() }
this.map3OffsetY = _json_.map3OffsetY
if (_json_.scale === undefined) { throw new Error() }
this.scale = _json_.scale
}
/**
@@ -261,6 +263,10 @@ export class TbGMap {
* 地图2(后) 偏移量Y
*/
readonly map3OffsetY: number
/**
* 地图缩放
*/
readonly scale: number
resolve(tables:Tables)
{