多语言后端数据

This commit is contained in:
czz
2025-08-01 22:25:47 +08:00
parent 12a53ac36c
commit a199606f80
52 changed files with 1736 additions and 1142 deletions

View File

@@ -1,6 +1,9 @@
import 'package:ef/ef.dart';
class CalendarController extends GetControllerEx {
CalendarController() {
attr = GetModel({}).obs; // 传入一个空Map作为模型
}
Rx<DateTime> displayedMonth = DateTime.now().obs;
Rx<DateTime?> selectedDate = Rx<DateTime?>(null);