Bot key management

This commit is contained in:
2025-08-23 23:35:37 +08:00
parent 6f4f1216ad
commit 3959f2260b
11 changed files with 938 additions and 6 deletions

View File

@@ -140,9 +140,13 @@ class BotsScreen extends HookConsumerWidget {
},
),
onTap: () {
context.goNamed(
'accountProfile',
pathParameters: {'name': bot.account.name},
context.pushNamed(
'developerBotDetail',
pathParameters: {
'name': publisherName,
'projectId': projectId,
'botId': bot.id,
},
);
},
),