This commit is contained in:
zeng 2025-07-24 14:21:59 +08:00
parent 8d9387cbeb
commit 8e5d629bd2
134 changed files with 175 additions and 156 deletions

View File

@ -1263,7 +1263,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 394VH538M8; DEVELOPMENT_TEAM = 8NNUR9HPV3;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = BeeReel/Sources/Info.plist; INFOPLIST_FILE = BeeReel/Sources/Info.plist;
@ -1279,7 +1279,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.BeeReel; PRODUCT_BUNDLE_IDENTIFIER = com.breeltv.beereel;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;
@ -1298,7 +1298,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 394VH538M8; DEVELOPMENT_TEAM = 8NNUR9HPV3;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = BeeReel/Sources/Info.plist; INFOPLIST_FILE = BeeReel/Sources/Info.plist;
@ -1314,7 +1314,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.BeeReel; PRODUCT_BUNDLE_IDENTIFIER = com.breeltv.beereel;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;

View File

@ -2,7 +2,7 @@
// BRNavigationController.swift // BRNavigationController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRTabBarController.swift // BRTabBarController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRViewController.swift // BRViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRDefine.swift // BRDefine.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRUserDefaultsKey.swift // BRUserDefaultsKey.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //

View File

@ -2,7 +2,7 @@
// AttributedString+BRAdd.swift // AttributedString+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// CGMutablePath+BRRoundedCorner.swift // CGMutablePath+BRRoundedCorner.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/25. // Created by 鸿 on 2025/6/25.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// NSNumber+BRAdd.swift // NSNumber+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/3. // Created by 鸿 on 2025/7/3.
// //
extension NSNumber { extension NSNumber {

View File

@ -2,7 +2,7 @@
// String+BRAdd.swift // String+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import SmartCodable import SmartCodable

View File

@ -2,7 +2,7 @@
// UIColor.swift // UIColor.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// UIDevice+BRAdd.swift // UIDevice+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// UIFont+BRAdd.swift // UIFont+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// UIImageView+BRAdd.swift // UIImageView+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// UINavigationBar+BRAdd.swift // UINavigationBar+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/2. // Created by 鸿 on 2025/7/2.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// UIScreen+BRAdd.swift // UIScreen+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// UIScrollView+BRRefresh.swift // UIScrollView+BRRefresh.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/1. // Created by 鸿 on 2025/7/1.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// UIStackView+BRAdd.swift // UIStackView+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
extension UIStackView { extension UIStackView {

View File

@ -2,7 +2,7 @@
// UIView+BRAdd.swift // UIView+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// UserDefaults+BRAdd.swift // UserDefaults+BRAdd.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import Foundation import Foundation

View File

@ -2,7 +2,7 @@
// BRListModel.swift // BRListModel.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/26. // Created by 鸿 on 2025/6/26.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRModel.swift // BRModel.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeAPI.swift // BRHomeAPI.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/26. // Created by 鸿 on 2025/6/26.
// //

View File

@ -2,7 +2,7 @@
// BRUserAPI.swift // BRUserAPI.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //

View File

@ -2,7 +2,7 @@
// BRVideoAPI.swift // BRVideoAPI.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRCryptorService.swift // BRCryptorService.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRNetwork.swift // BRNetwork.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import Foundation import Foundation

View File

@ -2,7 +2,7 @@
// BRNetworkStatusManager.swift // BRNetworkStatusManager.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/23. // Created by 鸿 on 2025/7/23.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRNetworkTarget.swift // BRNetworkTarget.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //

View File

@ -2,7 +2,7 @@
// BRURLPath.swift // BRURLPath.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //

View File

@ -2,7 +2,7 @@
// BRCollectionView.swift // BRCollectionView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRCollectionViewCell.swift // BRCollectionViewCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRGradientView.swift // BRGradientView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRImageView.swift // BRImageView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRPanModalContentView.swift // BRPanModalContentView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/21. // Created by 鸿 on 2025/7/21.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRScrollView.swift // BRScrollView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/21. // Created by 鸿 on 2025/7/21.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRTableView.swift // BRTableView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRTableViewCell.swift // BRTableViewCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRTabBar.swift // BRTabBar.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRTabBarItem.swift // BRTabBarItem.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/25. // Created by 鸿 on 2025/6/25.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRTabBarItemContainer.swift // BRTabBarItemContainer.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/25. // Created by 鸿 on 2025/6/25.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRTabBarItemContentView.swift // BRTabBarItemContentView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/25. // Created by 鸿 on 2025/6/25.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRWebView.swift // BRWebView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRWebViewController.swift // BRWebViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRExploreViewController.swift // BRExploreViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/2. // Created by 鸿 on 2025/7/2.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRExploreControlView.swift // BRExploreControlView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/3. // Created by 鸿 on 2025/7/3.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRExplorePlayerCell.swift // BRExplorePlayerCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/3. // Created by 鸿 on 2025/7/3.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRFavoritesViewController.swift // BRFavoritesViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRFavoritesCell.swift // BRFavoritesCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRFavoritesHeaderView.swift // BRFavoritesHeaderView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRCategorieShortViewController.swift // BRCategorieShortViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeCategoriesViewController.swift // BRHomeCategoriesViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeTop10ViewController.swift // BRHomeTop10ViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeViewController.swift // BRHomeViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/25. // Created by 鸿 on 2025/6/25.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRNewReleasesViewController.swift // BRNewReleasesViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/1. // Created by 鸿 on 2025/7/1.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRPopularPicksViewController.swift // BRPopularPicksViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/1. // Created by 鸿 on 2025/7/1.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightViewViewController.swift // BRSpotlightViewViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeCategoryModel.swift // BRHomeCategoryModel.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeModuleItem.swift // BRHomeModuleItem.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/26. // Created by 鸿 on 2025/6/26.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRPagerViewTransformer.swift // BRPagerViewTransformer.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRShortModel.swift // BRShortModel.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/26. // Created by 鸿 on 2025/6/26.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRVideoInfoModel.swift // BRVideoInfoModel.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/26. // Created by 鸿 on 2025/6/26.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeHeaderBannerCell.swift // BRHomeHeaderBannerCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeHeaderView.swift // BRHomeHeaderView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/25. // Created by 鸿 on 2025/6/25.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomePlayRecordButton.swift // BRHomePlayRecordButton.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/23. // Created by 鸿 on 2025/7/23.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomePlayRecordView.swift // BRHomePlayRecordView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/23. // Created by 鸿 on 2025/7/23.
// //
import UIKit import UIKit
@ -28,10 +28,11 @@ class BRHomePlayRecordView: UIView {
private var animateDirection: AnimateDirection = .left private var animateDirection: AnimateDirection = .left
private lazy var contentView: UIView = { private lazy var contentView: UIView = {
let view = UIView() let view = UIControl()
view.backgroundColor = .colorFFFFFF() view.backgroundColor = .colorFFFFFF()
view.layer.cornerRadius = 12 view.layer.cornerRadius = 12
view.layer.masksToBounds = true view.layer.masksToBounds = true
view.addTarget(self, action: #selector(handlePlayButton), for: .touchUpInside)
return view return view
}() }()
@ -56,6 +57,7 @@ class BRHomePlayRecordView: UIView {
private lazy var playButton: UIButton = { private lazy var playButton: UIButton = {
let button = UIButton(type: .custom) let button = UIButton(type: .custom)
button.isUserInteractionEnabled = false
button.setImage(UIImage(named: "Polygon 4"), for: .normal) button.setImage(UIImage(named: "Polygon 4"), for: .normal)
button.addTarget(self, action: #selector(handlePlayButton), for: .touchUpInside) button.addTarget(self, action: #selector(handlePlayButton), for: .touchUpInside)
return button return button

View File

@ -2,7 +2,7 @@
// BRCategorieShortCell.swift // BRCategorieShortCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeCategoriesCell.swift // BRHomeCategoriesCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeCategoriesMainCell.swift // BRHomeCategoriesMainCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRPopularPicksCell.swift // BRPopularPicksCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/1. // Created by 鸿 on 2025/7/1.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRPopularPicksSmallCell.swift // BRPopularPicksSmallCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/1. // Created by 鸿 on 2025/7/1.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightHotCell.swift // BRSpotlightHotCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightHotMainCell.swift // BRSpotlightHotMainCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightMainBaseCell.swift // BRSpotlightMainBaseCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/27. // Created by 鸿 on 2025/6/27.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightNewCell.swift // BRSpotlightNewCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightNewMainCell.swift // BRSpotlightNewMainCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightRecommandCell.swift // BRSpotlightRecommandCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightRecommandMainCell.swift // BRSpotlightRecommandMainCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightTopCell.swift // BRSpotlightTopCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRSpotlightTopMainCell.swift // BRSpotlightTopMainCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeTop10Cell.swift // BRHomeTop10Cell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeTop3Cell.swift // BRHomeTop3Cell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRHomeViewModel.swift // BRHomeViewModel.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/26. // Created by 鸿 on 2025/6/26.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRAboutUsViewController.swift // BRAboutUsViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRMineViewController.swift // BRMineViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRMineItem.swift // BRMineItem.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRAboutUsCell.swift // BRAboutUsCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRAboutUsHeaderView.swift // BRAboutUsHeaderView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRMineCell.swift // BRMineCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRMineUserInfoCell.swift // BRMineUserInfoCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/22. // Created by 鸿 on 2025/7/22.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRPlayerListViewController.swift // BRPlayerListViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/24. // Created by 鸿 on 2025/6/24.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRVideoDetailViewController.swift // BRVideoDetailViewController.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRPlayerControlProtocol.swift // BRPlayerControlProtocol.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/3. // Created by 鸿 on 2025/7/3.
// //

View File

@ -2,7 +2,7 @@
// BRPlayerProtocol.swift // BRPlayerProtocol.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRRateModel.swift // BRRateModel.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/21. // Created by 鸿 on 2025/7/21.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRVideoDetailModel.swift // BRVideoDetailModel.swift
// BeeReel // BeeReel
// //
// Created by on 2025/6/30. // Created by 鸿 on 2025/6/30.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRDetailControlView.swift // BRDetailControlView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/3. // Created by 鸿 on 2025/7/3.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRDetailEpButton.swift // BRDetailEpButton.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/21. // Created by 鸿 on 2025/7/21.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BRDetailPlayerCell.swift // BRDetailPlayerCell.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/3. // Created by 鸿 on 2025/7/3.
// //
import UIKit import UIKit

View File

@ -2,7 +2,7 @@
// BREpisodeMenuView.swift // BREpisodeMenuView.swift
// BeeReel // BeeReel
// //
// Created by on 2025/7/21. // Created by 鸿 on 2025/7/21.
// //
import UIKit import UIKit

Some files were not shown because too many files have changed in this diff Show More