feat: 高级汉化

This commit is contained in:
2024-05-05 14:59:07 +08:00
parent 0bb0f7deb4
commit f392463a84
12 changed files with 649 additions and 254 deletions

View File

@ -267,6 +267,7 @@ class _TextTempWidget extends HookConsumerWidget {
return CodeEditor(
controller: CodeLineEditingController.fromText('${textData.value}'),
readOnly: true,
);
}
}