From 586eb879891e852e50302206470149766c35ee08 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期四, 05 九月 2024 15:07:57 +0800
Subject: [PATCH] fix API Login

---
 XQMuse.xcodeproj/project.pbxproj |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/XQMuse.xcodeproj/project.pbxproj b/XQMuse.xcodeproj/project.pbxproj
index 3bc79c6..a7ea68d 100644
--- a/XQMuse.xcodeproj/project.pbxproj
+++ b/XQMuse.xcodeproj/project.pbxproj
@@ -85,6 +85,9 @@
 		134A453A2C6E167D00538D78 /* CourseOfficalCommendTopCCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 134A45382C6E167D00538D78 /* CourseOfficalCommendTopCCell.xib */; };
 		134CC7E02C73283700EAEFB7 /* PavilionSearchVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 134CC7DF2C73283700EAEFB7 /* PavilionSearchVC.xib */; };
 		134CC7E12C73283700EAEFB7 /* PavilionSearchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 134CC7DE2C73283700EAEFB7 /* PavilionSearchVC.swift */; };
+		135B1D202C8863D10089A9BE /* Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135B1D1F2C8863D10089A9BE /* Types.swift */; };
+		135B1D222C8868170089A9BE /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135B1D212C8868170089A9BE /* Models.swift */; };
+		135B1D252C8947630089A9BE /* UserViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135B1D242C8947630089A9BE /* UserViewModel.swift */; };
 		135C2A502C7EC48D00CC2A67 /* apngb-animated_sun.png in Resources */ = {isa = PBXBuildFile; fileRef = 135C2A4F2C7EC48D00CC2A67 /* apngb-animated_sun.png */; };
 		135C2A652C7F033300CC2A67 /* CLAnimationTransitioning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135C2A512C7F033300CC2A67 /* CLAnimationTransitioning.swift */; };
 		135C2A662C7F033300CC2A67 /* CLFullScreenController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135C2A522C7F033300CC2A67 /* CLFullScreenController.swift */; };
@@ -334,6 +337,9 @@
 		134A45382C6E167D00538D78 /* CourseOfficalCommendTopCCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CourseOfficalCommendTopCCell.xib; sourceTree = "<group>"; };
 		134CC7DE2C73283700EAEFB7 /* PavilionSearchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PavilionSearchVC.swift; sourceTree = "<group>"; };
 		134CC7DF2C73283700EAEFB7 /* PavilionSearchVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PavilionSearchVC.xib; sourceTree = "<group>"; };
+		135B1D1F2C8863D10089A9BE /* Types.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Types.swift; sourceTree = "<group>"; };
+		135B1D212C8868170089A9BE /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; };
+		135B1D242C8947630089A9BE /* UserViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserViewModel.swift; sourceTree = "<group>"; };
 		135C2A4F2C7EC48D00CC2A67 /* apngb-animated_sun.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "apngb-animated_sun.png"; sourceTree = "<group>"; };
 		135C2A512C7F033300CC2A67 /* CLAnimationTransitioning.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CLAnimationTransitioning.swift; sourceTree = "<group>"; };
 		135C2A522C7F033300CC2A67 /* CLFullScreenController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CLFullScreenController.swift; sourceTree = "<group>"; };
@@ -641,6 +647,14 @@
 			path = VC;
 			sourceTree = "<group>";
 		};
+		135B1D232C8947570089A9BE /* ViewModels */ = {
+			isa = PBXGroup;
+			children = (
+				135B1D242C8947630089A9BE /* UserViewModel.swift */,
+			);
+			path = ViewModels;
+			sourceTree = "<group>";
+		};
 		135C2A552C7F033300CC2A67 /* CLFullScreenController */ = {
 			isa = PBXGroup;
 			children = (
@@ -790,8 +804,10 @@
 		1385DFFF2C6C4F1200AADB1F /* Network */ = {
 			isa = PBXGroup;
 			children = (
+				135B1D232C8947570089A9BE /* ViewModels */,
 				1385DFFB2C6C4F1200AADB1F /* NetworkRequest.swift */,
 				1385DFFD2C6C4F1200AADB1F /* Services.swift */,
+				135B1D212C8868170089A9BE /* Models.swift */,
 			);
 			path = Network;
 			sourceTree = "<group>";
@@ -871,6 +887,7 @@
 				13985DB42C69B7DF0046B6DC /* Def.swift */,
 				13985DB72C69B80D0046B6DC /* Themes.swift */,
 				13897D882C7DB9D7006209E0 /* EqualCellSpaceFlowLayout.swift */,
+				135B1D1F2C8863D10089A9BE /* Types.swift */,
 			);
 			path = Config;
 			sourceTree = "<group>";
@@ -1333,6 +1350,8 @@
 				13FB6D872C6EF9DE00A0685D /* CourseDetialVC.swift in Sources */,
 				135C2A652C7F033300CC2A67 /* CLAnimationTransitioning.swift in Sources */,
 				132DB8FE2C74826D00EF33A7 /* SettingVC.swift in Sources */,
+				135B1D222C8868170089A9BE /* Models.swift in Sources */,
+				135B1D202C8863D10089A9BE /* Types.swift in Sources */,
 				135C2A662C7F033300CC2A67 /* CLFullScreenController.swift in Sources */,
 				138F0C352C7597CA0072A16C /* HelpCenterVC.swift in Sources */,
 				13D256B42C6C68E7006FC2D7 /* ShareView.swift in Sources */,
@@ -1453,6 +1472,7 @@
 				135C2A752C7F033300CC2A67 /* CLPlayerView.swift in Sources */,
 				1300BD3C2C6DFB1C000BCA5E /* VIPCenterVC.swift in Sources */,
 				134803D62C76E3E000F4FDDA /* WatchHistoryVC.swift in Sources */,
+				135B1D252C8947630089A9BE /* UserViewModel.swift in Sources */,
 				1377B4162C6DCC4300CF7CA5 /* Home_Style_4_Inner_1_CCell.swift in Sources */,
 				135C2A6D2C7F033300CC2A67 /* CLRotateAnimationView.swift in Sources */,
 				13E160212C6CB8930027F781 /* CommentListVC.swift in Sources */,

--
Gitblit v1.7.1