Ai thought basis

This commit is contained in:
2025-10-25 23:01:32 +08:00
parent c2707b8af1
commit aa180a1358
6 changed files with 1360 additions and 0 deletions

View File

@@ -168,6 +168,17 @@ class TabsScreen extends HookConsumerWidget {
await PostComposeDialog.show(context);
},
),
ListTile(
contentPadding: const EdgeInsets.symmetric(
horizontal: 24,
),
leading: const Icon(Symbols.bubble_chart),
title: Text('让我寻思寻思'),
onTap: () async {
Navigator.of(context).pop();
context.pushNamed('thought');
},
),
Consumer(
builder: (context, ref, _) {
final notificationCount = ref.watch(