ChenyuRabbitLove commited on
Commit
471d917
1 Parent(s): 357027a

fix: modify achievement name

Browse files
Files changed (2) hide show
  1. css/style.css +1 -1
  2. utils/utils.py +1 -1
css/style.css CHANGED
@@ -144,7 +144,7 @@ h1::after {
144
  }
145
 
146
  [aria-label="Share"] {
147
- opacity: 0;
148
  }
149
 
150
  #adventure_slider {
 
144
  }
145
 
146
  [aria-label="Share"] {
147
+ display: none;
148
  }
149
 
150
  #adventure_slider {
utils/utils.py CHANGED
@@ -79,7 +79,7 @@ def get_player_achievements(player_info: gr.State) -> List[str]:
79
  "cultivation_universe_explorer_II": "素養宇宙探險家 II",
80
  "electronic_and_information_college_explorer_I": "電資學院探險家 I",
81
  "electronic_and_information_college_explorer_II": "電資學院探險家 II",
82
- "star_warrior": "星空學霸",
83
  }
84
  print(player_info["rewards_status"])
85
  rewards_status = json.loads(player_info["rewards_status"])
 
79
  "cultivation_universe_explorer_II": "素養宇宙探險家 II",
80
  "electronic_and_information_college_explorer_I": "電資學院探險家 I",
81
  "electronic_and_information_college_explorer_II": "電資學院探險家 II",
82
+ "star_warrior": "星空艦長",
83
  }
84
  print(player_info["rewards_status"])
85
  rewards_status = json.loads(player_info["rewards_status"])