Files
suixinkan_ios_new/suixinkan/Features/ScenicPromotion/Views/ScenicPromotionLayout.swift

25 lines
773 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// ScenicPromotionLayout.swift
// suixinkan
//
// Created by Codex on 2026/7/2.
//
import CoreGraphics
import Foundation
///
enum ScenicPromotionLayout {
/// 20px
static let screenEdgePadding: CGFloat = 20
/// 20px
static let moduleVerticalSpacing: CGFloat = 12
/// 5
static let visibleSpotTabCount: CGFloat = 5
}
///
struct ScenicPromotionSettingsRoute: Identifiable, Hashable {
let id = "promotion_page_settings"
}