feat(official_update): update to match new ak version

This commit is contained in:
Haoyu Xu
2024-05-02 13:14:40 +08:00
parent 1b782e0c7b
commit 314d0a4c7f
3 changed files with 182 additions and 144 deletions

View File

@@ -174,7 +174,7 @@ export default function Home() {
<section className={classes.content}>
<section className={classes.text}>{officalUpdate.length - operators.length} {i18n("new_op_wait_to_update")}</section>
<section className={`${classes['styled-selection']}`}>
{officalUpdate[officalUpdate.latest].map((entry, index) => {
{officalUpdate[officalUpdate.dates[0]].map((entry, index) => {
return (
<Link
reloadDocument