mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-05-07 22:23:42 +02:00
feat: add launcher (web) url_config api to archive
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user