|
|
@@ -28,6 +28,12 @@ export const PageActionStage = {
|
|
|
} as const;
|
|
|
export type PageActionStage = typeof PageActionStage[keyof typeof PageActionStage];
|
|
|
|
|
|
+export const PageOperationAutoUpdateTimerType = {
|
|
|
+ ExtendSec: 5, // add this second(s) to current time
|
|
|
+ IntervalSec: 5, // every this second(s)
|
|
|
+ SelfStopSec: 20, // execute self-stop after this second(s)
|
|
|
+} as const;
|
|
|
+
|
|
|
/*
|
|
|
* Main Schema
|
|
|
*/
|