feat: add support for china bilibili channel resources

This commit is contained in:
daydreamer-json
2026-02-24 18:23:02 +09:00
parent f733c78848
commit a218a5e912
23 changed files with 1434 additions and 27 deletions

View File

@@ -1,15 +1,19 @@
import accountService from './accountService.js';
import binding from './binding.js';
import gameHub from './gameHub.js';
import launcher from './launcher.js';
import launcherWeb from './launcherWeb.js';
import u8 from './u8.js';
import webview from './webview.js';
import zonai from './zonai.js';
export default {
accountService,
binding,
gameHub,
launcher,
launcherWeb,
u8,
webview,
zonai,
};