From 48ddd099be5c3d2653e0ed6d892316ccb7c01614 Mon Sep 17 00:00:00 2001 From: zeng Date: Mon, 9 Mar 2026 14:23:29 +0800 Subject: [PATCH] no message --- XSeri/Base/Networking/Base/XSURLPath.swift | 8 ++++---- XSeri/Class/Home/View/XSHomeHistoryView.swift | 2 +- XSeri/Source/en.lproj/Localizable.strings | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/XSeri/Base/Networking/Base/XSURLPath.swift b/XSeri/Base/Networking/Base/XSURLPath.swift index 8b3bd03..9bc4054 100644 --- a/XSeri/Base/Networking/Base/XSURLPath.swift +++ b/XSeri/Base/Networking/Base/XSURLPath.swift @@ -5,10 +5,10 @@ // Created by 长沙鸿瑶 on 2026/1/4. // -let XSBaseURL = "https://api-breeltv.breeltv.com" -let XSURLPathPrefix = "/reel" -let XSWebBaseURL = "https://www.breeltv.com" -let XSCampaignWebURL = "https://campaign.breeltv.com" +let XSBaseURL = "https://api-ahqinjiu.ahqinjiu.com" +let XSURLPathPrefix = "/xseri" +let XSWebBaseURL = "https://www.ahqinjiu.com" +let XSCampaignWebURL = "https://campaign.ahqinjiu.com" ///用户协议 let kXSUserAgreementWebUrl = XSWebBaseURL + "/user_policy" diff --git a/XSeri/Class/Home/View/XSHomeHistoryView.swift b/XSeri/Class/Home/View/XSHomeHistoryView.swift index 2d284ce..79a81fc 100644 --- a/XSeri/Class/Home/View/XSHomeHistoryView.swift +++ b/XSeri/Class/Home/View/XSHomeHistoryView.swift @@ -18,7 +18,7 @@ class XSHomeHistoryView: UIView { didSet { coverImageView.xs_setImage(model?.image_url) nameLabel.text = model?.name - epLabel.text = "Last Watched:Ep.\(model?.current_episode ?? "")" + epLabel.text = "Last Watched:Ep.##".localizedReplace(text: model?.current_episode) } } diff --git a/XSeri/Source/en.lproj/Localizable.strings b/XSeri/Source/en.lproj/Localizable.strings index a0b33bd..c52efc7 100644 --- a/XSeri/Source/en.lproj/Localizable.strings +++ b/XSeri/Source/en.lproj/Localizable.strings @@ -39,6 +39,7 @@ "feedback_detail" = "Feedback Details"; "account_deletion" = "Account Deletion"; "Continue" = "Continue"; +"Last Watched:Ep.##" = "Last Watched:Ep.##"; "empty_title_01" = "We couldn’t find any dramas";