📱 Responsive for desktop

This commit is contained in:
2025-05-21 00:04:36 +08:00
parent 1f2a5c107d
commit ea90364566
23 changed files with 761 additions and 440 deletions

View File

@ -53,7 +53,7 @@ class TourStatusNotifier extends _$TourStatusNotifier {
}
Future<Widget?> showTour(String tourId) async {
if (!isTourShown(tourId) || true) {
if (!isTourShown(tourId)) {
final newState = {...state, tourId: true};
await _saveState(newState);
return kAllTours.firstWhere((e) => e.id == tourId).widget;