From 6fd6b09b51259fd853c58bbf8490fc62ffdba863 Mon Sep 17 00:00:00 2001 From: timorzzz Date: Thu, 13 Mar 2025 23:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20client/api/v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/api/v1/config | 25 +++++++++++++++++++++++++ client/api/v1/version | 11 +++++++++++ 2 files changed, 36 insertions(+) create mode 100644 client/api/v1/config create mode 100644 client/api/v1/version diff --git a/client/api/v1/config b/client/api/v1/config new file mode 100644 index 0000000..f778292 --- /dev/null +++ b/client/api/v1/config @@ -0,0 +1,25 @@ +{ + "key": "ud_bluelayer", + "target": 3, + "email": null, + "tg": null, + "crisp": "cb0b8ef2-73ee-4c4a-aeb6-8ceed523417f", + "loginless": 0, + "loginless_link": null, + "code_login": 0, + "code_register": 1, + "captcha_login": 1, + "captcha_register": 1, + "captcha_checkin": 1, + "notice": 1, + "checkin": 1, + "line_flag_regex": "", + "line_exclude_loc": 1, + "payment_config": { + "Alipay": "1", + "Wechat": "0" + }, + "hosts": [ + "https://client.uamscloud.com" + ] +} diff --git a/client/api/v1/version b/client/api/v1/version new file mode 100644 index 0000000..4fa20a6 --- /dev/null +++ b/client/api/v1/version @@ -0,0 +1,11 @@ +{ + "code": 104010, + "name": "1.3.2", + "content": "", + "url": "https://clientdownload.uamscloud.com/api/v3/file/source/16/Bluelayer_1.0.4.01_104010_uim_release_2021_11_05.apk?sign=iYYgG-AToUOXOJxqLa9fbIXYDNASmxz2NMdQzcq8hhY%3D%3A0", + "md5": "", + "force": 0, + "qrcode": "", + "create_time": 1635684823, + "create_date": "2021-10-31" +}