房间代码更改

This commit is contained in:
liyuhua
2024-01-18 19:34:17 +08:00
parent 9d9327a442
commit 2e2be43d40
194 changed files with 3994 additions and 6604 deletions

View File

@@ -17,6 +17,7 @@ struct _R {
var color: color { .init(bundle: bundle) }
var image: image { .init(bundle: bundle) }
var file: file { .init(bundle: bundle) }
var storyboard: storyboard { .init(bundle: bundle) }
func color(bundle: Foundation.Bundle) -> color {
@@ -25,6 +26,9 @@ struct _R {
func image(bundle: Foundation.Bundle) -> image {
.init(bundle: bundle)
}
func file(bundle: Foundation.Bundle) -> file {
.init(bundle: bundle)
}
func storyboard(bundle: Foundation.Bundle) -> storyboard {
.init(bundle: bundle)
}
@@ -68,7 +72,7 @@ struct _R {
var mewRoomTopLineColor: RswiftResources.ColorResource { .init(name: "mewRoomTopLineColor", path: [], bundle: bundle) }
}
/// This `_R.image` struct is generated, and contains static references to 137 images.
/// This `_R.image` struct is generated, and contains static references to 138 images.
struct image {
let bundle: Foundation.Bundle
@@ -106,7 +110,7 @@ struct _R {
var mew_home_guide_hand: RswiftResources.ImageResource { .init(name: "mew_home_guide_hand", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `mew_home_header_bg`.
var mew_home_header_bg: RswiftResources.ImageResource { .init(name: "mew_home_header_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
var mew_home_header_bg: RswiftResources.ImageResource { .init(name: "mew_home_header_bg", path: [], bundle: bundle, locale: LocaleReference.none, onDemandResourceTags: nil) }
/// Image `mew_home_header_person`.
var mew_home_header_person: RswiftResources.ImageResource { .init(name: "mew_home_header_person", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
@@ -226,7 +230,7 @@ struct _R {
var mew_home_voice_stop: RswiftResources.ImageResource { .init(name: "mew_home_voice_stop", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `mew_launch_logo`.
var mew_launch_logo: RswiftResources.ImageResource { .init(name: "mew_launch_logo", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
var mew_launch_logo: RswiftResources.ImageResource { .init(name: "mew_launch_logo", path: [], bundle: bundle, locale: LocaleReference.none, onDemandResourceTags: nil) }
/// Image `mew_login_account`.
var mew_login_account: RswiftResources.ImageResource { .init(name: "mew_login_account", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
@@ -255,9 +259,6 @@ struct _R {
/// Image `mew_login_line_bg`.
var mew_login_line_bg: RswiftResources.ImageResource { .init(name: "mew_login_line_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `mew_login_logo`.
var mew_login_logo: RswiftResources.ImageResource { .init(name: "mew_login_logo", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `mew_login_next`.
var mew_login_next: RswiftResources.ImageResource { .init(name: "mew_login_next", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
@@ -441,6 +442,12 @@ struct _R {
/// Image `mew_room_more`.
var mew_room_more: RswiftResources.ImageResource { .init(name: "mew_room_more", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `mew_room_play_close_mic`.
var mew_room_play_close_mic: RswiftResources.ImageResource { .init(name: "mew_room_play_close_mic", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `mew_room_play_close_open`.
var mew_room_play_close_open: RswiftResources.ImageResource { .init(name: "mew_room_play_close_open", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `mew_room_position_empty`.
var mew_room_position_empty: RswiftResources.ImageResource { .init(name: "mew_room_position_empty", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
@@ -492,6 +499,17 @@ struct _R {
}
}
/// This `_R.file` struct is generated, and contains static references to 2 resource files.
struct file {
let bundle: Foundation.Bundle
/// Resource file `mew_home_header_bg.png`.
var mew_home_header_bgPng: RswiftResources.FileResource { .init(name: "mew_home_header_bg", pathExtension: "png", bundle: bundle, locale: LocaleReference.none) }
/// Resource file `mew_launch_logo.png`.
var mew_launch_logoPng: RswiftResources.FileResource { .init(name: "mew_launch_logo", pathExtension: "png", bundle: bundle, locale: LocaleReference.none) }
}
/// This `_R.storyboard` struct is generated, and contains static references to 2 storyboards.
struct storyboard {
let bundle: Foundation.Bundle
@@ -519,8 +537,8 @@ struct _R {
let name = "LaunchScreen"
func validate() throws {
if UIKit.UIImage(named: "mew_home_bg", in: bundle, compatibleWith: nil) == nil { throw RswiftResources.ValidationError("[R.swift] Image named 'mew_home_bg' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
if UIKit.UIImage(named: "mew_home_header_bg", in: bundle, compatibleWith: nil) == nil { throw RswiftResources.ValidationError("[R.swift] Image named 'mew_home_header_bg' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
if UIKit.UIImage(named: "mew_launch_logo", in: bundle, compatibleWith: nil) == nil { throw RswiftResources.ValidationError("[R.swift] Image named 'mew_launch_logo' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
if UIKit.UIImage(named: "mew_home_header_bg.png", in: bundle, compatibleWith: nil) == nil { throw RswiftResources.ValidationError("[R.swift] Image named 'mew_home_header_bg.png' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
if UIKit.UIImage(named: "mew_launch_logo.png", in: bundle, compatibleWith: nil) == nil { throw RswiftResources.ValidationError("[R.swift] Image named 'mew_launch_logo.png' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
}
}