diff --git a/BeeReel.xcodeproj/project.pbxproj b/BeeReel.xcodeproj/project.pbxproj index 5228980..057bc9a 100644 --- a/BeeReel.xcodeproj/project.pbxproj +++ b/BeeReel.xcodeproj/project.pbxproj @@ -1263,7 +1263,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 394VH538M8; + DEVELOPMENT_TEAM = 8NNUR9HPV3; ENABLE_USER_SCRIPT_SANDBOXING = NO; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = BeeReel/Sources/Info.plist; @@ -1279,7 +1279,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.BeeReel; + PRODUCT_BUNDLE_IDENTIFIER = com.breeltv.beereel; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; @@ -1298,7 +1298,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 394VH538M8; + DEVELOPMENT_TEAM = 8NNUR9HPV3; ENABLE_USER_SCRIPT_SANDBOXING = NO; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = BeeReel/Sources/Info.plist; @@ -1314,7 +1314,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.BeeReel; + PRODUCT_BUNDLE_IDENTIFIER = com.breeltv.beereel; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; diff --git a/BeeReel/Base/Controller/BRNavigationController.swift b/BeeReel/Base/Controller/BRNavigationController.swift index eaed9ee..ce2dd0d 100644 --- a/BeeReel/Base/Controller/BRNavigationController.swift +++ b/BeeReel/Base/Controller/BRNavigationController.swift @@ -2,7 +2,7 @@ // BRNavigationController.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Controller/BRTabBarController.swift b/BeeReel/Base/Controller/BRTabBarController.swift index 8ec6eb4..77ae065 100644 --- a/BeeReel/Base/Controller/BRTabBarController.swift +++ b/BeeReel/Base/Controller/BRTabBarController.swift @@ -2,7 +2,7 @@ // BRTabBarController.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Controller/BRViewController.swift b/BeeReel/Base/Controller/BRViewController.swift index c9650a8..37eeba0 100644 --- a/BeeReel/Base/Controller/BRViewController.swift +++ b/BeeReel/Base/Controller/BRViewController.swift @@ -2,7 +2,7 @@ // BRViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Define/BRDefine.swift b/BeeReel/Base/Define/BRDefine.swift index 755d889..9e44fd6 100644 --- a/BeeReel/Base/Define/BRDefine.swift +++ b/BeeReel/Base/Define/BRDefine.swift @@ -2,7 +2,7 @@ // BRDefine.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Define/BRUserDefaultsKey.swift b/BeeReel/Base/Define/BRUserDefaultsKey.swift index 0ce5633..fdfc5f7 100644 --- a/BeeReel/Base/Define/BRUserDefaultsKey.swift +++ b/BeeReel/Base/Define/BRUserDefaultsKey.swift @@ -2,7 +2,7 @@ // BRUserDefaultsKey.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // diff --git a/BeeReel/Base/Extension/AttributedString+BRAdd.swift b/BeeReel/Base/Extension/AttributedString+BRAdd.swift index 78c5aba..1bc8222 100644 --- a/BeeReel/Base/Extension/AttributedString+BRAdd.swift +++ b/BeeReel/Base/Extension/AttributedString+BRAdd.swift @@ -2,7 +2,7 @@ // AttributedString+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Base/Extension/CGMutablePath+BRRoundedCorner.swift b/BeeReel/Base/Extension/CGMutablePath+BRRoundedCorner.swift index 83bdbf6..9cabb7d 100644 --- a/BeeReel/Base/Extension/CGMutablePath+BRRoundedCorner.swift +++ b/BeeReel/Base/Extension/CGMutablePath+BRRoundedCorner.swift @@ -2,7 +2,7 @@ // CGMutablePath+BRRoundedCorner.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/25. +// Created by 长沙鸿瑶 on 2025/6/25. // import UIKit diff --git a/BeeReel/Base/Extension/NSNumber+BRAdd.swift b/BeeReel/Base/Extension/NSNumber+BRAdd.swift index 7928ec7..31f0b26 100644 --- a/BeeReel/Base/Extension/NSNumber+BRAdd.swift +++ b/BeeReel/Base/Extension/NSNumber+BRAdd.swift @@ -2,7 +2,7 @@ // NSNumber+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/3. +// Created by 长沙鸿瑶 on 2025/7/3. // extension NSNumber { diff --git a/BeeReel/Base/Extension/String+BRAdd.swift b/BeeReel/Base/Extension/String+BRAdd.swift index afb6155..68e8b1d 100644 --- a/BeeReel/Base/Extension/String+BRAdd.swift +++ b/BeeReel/Base/Extension/String+BRAdd.swift @@ -2,7 +2,7 @@ // String+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import SmartCodable diff --git a/BeeReel/Base/Extension/UIColor+BRAdd.swift b/BeeReel/Base/Extension/UIColor+BRAdd.swift index a9a65c8..83d8533 100644 --- a/BeeReel/Base/Extension/UIColor+BRAdd.swift +++ b/BeeReel/Base/Extension/UIColor+BRAdd.swift @@ -2,7 +2,7 @@ // UIColor.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Extension/UIDevice+BRAdd.swift b/BeeReel/Base/Extension/UIDevice+BRAdd.swift index c052a6f..23576de 100644 --- a/BeeReel/Base/Extension/UIDevice+BRAdd.swift +++ b/BeeReel/Base/Extension/UIDevice+BRAdd.swift @@ -2,7 +2,7 @@ // UIDevice+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Extension/UIFont+BRAdd.swift b/BeeReel/Base/Extension/UIFont+BRAdd.swift index ca26bfb..fac8b45 100644 --- a/BeeReel/Base/Extension/UIFont+BRAdd.swift +++ b/BeeReel/Base/Extension/UIFont+BRAdd.swift @@ -2,7 +2,7 @@ // UIFont+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Extension/UIImageView+BRAdd.swift b/BeeReel/Base/Extension/UIImageView+BRAdd.swift index fd6f3f5..7632efc 100644 --- a/BeeReel/Base/Extension/UIImageView+BRAdd.swift +++ b/BeeReel/Base/Extension/UIImageView+BRAdd.swift @@ -2,7 +2,7 @@ // UIImageView+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // import UIKit diff --git a/BeeReel/Base/Extension/UINavigationBar+BRAdd.swift b/BeeReel/Base/Extension/UINavigationBar+BRAdd.swift index bf9eb29..c58189b 100644 --- a/BeeReel/Base/Extension/UINavigationBar+BRAdd.swift +++ b/BeeReel/Base/Extension/UINavigationBar+BRAdd.swift @@ -2,7 +2,7 @@ // UINavigationBar+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/2. +// Created by 长沙鸿瑶 on 2025/7/2. // import UIKit diff --git a/BeeReel/Base/Extension/UIScreen+BRAdd.swift b/BeeReel/Base/Extension/UIScreen+BRAdd.swift index 9927ffd..c27de8c 100644 --- a/BeeReel/Base/Extension/UIScreen+BRAdd.swift +++ b/BeeReel/Base/Extension/UIScreen+BRAdd.swift @@ -2,7 +2,7 @@ // UIScreen+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Extension/UIScrollView+BRRefresh.swift b/BeeReel/Base/Extension/UIScrollView+BRRefresh.swift index 5e6382b..626354b 100644 --- a/BeeReel/Base/Extension/UIScrollView+BRRefresh.swift +++ b/BeeReel/Base/Extension/UIScrollView+BRRefresh.swift @@ -2,7 +2,7 @@ // UIScrollView+BRRefresh.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/1. +// Created by 长沙鸿瑶 on 2025/7/1. // import UIKit diff --git a/BeeReel/Base/Extension/UIStackView+BRAdd.swift b/BeeReel/Base/Extension/UIStackView+BRAdd.swift index e978947..74a0b79 100644 --- a/BeeReel/Base/Extension/UIStackView+BRAdd.swift +++ b/BeeReel/Base/Extension/UIStackView+BRAdd.swift @@ -2,7 +2,7 @@ // UIStackView+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // extension UIStackView { diff --git a/BeeReel/Base/Extension/UIView+BRAdd.swift b/BeeReel/Base/Extension/UIView+BRAdd.swift index 136b95d..698507e 100644 --- a/BeeReel/Base/Extension/UIView+BRAdd.swift +++ b/BeeReel/Base/Extension/UIView+BRAdd.swift @@ -2,7 +2,7 @@ // UIView+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Extension/UserDefaults+BRAdd.swift b/BeeReel/Base/Extension/UserDefaults+BRAdd.swift index aa67397..235808e 100644 --- a/BeeReel/Base/Extension/UserDefaults+BRAdd.swift +++ b/BeeReel/Base/Extension/UserDefaults+BRAdd.swift @@ -2,7 +2,7 @@ // UserDefaults+BRAdd.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import Foundation diff --git a/BeeReel/Base/Model/BRListModel.swift b/BeeReel/Base/Model/BRListModel.swift index 8f14ead..79dffcb 100644 --- a/BeeReel/Base/Model/BRListModel.swift +++ b/BeeReel/Base/Model/BRListModel.swift @@ -2,7 +2,7 @@ // BRListModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/26. +// Created by 长沙鸿瑶 on 2025/6/26. // import UIKit diff --git a/BeeReel/Base/Model/BRModel.swift b/BeeReel/Base/Model/BRModel.swift index 1def2ff..cad4fbc 100644 --- a/BeeReel/Base/Model/BRModel.swift +++ b/BeeReel/Base/Model/BRModel.swift @@ -2,7 +2,7 @@ // BRModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Network/API/BRHomeAPI.swift b/BeeReel/Base/Network/API/BRHomeAPI.swift index 884f7ca..0115c07 100644 --- a/BeeReel/Base/Network/API/BRHomeAPI.swift +++ b/BeeReel/Base/Network/API/BRHomeAPI.swift @@ -2,7 +2,7 @@ // BRHomeAPI.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/26. +// Created by 长沙鸿瑶 on 2025/6/26. // diff --git a/BeeReel/Base/Network/API/BRUserAPI.swift b/BeeReel/Base/Network/API/BRUserAPI.swift index 300d0d1..d70dcd4 100644 --- a/BeeReel/Base/Network/API/BRUserAPI.swift +++ b/BeeReel/Base/Network/API/BRUserAPI.swift @@ -2,7 +2,7 @@ // BRUserAPI.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // diff --git a/BeeReel/Base/Network/API/BRVideoAPI.swift b/BeeReel/Base/Network/API/BRVideoAPI.swift index 20cf490..83882ff 100644 --- a/BeeReel/Base/Network/API/BRVideoAPI.swift +++ b/BeeReel/Base/Network/API/BRVideoAPI.swift @@ -2,7 +2,7 @@ // BRVideoAPI.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Base/Network/Base/BRCryptorService.swift b/BeeReel/Base/Network/Base/BRCryptorService.swift index 9044dce..84f6f29 100644 --- a/BeeReel/Base/Network/Base/BRCryptorService.swift +++ b/BeeReel/Base/Network/Base/BRCryptorService.swift @@ -2,7 +2,7 @@ // BRCryptorService.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/Network/Base/BRNetwork.swift b/BeeReel/Base/Network/Base/BRNetwork.swift index 2faa6e3..247117f 100644 --- a/BeeReel/Base/Network/Base/BRNetwork.swift +++ b/BeeReel/Base/Network/Base/BRNetwork.swift @@ -2,7 +2,7 @@ // BRNetwork.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import Foundation diff --git a/BeeReel/Base/Network/Base/BRNetworkStatusManager.swift b/BeeReel/Base/Network/Base/BRNetworkStatusManager.swift index a756b1d..cabf44d 100644 --- a/BeeReel/Base/Network/Base/BRNetworkStatusManager.swift +++ b/BeeReel/Base/Network/Base/BRNetworkStatusManager.swift @@ -2,7 +2,7 @@ // BRNetworkStatusManager.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Base/Network/Base/BRNetworkTarget.swift b/BeeReel/Base/Network/Base/BRNetworkTarget.swift index e2e694c..3c6607c 100644 --- a/BeeReel/Base/Network/Base/BRNetworkTarget.swift +++ b/BeeReel/Base/Network/Base/BRNetworkTarget.swift @@ -2,7 +2,7 @@ // BRNetworkTarget.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // diff --git a/BeeReel/Base/Network/Base/BRURLPath.swift b/BeeReel/Base/Network/Base/BRURLPath.swift index 014249f..7e816ad 100644 --- a/BeeReel/Base/Network/Base/BRURLPath.swift +++ b/BeeReel/Base/Network/Base/BRURLPath.swift @@ -2,7 +2,7 @@ // BRURLPath.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // diff --git a/BeeReel/Base/View/BRCollectionView.swift b/BeeReel/Base/View/BRCollectionView.swift index 0e5ed56..3fe95cb 100644 --- a/BeeReel/Base/View/BRCollectionView.swift +++ b/BeeReel/Base/View/BRCollectionView.swift @@ -2,7 +2,7 @@ // BRCollectionView.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/View/BRCollectionViewCell.swift b/BeeReel/Base/View/BRCollectionViewCell.swift index 902056f..ed70b1c 100644 --- a/BeeReel/Base/View/BRCollectionViewCell.swift +++ b/BeeReel/Base/View/BRCollectionViewCell.swift @@ -2,7 +2,7 @@ // BRCollectionViewCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/View/BRGradientView.swift b/BeeReel/Base/View/BRGradientView.swift index 6f1b9e5..db5032d 100644 --- a/BeeReel/Base/View/BRGradientView.swift +++ b/BeeReel/Base/View/BRGradientView.swift @@ -2,7 +2,7 @@ // BRGradientView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Base/View/BRImageView.swift b/BeeReel/Base/View/BRImageView.swift index 8d96365..4ecb502 100644 --- a/BeeReel/Base/View/BRImageView.swift +++ b/BeeReel/Base/View/BRImageView.swift @@ -2,7 +2,7 @@ // BRImageView.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // import UIKit diff --git a/BeeReel/Base/View/BRPanModalContentView.swift b/BeeReel/Base/View/BRPanModalContentView.swift index 53c6954..3b8aca6 100644 --- a/BeeReel/Base/View/BRPanModalContentView.swift +++ b/BeeReel/Base/View/BRPanModalContentView.swift @@ -2,7 +2,7 @@ // BRPanModalContentView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Base/View/BRScrollView.swift b/BeeReel/Base/View/BRScrollView.swift index 9ae0857..95ef740 100644 --- a/BeeReel/Base/View/BRScrollView.swift +++ b/BeeReel/Base/View/BRScrollView.swift @@ -2,7 +2,7 @@ // BRScrollView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Base/View/BRTableView.swift b/BeeReel/Base/View/BRTableView.swift index b17025a..6b86003 100644 --- a/BeeReel/Base/View/BRTableView.swift +++ b/BeeReel/Base/View/BRTableView.swift @@ -2,7 +2,7 @@ // BRTableView.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // import UIKit diff --git a/BeeReel/Base/View/BRTableViewCell.swift b/BeeReel/Base/View/BRTableViewCell.swift index f4dc34f..50ee235 100644 --- a/BeeReel/Base/View/BRTableViewCell.swift +++ b/BeeReel/Base/View/BRTableViewCell.swift @@ -2,7 +2,7 @@ // BRTableViewCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // import UIKit diff --git a/BeeReel/Base/View/TabBar/BRTabBar.swift b/BeeReel/Base/View/TabBar/BRTabBar.swift index c5301e1..fe85c33 100644 --- a/BeeReel/Base/View/TabBar/BRTabBar.swift +++ b/BeeReel/Base/View/TabBar/BRTabBar.swift @@ -2,7 +2,7 @@ // BRTabBar.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Base/View/TabBar/BRTabBarItem.swift b/BeeReel/Base/View/TabBar/BRTabBarItem.swift index e3ef996..d6aa91e 100644 --- a/BeeReel/Base/View/TabBar/BRTabBarItem.swift +++ b/BeeReel/Base/View/TabBar/BRTabBarItem.swift @@ -2,7 +2,7 @@ // BRTabBarItem.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/25. +// Created by 长沙鸿瑶 on 2025/6/25. // import UIKit diff --git a/BeeReel/Base/View/TabBar/BRTabBarItemContainer.swift b/BeeReel/Base/View/TabBar/BRTabBarItemContainer.swift index 2b12493..c5426e3 100644 --- a/BeeReel/Base/View/TabBar/BRTabBarItemContainer.swift +++ b/BeeReel/Base/View/TabBar/BRTabBarItemContainer.swift @@ -2,7 +2,7 @@ // BRTabBarItemContainer.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/25. +// Created by 长沙鸿瑶 on 2025/6/25. // import UIKit diff --git a/BeeReel/Base/View/TabBar/BRTabBarItemContentView.swift b/BeeReel/Base/View/TabBar/BRTabBarItemContentView.swift index 5f97343..0ab180e 100644 --- a/BeeReel/Base/View/TabBar/BRTabBarItemContentView.swift +++ b/BeeReel/Base/View/TabBar/BRTabBarItemContentView.swift @@ -2,7 +2,7 @@ // BRTabBarItemContentView.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/25. +// Created by 长沙鸿瑶 on 2025/6/25. // import UIKit diff --git a/BeeReel/Base/WebView/BRWebView.swift b/BeeReel/Base/WebView/BRWebView.swift index c78b122..23dfda3 100644 --- a/BeeReel/Base/WebView/BRWebView.swift +++ b/BeeReel/Base/WebView/BRWebView.swift @@ -2,7 +2,7 @@ // BRWebView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Base/WebView/BRWebViewController.swift b/BeeReel/Base/WebView/BRWebViewController.swift index 794e986..1b74c76 100644 --- a/BeeReel/Base/WebView/BRWebViewController.swift +++ b/BeeReel/Base/WebView/BRWebViewController.swift @@ -2,7 +2,7 @@ // BRWebViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Explore/Controller/BRExploreViewController.swift b/BeeReel/Class/Explore/Controller/BRExploreViewController.swift index 75d514c..a4e0c3f 100644 --- a/BeeReel/Class/Explore/Controller/BRExploreViewController.swift +++ b/BeeReel/Class/Explore/Controller/BRExploreViewController.swift @@ -2,7 +2,7 @@ // BRExploreViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/2. +// Created by 长沙鸿瑶 on 2025/7/2. // import UIKit diff --git a/BeeReel/Class/Explore/View/BRExploreControlView.swift b/BeeReel/Class/Explore/View/BRExploreControlView.swift index 380ee5d..fb98eab 100644 --- a/BeeReel/Class/Explore/View/BRExploreControlView.swift +++ b/BeeReel/Class/Explore/View/BRExploreControlView.swift @@ -2,7 +2,7 @@ // BRExploreControlView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/3. +// Created by 长沙鸿瑶 on 2025/7/3. // import UIKit diff --git a/BeeReel/Class/Explore/View/BRExplorePlayerCell.swift b/BeeReel/Class/Explore/View/BRExplorePlayerCell.swift index 0e93c49..801ac21 100644 --- a/BeeReel/Class/Explore/View/BRExplorePlayerCell.swift +++ b/BeeReel/Class/Explore/View/BRExplorePlayerCell.swift @@ -2,7 +2,7 @@ // BRExplorePlayerCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/3. +// Created by 长沙鸿瑶 on 2025/7/3. // import UIKit diff --git a/BeeReel/Class/Favorites/Controller/BRFavoritesViewController.swift b/BeeReel/Class/Favorites/Controller/BRFavoritesViewController.swift index a2904fe..569103d 100644 --- a/BeeReel/Class/Favorites/Controller/BRFavoritesViewController.swift +++ b/BeeReel/Class/Favorites/Controller/BRFavoritesViewController.swift @@ -2,7 +2,7 @@ // BRFavoritesViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Favorites/View/BRFavoritesCell.swift b/BeeReel/Class/Favorites/View/BRFavoritesCell.swift index 3b8d42b..a50338f 100644 --- a/BeeReel/Class/Favorites/View/BRFavoritesCell.swift +++ b/BeeReel/Class/Favorites/View/BRFavoritesCell.swift @@ -2,7 +2,7 @@ // BRFavoritesCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Favorites/View/BRFavoritesHeaderView.swift b/BeeReel/Class/Favorites/View/BRFavoritesHeaderView.swift index d7c52c7..ef2b119 100644 --- a/BeeReel/Class/Favorites/View/BRFavoritesHeaderView.swift +++ b/BeeReel/Class/Favorites/View/BRFavoritesHeaderView.swift @@ -2,7 +2,7 @@ // BRFavoritesHeaderView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Home/Controller/BRCategorieShortViewController.swift b/BeeReel/Class/Home/Controller/BRCategorieShortViewController.swift index 20dd9e3..b3e73c9 100644 --- a/BeeReel/Class/Home/Controller/BRCategorieShortViewController.swift +++ b/BeeReel/Class/Home/Controller/BRCategorieShortViewController.swift @@ -2,7 +2,7 @@ // BRCategorieShortViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Home/Controller/BRHomeCategoriesViewController.swift b/BeeReel/Class/Home/Controller/BRHomeCategoriesViewController.swift index 017670a..727d4e3 100644 --- a/BeeReel/Class/Home/Controller/BRHomeCategoriesViewController.swift +++ b/BeeReel/Class/Home/Controller/BRHomeCategoriesViewController.swift @@ -2,7 +2,7 @@ // BRHomeCategoriesViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Home/Controller/BRHomeTop10ViewController.swift b/BeeReel/Class/Home/Controller/BRHomeTop10ViewController.swift index 04dbffe..c17757c 100644 --- a/BeeReel/Class/Home/Controller/BRHomeTop10ViewController.swift +++ b/BeeReel/Class/Home/Controller/BRHomeTop10ViewController.swift @@ -2,7 +2,7 @@ // BRHomeTop10ViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/Controller/BRHomeViewController.swift b/BeeReel/Class/Home/Controller/BRHomeViewController.swift index 863faf4..5530ff0 100644 --- a/BeeReel/Class/Home/Controller/BRHomeViewController.swift +++ b/BeeReel/Class/Home/Controller/BRHomeViewController.swift @@ -2,7 +2,7 @@ // BRHomeViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/25. +// Created by 长沙鸿瑶 on 2025/6/25. // import UIKit diff --git a/BeeReel/Class/Home/Controller/BRNewReleasesViewController.swift b/BeeReel/Class/Home/Controller/BRNewReleasesViewController.swift index eefebf5..ce4365b 100644 --- a/BeeReel/Class/Home/Controller/BRNewReleasesViewController.swift +++ b/BeeReel/Class/Home/Controller/BRNewReleasesViewController.swift @@ -2,7 +2,7 @@ // BRNewReleasesViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/1. +// Created by 长沙鸿瑶 on 2025/7/1. // import UIKit diff --git a/BeeReel/Class/Home/Controller/BRPopularPicksViewController.swift b/BeeReel/Class/Home/Controller/BRPopularPicksViewController.swift index 9daf21b..228ec64 100644 --- a/BeeReel/Class/Home/Controller/BRPopularPicksViewController.swift +++ b/BeeReel/Class/Home/Controller/BRPopularPicksViewController.swift @@ -2,7 +2,7 @@ // BRPopularPicksViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/1. +// Created by 长沙鸿瑶 on 2025/7/1. // import UIKit diff --git a/BeeReel/Class/Home/Controller/BRSpotlightViewViewController.swift b/BeeReel/Class/Home/Controller/BRSpotlightViewViewController.swift index d31403d..f191a39 100644 --- a/BeeReel/Class/Home/Controller/BRSpotlightViewViewController.swift +++ b/BeeReel/Class/Home/Controller/BRSpotlightViewViewController.swift @@ -2,7 +2,7 @@ // BRSpotlightViewViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // import UIKit diff --git a/BeeReel/Class/Home/Model/BRHomeCategoryModel.swift b/BeeReel/Class/Home/Model/BRHomeCategoryModel.swift index c8c19ff..3b775ce 100644 --- a/BeeReel/Class/Home/Model/BRHomeCategoryModel.swift +++ b/BeeReel/Class/Home/Model/BRHomeCategoryModel.swift @@ -2,7 +2,7 @@ // BRHomeCategoryModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Home/Model/BRHomeModuleItem.swift b/BeeReel/Class/Home/Model/BRHomeModuleItem.swift index 6fa8010..322eef1 100644 --- a/BeeReel/Class/Home/Model/BRHomeModuleItem.swift +++ b/BeeReel/Class/Home/Model/BRHomeModuleItem.swift @@ -2,7 +2,7 @@ // BRHomeModuleItem.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/26. +// Created by 长沙鸿瑶 on 2025/6/26. // import UIKit diff --git a/BeeReel/Class/Home/Model/BRPagerViewTransformer.swift b/BeeReel/Class/Home/Model/BRPagerViewTransformer.swift index 2c111fa..629f218 100644 --- a/BeeReel/Class/Home/Model/BRPagerViewTransformer.swift +++ b/BeeReel/Class/Home/Model/BRPagerViewTransformer.swift @@ -2,7 +2,7 @@ // BRPagerViewTransformer.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/Model/BRShortModel.swift b/BeeReel/Class/Home/Model/BRShortModel.swift index 1248ec3..2aa21db 100644 --- a/BeeReel/Class/Home/Model/BRShortModel.swift +++ b/BeeReel/Class/Home/Model/BRShortModel.swift @@ -2,7 +2,7 @@ // BRShortModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/26. +// Created by 长沙鸿瑶 on 2025/6/26. // import UIKit diff --git a/BeeReel/Class/Home/Model/BRVideoInfoModel.swift b/BeeReel/Class/Home/Model/BRVideoInfoModel.swift index 9667fdd..98e5513 100644 --- a/BeeReel/Class/Home/Model/BRVideoInfoModel.swift +++ b/BeeReel/Class/Home/Model/BRVideoInfoModel.swift @@ -2,7 +2,7 @@ // BRVideoInfoModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/26. +// Created by 长沙鸿瑶 on 2025/6/26. // import UIKit diff --git a/BeeReel/Class/Home/View/BRHomeHeaderBannerCell.swift b/BeeReel/Class/Home/View/BRHomeHeaderBannerCell.swift index 7443ef5..92274e8 100644 --- a/BeeReel/Class/Home/View/BRHomeHeaderBannerCell.swift +++ b/BeeReel/Class/Home/View/BRHomeHeaderBannerCell.swift @@ -2,7 +2,7 @@ // BRHomeHeaderBannerCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // import UIKit diff --git a/BeeReel/Class/Home/View/BRHomeHeaderView.swift b/BeeReel/Class/Home/View/BRHomeHeaderView.swift index 147bf97..16836d7 100644 --- a/BeeReel/Class/Home/View/BRHomeHeaderView.swift +++ b/BeeReel/Class/Home/View/BRHomeHeaderView.swift @@ -2,7 +2,7 @@ // BRHomeHeaderView.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/25. +// Created by 长沙鸿瑶 on 2025/6/25. // import UIKit diff --git a/BeeReel/Class/Home/View/BRHomePlayRecordButton.swift b/BeeReel/Class/Home/View/BRHomePlayRecordButton.swift index 8ddb1f1..5455881 100644 --- a/BeeReel/Class/Home/View/BRHomePlayRecordButton.swift +++ b/BeeReel/Class/Home/View/BRHomePlayRecordButton.swift @@ -2,7 +2,7 @@ // BRHomePlayRecordButton.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Home/View/BRHomePlayRecordView.swift b/BeeReel/Class/Home/View/BRHomePlayRecordView.swift index 301c0cc..54b308d 100644 --- a/BeeReel/Class/Home/View/BRHomePlayRecordView.swift +++ b/BeeReel/Class/Home/View/BRHomePlayRecordView.swift @@ -2,7 +2,7 @@ // BRHomePlayRecordView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit @@ -28,10 +28,11 @@ class BRHomePlayRecordView: UIView { private var animateDirection: AnimateDirection = .left private lazy var contentView: UIView = { - let view = UIView() + let view = UIControl() view.backgroundColor = .colorFFFFFF() view.layer.cornerRadius = 12 view.layer.masksToBounds = true + view.addTarget(self, action: #selector(handlePlayButton), for: .touchUpInside) return view }() @@ -56,6 +57,7 @@ class BRHomePlayRecordView: UIView { private lazy var playButton: UIButton = { let button = UIButton(type: .custom) + button.isUserInteractionEnabled = false button.setImage(UIImage(named: "Polygon 4"), for: .normal) button.addTarget(self, action: #selector(handlePlayButton), for: .touchUpInside) return button diff --git a/BeeReel/Class/Home/View/Categories/BRCategorieShortCell.swift b/BeeReel/Class/Home/View/Categories/BRCategorieShortCell.swift index 30a28b1..549f884 100644 --- a/BeeReel/Class/Home/View/Categories/BRCategorieShortCell.swift +++ b/BeeReel/Class/Home/View/Categories/BRCategorieShortCell.swift @@ -2,7 +2,7 @@ // BRCategorieShortCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Home/View/Categories/BRHomeCategoriesCell.swift b/BeeReel/Class/Home/View/Categories/BRHomeCategoriesCell.swift index 8b35d1e..2c0468d 100644 --- a/BeeReel/Class/Home/View/Categories/BRHomeCategoriesCell.swift +++ b/BeeReel/Class/Home/View/Categories/BRHomeCategoriesCell.swift @@ -2,7 +2,7 @@ // BRHomeCategoriesCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Home/View/Categories/BRHomeCategoriesMainCell.swift b/BeeReel/Class/Home/View/Categories/BRHomeCategoriesMainCell.swift index c4467cb..742cb28 100644 --- a/BeeReel/Class/Home/View/Categories/BRHomeCategoriesMainCell.swift +++ b/BeeReel/Class/Home/View/Categories/BRHomeCategoriesMainCell.swift @@ -2,7 +2,7 @@ // BRHomeCategoriesMainCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Home/View/PopularPicks/BRPopularPicksCell.swift b/BeeReel/Class/Home/View/PopularPicks/BRPopularPicksCell.swift index 2cbe691..342d89b 100644 --- a/BeeReel/Class/Home/View/PopularPicks/BRPopularPicksCell.swift +++ b/BeeReel/Class/Home/View/PopularPicks/BRPopularPicksCell.swift @@ -2,7 +2,7 @@ // BRPopularPicksCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/1. +// Created by 长沙鸿瑶 on 2025/7/1. // import UIKit diff --git a/BeeReel/Class/Home/View/PopularPicks/BRPopularPicksSmallCell.swift b/BeeReel/Class/Home/View/PopularPicks/BRPopularPicksSmallCell.swift index fad143c..0f6b391 100644 --- a/BeeReel/Class/Home/View/PopularPicks/BRPopularPicksSmallCell.swift +++ b/BeeReel/Class/Home/View/PopularPicks/BRPopularPicksSmallCell.swift @@ -2,7 +2,7 @@ // BRPopularPicksSmallCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/1. +// Created by 长沙鸿瑶 on 2025/7/1. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightHotCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightHotCell.swift index 447fedb..ebdfe18 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightHotCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightHotCell.swift @@ -2,7 +2,7 @@ // BRSpotlightHotCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightHotMainCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightHotMainCell.swift index 169e82e..cdb1c6e 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightHotMainCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightHotMainCell.swift @@ -2,7 +2,7 @@ // BRSpotlightHotMainCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightMainBaseCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightMainBaseCell.swift index 9b21ea6..9462cc3 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightMainBaseCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightMainBaseCell.swift @@ -2,7 +2,7 @@ // BRSpotlightMainBaseCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/27. +// Created by 长沙鸿瑶 on 2025/6/27. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightNewCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightNewCell.swift index 023edac..b638e05 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightNewCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightNewCell.swift @@ -2,7 +2,7 @@ // BRSpotlightNewCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightNewMainCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightNewMainCell.swift index 7f66f12..0eeb413 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightNewMainCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightNewMainCell.swift @@ -2,7 +2,7 @@ // BRSpotlightNewMainCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightRecommandCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightRecommandCell.swift index 01fdfe5..e116591 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightRecommandCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightRecommandCell.swift @@ -2,7 +2,7 @@ // BRSpotlightRecommandCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightRecommandMainCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightRecommandMainCell.swift index 9bbcb63..08e8bd6 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightRecommandMainCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightRecommandMainCell.swift @@ -2,7 +2,7 @@ // BRSpotlightRecommandMainCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightTopCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightTopCell.swift index 7f35acc..af50993 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightTopCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightTopCell.swift @@ -2,7 +2,7 @@ // BRSpotlightTopCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/View/Spotlight/BRSpotlightTopMainCell.swift b/BeeReel/Class/Home/View/Spotlight/BRSpotlightTopMainCell.swift index a8b690c..c3ab102 100644 --- a/BeeReel/Class/Home/View/Spotlight/BRSpotlightTopMainCell.swift +++ b/BeeReel/Class/Home/View/Spotlight/BRSpotlightTopMainCell.swift @@ -2,7 +2,7 @@ // BRSpotlightTopMainCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/View/Top10/BRHomeTop10Cell.swift b/BeeReel/Class/Home/View/Top10/BRHomeTop10Cell.swift index b1c3071..b74e672 100644 --- a/BeeReel/Class/Home/View/Top10/BRHomeTop10Cell.swift +++ b/BeeReel/Class/Home/View/Top10/BRHomeTop10Cell.swift @@ -2,7 +2,7 @@ // BRHomeTop10Cell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/View/Top10/BRHomeTop3Cell.swift b/BeeReel/Class/Home/View/Top10/BRHomeTop3Cell.swift index a351211..bc56157 100644 --- a/BeeReel/Class/Home/View/Top10/BRHomeTop3Cell.swift +++ b/BeeReel/Class/Home/View/Top10/BRHomeTop3Cell.swift @@ -2,7 +2,7 @@ // BRHomeTop3Cell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Home/ViewModel/BRHomeViewModel.swift b/BeeReel/Class/Home/ViewModel/BRHomeViewModel.swift index ca2d301..36ec26a 100644 --- a/BeeReel/Class/Home/ViewModel/BRHomeViewModel.swift +++ b/BeeReel/Class/Home/ViewModel/BRHomeViewModel.swift @@ -2,7 +2,7 @@ // BRHomeViewModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/26. +// Created by 长沙鸿瑶 on 2025/6/26. // import UIKit diff --git a/BeeReel/Class/Mine/Controller/BRAboutUsViewController.swift b/BeeReel/Class/Mine/Controller/BRAboutUsViewController.swift index fb28aad..e4b3082 100644 --- a/BeeReel/Class/Mine/Controller/BRAboutUsViewController.swift +++ b/BeeReel/Class/Mine/Controller/BRAboutUsViewController.swift @@ -2,7 +2,7 @@ // BRAboutUsViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Mine/Controller/BRMineViewController.swift b/BeeReel/Class/Mine/Controller/BRMineViewController.swift index cacda6e..68f693c 100644 --- a/BeeReel/Class/Mine/Controller/BRMineViewController.swift +++ b/BeeReel/Class/Mine/Controller/BRMineViewController.swift @@ -2,7 +2,7 @@ // BRMineViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Mine/Model/BRMineItem.swift b/BeeReel/Class/Mine/Model/BRMineItem.swift index c2d23ef..a156a94 100644 --- a/BeeReel/Class/Mine/Model/BRMineItem.swift +++ b/BeeReel/Class/Mine/Model/BRMineItem.swift @@ -2,7 +2,7 @@ // BRMineItem.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Mine/View/BRAboutUsCell.swift b/BeeReel/Class/Mine/View/BRAboutUsCell.swift index 457a51e..828db59 100644 --- a/BeeReel/Class/Mine/View/BRAboutUsCell.swift +++ b/BeeReel/Class/Mine/View/BRAboutUsCell.swift @@ -2,7 +2,7 @@ // BRAboutUsCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Mine/View/BRAboutUsHeaderView.swift b/BeeReel/Class/Mine/View/BRAboutUsHeaderView.swift index 7d766a7..d3ff88c 100644 --- a/BeeReel/Class/Mine/View/BRAboutUsHeaderView.swift +++ b/BeeReel/Class/Mine/View/BRAboutUsHeaderView.swift @@ -2,7 +2,7 @@ // BRAboutUsHeaderView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Mine/View/BRMineCell.swift b/BeeReel/Class/Mine/View/BRMineCell.swift index 4a789f8..993e13d 100644 --- a/BeeReel/Class/Mine/View/BRMineCell.swift +++ b/BeeReel/Class/Mine/View/BRMineCell.swift @@ -2,7 +2,7 @@ // BRMineCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Mine/View/BRMineUserInfoCell.swift b/BeeReel/Class/Mine/View/BRMineUserInfoCell.swift index 6d60bed..3355d30 100644 --- a/BeeReel/Class/Mine/View/BRMineUserInfoCell.swift +++ b/BeeReel/Class/Mine/View/BRMineUserInfoCell.swift @@ -2,7 +2,7 @@ // BRMineUserInfoCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/22. +// Created by 长沙鸿瑶 on 2025/7/22. // import UIKit diff --git a/BeeReel/Class/Player/Controller/BRPlayerListViewController.swift b/BeeReel/Class/Player/Controller/BRPlayerListViewController.swift index 971c2e2..4d0ac8d 100644 --- a/BeeReel/Class/Player/Controller/BRPlayerListViewController.swift +++ b/BeeReel/Class/Player/Controller/BRPlayerListViewController.swift @@ -2,7 +2,7 @@ // BRPlayerListViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Class/Player/Controller/BRVideoDetailViewController.swift b/BeeReel/Class/Player/Controller/BRVideoDetailViewController.swift index df454ab..b8f7b38 100644 --- a/BeeReel/Class/Player/Controller/BRVideoDetailViewController.swift +++ b/BeeReel/Class/Player/Controller/BRVideoDetailViewController.swift @@ -2,7 +2,7 @@ // BRVideoDetailViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Player/Model/BRPlayerControlProtocol.swift b/BeeReel/Class/Player/Model/BRPlayerControlProtocol.swift index 9224712..52d3ba7 100644 --- a/BeeReel/Class/Player/Model/BRPlayerControlProtocol.swift +++ b/BeeReel/Class/Player/Model/BRPlayerControlProtocol.swift @@ -2,7 +2,7 @@ // BRPlayerControlProtocol.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/3. +// Created by 长沙鸿瑶 on 2025/7/3. // diff --git a/BeeReel/Class/Player/Model/BRPlayerProtocol.swift b/BeeReel/Class/Player/Model/BRPlayerProtocol.swift index e069f6c..7ad73db 100644 --- a/BeeReel/Class/Player/Model/BRPlayerProtocol.swift +++ b/BeeReel/Class/Player/Model/BRPlayerProtocol.swift @@ -2,7 +2,7 @@ // BRPlayerProtocol.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Player/Model/BRRateModel.swift b/BeeReel/Class/Player/Model/BRRateModel.swift index b1e41c2..52fe407 100644 --- a/BeeReel/Class/Player/Model/BRRateModel.swift +++ b/BeeReel/Class/Player/Model/BRRateModel.swift @@ -2,7 +2,7 @@ // BRRateModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Class/Player/Model/BRVideoDetailModel.swift b/BeeReel/Class/Player/Model/BRVideoDetailModel.swift index eff4b5a..cffdb18 100644 --- a/BeeReel/Class/Player/Model/BRVideoDetailModel.swift +++ b/BeeReel/Class/Player/Model/BRVideoDetailModel.swift @@ -2,7 +2,7 @@ // BRVideoDetailModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Player/View/BRDetailControlView.swift b/BeeReel/Class/Player/View/BRDetailControlView.swift index 133127b..d8bb929 100644 --- a/BeeReel/Class/Player/View/BRDetailControlView.swift +++ b/BeeReel/Class/Player/View/BRDetailControlView.swift @@ -2,7 +2,7 @@ // BRDetailControlView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/3. +// Created by 长沙鸿瑶 on 2025/7/3. // import UIKit diff --git a/BeeReel/Class/Player/View/BRDetailEpButton.swift b/BeeReel/Class/Player/View/BRDetailEpButton.swift index bff568e..a463c06 100644 --- a/BeeReel/Class/Player/View/BRDetailEpButton.swift +++ b/BeeReel/Class/Player/View/BRDetailEpButton.swift @@ -2,7 +2,7 @@ // BRDetailEpButton.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Class/Player/View/BRDetailPlayerCell.swift b/BeeReel/Class/Player/View/BRDetailPlayerCell.swift index d9b9ea9..d023c06 100644 --- a/BeeReel/Class/Player/View/BRDetailPlayerCell.swift +++ b/BeeReel/Class/Player/View/BRDetailPlayerCell.swift @@ -2,7 +2,7 @@ // BRDetailPlayerCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/3. +// Created by 长沙鸿瑶 on 2025/7/3. // import UIKit diff --git a/BeeReel/Class/Player/View/BREpisodeMenuView.swift b/BeeReel/Class/Player/View/BREpisodeMenuView.swift index 28f4c6e..96e7f9f 100644 --- a/BeeReel/Class/Player/View/BREpisodeMenuView.swift +++ b/BeeReel/Class/Player/View/BREpisodeMenuView.swift @@ -2,7 +2,7 @@ // BREpisodeMenuView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Class/Player/View/BREpisodeSelectorCell.swift b/BeeReel/Class/Player/View/BREpisodeSelectorCell.swift index ecf4284..49896ea 100644 --- a/BeeReel/Class/Player/View/BREpisodeSelectorCell.swift +++ b/BeeReel/Class/Player/View/BREpisodeSelectorCell.swift @@ -2,7 +2,7 @@ // BREpisodeSelectorCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Class/Player/View/BREpisodeSelectorView.swift b/BeeReel/Class/Player/View/BREpisodeSelectorView.swift index 22e627e..a2b490d 100644 --- a/BeeReel/Class/Player/View/BREpisodeSelectorView.swift +++ b/BeeReel/Class/Player/View/BREpisodeSelectorView.swift @@ -2,7 +2,7 @@ // BREpisodeSelectorView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Class/Player/View/BRPlayerControlView.swift b/BeeReel/Class/Player/View/BRPlayerControlView.swift index 309b97d..fac91b3 100644 --- a/BeeReel/Class/Player/View/BRPlayerControlView.swift +++ b/BeeReel/Class/Player/View/BRPlayerControlView.swift @@ -2,7 +2,7 @@ // BRPlayerControlView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/2. +// Created by 长沙鸿瑶 on 2025/7/2. // import UIKit diff --git a/BeeReel/Class/Player/View/BRPlayerListCell.swift b/BeeReel/Class/Player/View/BRPlayerListCell.swift index 4a5c4c4..771ce0f 100644 --- a/BeeReel/Class/Player/View/BRPlayerListCell.swift +++ b/BeeReel/Class/Player/View/BRPlayerListCell.swift @@ -2,7 +2,7 @@ // BRPlayerListCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit @@ -145,4 +145,12 @@ extension BRPlayerListCell: BRPlayerDelegate { self.controlView.progress = time / player.duration } } + + func br_playerInBufferToPlay(_ player: BRPlayer) { + self.controlView.isLoading = true + } + + func br_playerBufferingCompleted(_ player: BRPlayer) { + self.controlView.isLoading = false + } } diff --git a/BeeReel/Class/Player/View/BRRateSelectorCell.swift b/BeeReel/Class/Player/View/BRRateSelectorCell.swift index b5d20b3..f186ab7 100644 --- a/BeeReel/Class/Player/View/BRRateSelectorCell.swift +++ b/BeeReel/Class/Player/View/BRRateSelectorCell.swift @@ -2,7 +2,7 @@ // BRRateSelectorCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Class/Player/View/BRRateSelectorView.swift b/BeeReel/Class/Player/View/BRRateSelectorView.swift index 13b3aac..84413e8 100644 --- a/BeeReel/Class/Player/View/BRRateSelectorView.swift +++ b/BeeReel/Class/Player/View/BRRateSelectorView.swift @@ -2,7 +2,7 @@ // BRRateSelectorView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Class/Player/View/BRVideoProgressView.swift b/BeeReel/Class/Player/View/BRVideoProgressView.swift index b4e5ac3..5558810 100644 --- a/BeeReel/Class/Player/View/BRVideoProgressView.swift +++ b/BeeReel/Class/Player/View/BRVideoProgressView.swift @@ -2,7 +2,7 @@ // BRVideoProgressView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/21. +// Created by 长沙鸿瑶 on 2025/7/21. // import UIKit diff --git a/BeeReel/Class/Player/ViewModel/BRPlayerViewModel.swift b/BeeReel/Class/Player/ViewModel/BRPlayerViewModel.swift index 36dcb71..33504c6 100644 --- a/BeeReel/Class/Player/ViewModel/BRPlayerViewModel.swift +++ b/BeeReel/Class/Player/ViewModel/BRPlayerViewModel.swift @@ -2,7 +2,7 @@ // BRPlayerViewModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Player/ViewModel/BRVideoRevolutionManager.swift b/BeeReel/Class/Player/ViewModel/BRVideoRevolutionManager.swift index 00fa547..a75f2c4 100644 --- a/BeeReel/Class/Player/ViewModel/BRVideoRevolutionManager.swift +++ b/BeeReel/Class/Player/ViewModel/BRVideoRevolutionManager.swift @@ -2,7 +2,7 @@ // BRVideoRevolutionManager.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/30. +// Created by 长沙鸿瑶 on 2025/6/30. // import UIKit diff --git a/BeeReel/Class/Search/Controller/BRSearchViewController.swift b/BeeReel/Class/Search/Controller/BRSearchViewController.swift index 95290b5..d31e9b4 100644 --- a/BeeReel/Class/Search/Controller/BRSearchViewController.swift +++ b/BeeReel/Class/Search/Controller/BRSearchViewController.swift @@ -2,7 +2,7 @@ // BRSearchViewController.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/View/BRHotSearchTagCell.swift b/BeeReel/Class/Search/View/BRHotSearchTagCell.swift index beb5f78..5a89cef 100644 --- a/BeeReel/Class/Search/View/BRHotSearchTagCell.swift +++ b/BeeReel/Class/Search/View/BRHotSearchTagCell.swift @@ -2,7 +2,7 @@ // BRHotSearchTagCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/View/BRHotSearchView.swift b/BeeReel/Class/Search/View/BRHotSearchView.swift index f4927b3..aaf7f48 100644 --- a/BeeReel/Class/Search/View/BRHotSearchView.swift +++ b/BeeReel/Class/Search/View/BRHotSearchView.swift @@ -2,7 +2,7 @@ // BRHotSearchView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/View/BRSearchHomeView.swift b/BeeReel/Class/Search/View/BRSearchHomeView.swift index 926ca5f..6b0aee0 100644 --- a/BeeReel/Class/Search/View/BRSearchHomeView.swift +++ b/BeeReel/Class/Search/View/BRSearchHomeView.swift @@ -2,7 +2,7 @@ // BRSearchHomeView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/View/BRSearchRecordTagCell.swift b/BeeReel/Class/Search/View/BRSearchRecordTagCell.swift index 8e99395..70be232 100644 --- a/BeeReel/Class/Search/View/BRSearchRecordTagCell.swift +++ b/BeeReel/Class/Search/View/BRSearchRecordTagCell.swift @@ -2,7 +2,7 @@ // BRSearchRecordTagCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/View/BRSearchRecordView.swift b/BeeReel/Class/Search/View/BRSearchRecordView.swift index e31004c..55810ec 100644 --- a/BeeReel/Class/Search/View/BRSearchRecordView.swift +++ b/BeeReel/Class/Search/View/BRSearchRecordView.swift @@ -2,7 +2,7 @@ // BRSearchRecordView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/View/BRSearchResultCell.swift b/BeeReel/Class/Search/View/BRSearchResultCell.swift index 799306c..49cf31c 100644 --- a/BeeReel/Class/Search/View/BRSearchResultCell.swift +++ b/BeeReel/Class/Search/View/BRSearchResultCell.swift @@ -2,7 +2,7 @@ // BRSearchResultCell.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/View/BRSearchResultView.swift b/BeeReel/Class/Search/View/BRSearchResultView.swift index 8ae5ba7..c8a957b 100644 --- a/BeeReel/Class/Search/View/BRSearchResultView.swift +++ b/BeeReel/Class/Search/View/BRSearchResultView.swift @@ -2,7 +2,7 @@ // BRSearchResultView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/View/BRSearchTextView.swift b/BeeReel/Class/Search/View/BRSearchTextView.swift index 8bbfbd9..4717efb 100644 --- a/BeeReel/Class/Search/View/BRSearchTextView.swift +++ b/BeeReel/Class/Search/View/BRSearchTextView.swift @@ -2,7 +2,7 @@ // BRSearchTextView.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Class/Search/ViewModel/BRSearchViewModel.swift b/BeeReel/Class/Search/ViewModel/BRSearchViewModel.swift index e775281..842922f 100644 --- a/BeeReel/Class/Search/ViewModel/BRSearchViewModel.swift +++ b/BeeReel/Class/Search/ViewModel/BRSearchViewModel.swift @@ -2,7 +2,7 @@ // BRSearchViewModel.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Delegate/AppDelegate+BRConfig.swift b/BeeReel/Delegate/AppDelegate+BRConfig.swift index 4d1f7d7..9e82410 100644 --- a/BeeReel/Delegate/AppDelegate+BRConfig.swift +++ b/BeeReel/Delegate/AppDelegate+BRConfig.swift @@ -2,7 +2,7 @@ // AppDelegate+BRConfig.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/25. +// Created by 长沙鸿瑶 on 2025/6/25. // import MJRefresh diff --git a/BeeReel/Delegate/AppDelegate.swift b/BeeReel/Delegate/AppDelegate.swift index b02e8fd..0c78747 100644 --- a/BeeReel/Delegate/AppDelegate.swift +++ b/BeeReel/Delegate/AppDelegate.swift @@ -2,7 +2,7 @@ // AppDelegate.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Delegate/SceneDelegate.swift b/BeeReel/Delegate/SceneDelegate.swift index ee5dac7..5e5dae0 100644 --- a/BeeReel/Delegate/SceneDelegate.swift +++ b/BeeReel/Delegate/SceneDelegate.swift @@ -2,7 +2,7 @@ // SceneDelegate.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Lib/AppTool/BRAppTool.swift b/BeeReel/Lib/AppTool/BRAppTool.swift index 53116e6..97127a8 100644 --- a/BeeReel/Lib/AppTool/BRAppTool.swift +++ b/BeeReel/Lib/AppTool/BRAppTool.swift @@ -2,7 +2,7 @@ // BRAppTool.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Lib/Empty/BREmpty.swift b/BeeReel/Lib/Empty/BREmpty.swift index 51c2147..f0329c5 100644 --- a/BeeReel/Lib/Empty/BREmpty.swift +++ b/BeeReel/Lib/Empty/BREmpty.swift @@ -2,7 +2,7 @@ // BREmpty.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/23. +// Created by 长沙鸿瑶 on 2025/7/23. // import UIKit diff --git a/BeeReel/Lib/HUD/BRHUD.swift b/BeeReel/Lib/HUD/BRHUD.swift index 282d058..68eb491 100644 --- a/BeeReel/Lib/HUD/BRHUD.swift +++ b/BeeReel/Lib/HUD/BRHUD.swift @@ -2,7 +2,7 @@ // BRHUD.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import SVProgressHUD diff --git a/BeeReel/Lib/HUD/BRToast.swift b/BeeReel/Lib/HUD/BRToast.swift index 45c1cd8..b76c7c9 100644 --- a/BeeReel/Lib/HUD/BRToast.swift +++ b/BeeReel/Lib/HUD/BRToast.swift @@ -2,7 +2,7 @@ // BRToast.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import Toast diff --git a/BeeReel/Lib/LocalizedManager/BRLocalizedManager.swift b/BeeReel/Lib/LocalizedManager/BRLocalizedManager.swift index 52810c8..5408c87 100644 --- a/BeeReel/Lib/LocalizedManager/BRLocalizedManager.swift +++ b/BeeReel/Lib/LocalizedManager/BRLocalizedManager.swift @@ -2,7 +2,7 @@ // BRLocalizedManager.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import Foundation diff --git a/BeeReel/Lib/Login/BRLoginManager.swift b/BeeReel/Lib/Login/BRLoginManager.swift index 646ea2f..58d0920 100644 --- a/BeeReel/Lib/Login/BRLoginManager.swift +++ b/BeeReel/Lib/Login/BRLoginManager.swift @@ -2,7 +2,7 @@ // BRLoginManager.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Lib/Login/BRLoginToken.swift b/BeeReel/Lib/Login/BRLoginToken.swift index 15537a9..105f2ac 100644 --- a/BeeReel/Lib/Login/BRLoginToken.swift +++ b/BeeReel/Lib/Login/BRLoginToken.swift @@ -2,7 +2,7 @@ // BRLoginToken.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Lib/Player/BRPlayer.swift b/BeeReel/Lib/Player/BRPlayer.swift index 5ffc1db..112e898 100644 --- a/BeeReel/Lib/Player/BRPlayer.swift +++ b/BeeReel/Lib/Player/BRPlayer.swift @@ -2,7 +2,7 @@ // BRPlayer.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit @@ -15,30 +15,20 @@ import SJBaseVideoPlayer ///更新当前进度 @objc optional func br_playerCurrentTimeDidChange(_ player: BRPlayer, time: TimeInterval) - ///播放状态变化 -// @objc optional func vp_player(_ player: VPPlayer, playStateDidChanged state: VPPlayer.PlayState) - - ///加载状态发生变化 -// @objc optional func vp_player(_ player: VPPlayer, loadStateDidChange state: VPPlayer.LoadState) - - ///播放时间发生变化 -// @objc optional func vp_playTimeChanged(_ player: BRPlayer, currentTime: Int, duration: Int) - - ///显示首帧 -// @objc optional func br_firstRenderedStart(_ player: BRPlayer) - - ///准备完成 -// @objc optional func br_playerReadyToPlay(_ player: BRPlayer) - ///播放完成 @objc optional func br_playerDidPlayFinish(_ player: BRPlayer) - ///缓冲完成 -// @objc optional func br_playLoadingEnd(_ player: BRPlayer) + ///调用了播放但是在缓冲中导致没有正常播放 + @objc optional func br_playerInBufferToPlay(_ player: BRPlayer) + + ///调用了播放,缓冲完成正常播放 + @objc optional func br_playerBufferingCompleted(_ player: BRPlayer) } class BRPlayer: NSObject { + private(set) var isPlaying = false + private lazy var player: SJBaseVideoPlayer = { let player = SJBaseVideoPlayer() player.autoplayWhenSetNewAsset = false @@ -48,6 +38,7 @@ class BRPlayer: NSObject { // player.disableVolumeSetting = true player.rotationManager?.isDisabledAutorotation = true player.controlLayerDataSource = self + player.resumePlaybackWhenPlayerHasFinishedSeeking = false return player }() @@ -107,19 +98,23 @@ class BRPlayer: NSObject { } func start() { + self.isPlaying = true self.player.play() } func pause() { + self.isPlaying = false self.player.pause() } ///用户暂停 - func pauseForUser() { - self.player.pauseForUser() - } +// func pauseForUser() { +// self.isPlaying = false +// self.player.pauseForUser() +// } func stop() { + self.isPlaying = false self.player.stop() } @@ -152,6 +147,20 @@ extension BRPlayer { guard let self = self else { return } } + //播放控制改变的回调 + self.player.playbackObserver.timeControlStatusDidChangeExeBlock = { [weak self] player in + guard let self = self else { return } +// , player.reasonForWaitingToPlay == SJWaitingToMinimizeStallsReason + + if player.timeControlStatus == .waitingToPlay {//缓冲中 + self.delegate?.br_playerInBufferToPlay?(self) + brLog(message: "=======缓冲中 === \(player.reasonForWaitingToPlay ?? "")") + } else if player.timeControlStatus == .playing { + self.delegate?.br_playerBufferingCompleted?(self) + brLog(message: "=======缓冲完成") + } + } + //播放时长改变 self.player.playbackObserver.durationDidChangeExeBlock = { [weak self] player in guard let self = self else { return } diff --git a/BeeReel/Lib/Player/BRPlayerCache.swift b/BeeReel/Lib/Player/BRPlayerCache.swift index 92982be..51da94c 100644 --- a/BeeReel/Lib/Player/BRPlayerCache.swift +++ b/BeeReel/Lib/Player/BRPlayerCache.swift @@ -2,7 +2,7 @@ // BRPlayerCache.swift // BeeReel // -// Created by 湖南秦九 on 2025/7/2. +// Created by 长沙鸿瑶 on 2025/7/2. // import UIKit diff --git a/BeeReel/Lib/User/BRUserInfo.swift b/BeeReel/Lib/User/BRUserInfo.swift index b938733..9e52fec 100644 --- a/BeeReel/Lib/User/BRUserInfo.swift +++ b/BeeReel/Lib/User/BRUserInfo.swift @@ -2,7 +2,7 @@ // BRUserInfo.swift // BeeReel // -// Created by 湖南秦九 on 2025/6/24. +// Created by 长沙鸿瑶 on 2025/6/24. // import UIKit diff --git a/BeeReel/Sources/Assets.xcassets/icon/nav_back_icon_01.imageset/Frame 1498@2x.png b/BeeReel/Sources/Assets.xcassets/icon/nav_back_icon_01.imageset/Frame 1498@2x.png index 375883e..0f573d9 100644 Binary files a/BeeReel/Sources/Assets.xcassets/icon/nav_back_icon_01.imageset/Frame 1498@2x.png and b/BeeReel/Sources/Assets.xcassets/icon/nav_back_icon_01.imageset/Frame 1498@2x.png differ diff --git a/BeeReel/Sources/Assets.xcassets/icon/nav_back_icon_01.imageset/Frame 1498@3x.png b/BeeReel/Sources/Assets.xcassets/icon/nav_back_icon_01.imageset/Frame 1498@3x.png index 0a7bd76..f9be83e 100644 Binary files a/BeeReel/Sources/Assets.xcassets/icon/nav_back_icon_01.imageset/Frame 1498@3x.png and b/BeeReel/Sources/Assets.xcassets/icon/nav_back_icon_01.imageset/Frame 1498@3x.png differ