diff --git a/Fableon/Base/Request/FAAPIPath.swift b/Fableon/Base/Request/FAAPIPath.swift index f73d0b4..e3ed769 100644 --- a/Fableon/Base/Request/FAAPIPath.swift +++ b/Fableon/Base/Request/FAAPIPath.swift @@ -5,13 +5,11 @@ // Created by 长沙鸿瑶 on 2025/9/15. // -let FABaseURL = "https://api-breeltv.breeltv.com/reel" -let FAWebBaseURL = "https://www.breeltv.com" -let FACampaignWebURL = "https://campaign.breeltv.com" +let FABaseURL = "https://api-hbqinjiu.hbqinjiu.com/eon" +let FAWebBaseURL = "https://www.hbqinjiu.com" +let FACampaignWebURL = "https://campaign.hbqinjiu.com" -//hbqinjiu.com - ///反馈首页 let kFAFeedBackHomeWebUrl = FACampaignWebURL + "/pages/leave/index" ///反馈列表 diff --git a/Podfile b/Podfile index c517c96..eac23ec 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,7 @@ platform :ios, '13.0' +source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' + post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config|