fix
This commit is contained in:
parent
f071002cc3
commit
a0290cffbe
@ -53,13 +53,13 @@ final class DetailModel {
|
||||
switch rawValue {
|
||||
case "first_row":
|
||||
self.status = rawValue
|
||||
self.config = DisplayConfig(name: "前排占位", bgColor: .black, fontColor: .white)
|
||||
self.config = DisplayConfig(name: "♡ 前排占位", bgColor: .black, fontColor: .white)
|
||||
case "following":
|
||||
self.status = rawValue
|
||||
self.config = DisplayConfig(name: "♡ 追番", bgColor: .black, fontColor: .white)
|
||||
case "catching_up":
|
||||
self.status = rawValue
|
||||
self.config = DisplayConfig(name: "补番", bgColor: .black, fontColor: .white)
|
||||
self.config = DisplayConfig(name: "♡ 补番", bgColor: .black, fontColor: .white)
|
||||
case "dropping":
|
||||
self.status = rawValue
|
||||
self.config = DisplayConfig(name: "弃番", bgColor: .white, fontColor: Color(hex: "#333333"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user