WebUI for fix login issue about last index

This commit is contained in:
DitFranXX
2020-12-26 16:11:18 +09:00
parent b7bb38f626
commit 546175f1af
4 changed files with 52 additions and 1 deletions
+3
View File
@@ -1,9 +1,12 @@
import { get_common_info, get_music_info } from "./handler/common";
import { get_musicdata, get_playdata, regist_playdata, set_total_result } from "./handler/player"
import { fixIndexBug } from "./handler/webui";
export function register() {
R.GameCode('PAN');
R.WebUIEvent("nosFixIndexBug", fixIndexBug)
const MultiRoute = (method: string, handler: EPR | boolean) => {
// Helper for register multiple versions.
R.Route(method, handler); // First version and Forte.