feat: add launcher (web) url_config api to archive

This commit is contained in:
daydreamer-json
2026-04-15 00:23:49 +09:00
parent 3c95846d38
commit 01ba95b327
3 changed files with 40 additions and 0 deletions

View File

@@ -131,6 +131,10 @@ type LauncherWebAnnouncement = {
}[];
};
type LauncherWebUrlConfig = {
payment_url: string;
};
type AccSrvUserAuthV1TokenByEmail = {
data: {
token: string;
@@ -565,6 +569,7 @@ export type {
LauncherWebMainBgImage,
LauncherWebBanner,
LauncherWebAnnouncement,
LauncherWebUrlConfig,
AccSrvUserAuthV1TokenByEmail,
AccSrvUserInfoV1Basic,
AccSrvUserInfoV1ThirdParty,