From 2e91ee1387ef545ecef49230f2024b89b2f82a58 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期三, 09 十月 2024 15:48:20 +0800 Subject: [PATCH] fix --- XQMuse/Config/Types.swift | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/XQMuse/Config/Types.swift b/XQMuse/Config/Types.swift index 757ebbe..0a54801 100644 --- a/XQMuse/Config/Types.swift +++ b/XQMuse/Config/Types.swift @@ -12,6 +12,11 @@ case pwd,code } +enum ThreePlantformLoginType:Int{ + case wechat = 1 + case apple = 2 +} + enum AgreementType:Int,HandyJSONEnum{ case none = 0 ///用户协议 -- Gitblit v1.7.1