多语言后端数据

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

@@ -27,10 +27,10 @@ class IssueListController extends GetControllerEx<IssueListModel> {
IssueListController() {
attr = GetModel(IssueListModel()).obs;
}
void onInit() async {
super.onInit();
await getIssueList();
}
// void onInit() async {
// super.onInit();
// await getIssueList();
// }
getIssueList() async {
model.isLoading = true;