diff --git a/src/web/components/card-migrate.ts b/src/web/components/card-migrate.ts index 3a12b97..b3d9116 100644 --- a/src/web/components/card-migrate.ts +++ b/src/web/components/card-migrate.ts @@ -186,9 +186,24 @@ export function renderMigrationPage( return `
- api.syui.ai → ai.syui.card.old - ${buttonHtml} +
+
+ ${oldApiUser.username} + User +
+
+ ${oldApiUser.aiten.toLocaleString()} + Aiten +
+
+ ${Math.floor(oldApiUser.planet).toLocaleString()} + Planet +
+
+
+
json + ${buttonHtml}
${cardsHtml}
diff --git a/src/web/styles/card.css b/src/web/styles/card.css index 6ab7cd1..0cd61ed 100644 --- a/src/web/styles/card.css +++ b/src/web/styles/card.css @@ -383,6 +383,9 @@ } .card-actions { + display: flex; + justify-content: space-between; + align-items: center; margin-bottom: 16px; }