✨ Ai thought basis
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user