同步源码

This commit is contained in:
ChenX
2023-02-22 09:27:57 +08:00
parent 8f005232a8
commit ba2be9949d
37 changed files with 212 additions and 64 deletions

View File

@@ -201,6 +201,8 @@ export declare enum CommandNames {
Interfere = "INTERFERE",
ShowDoor = "SHOWDOOR",
HideDoor = "HIDEDOOR",
ShowDrawer = "SHOWDRAWER",
HideDrawer = "HIDEDRAWER",
Curve2Rect = "CURVE2RECT",
Pl2Br = "RECT2BOARD",
Curve2VSBox = "CURVE2VSBOX",
@@ -322,6 +324,7 @@ export declare enum CommandNames {
YJHM = "YIJIANHUAMEN",
Gallery = "GALLERY",
Freeze = "FREEZE",
UnFreeze = "UNFREEZE"
UnFreeze = "UNFREEZE",
ShareView = "SHAREVIEW"
}
//# sourceMappingURL=CommandNames.d.ts.map

File diff suppressed because one or more lines are too long