修复语言
This commit is contained in:
@@ -612,31 +612,31 @@ class _MinePageState extends State<MinePage> {
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
40.rpx, 0.rpx, 40.rpx, 0.rpx),
|
||||
onTap: () async {
|
||||
UserInfoController userInfoController =
|
||||
Get.find();
|
||||
if (userInfoController.model.login !=
|
||||
LoginStatus.LOGIN.code) {
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "必须登录提示".tr,
|
||||
textColor:
|
||||
themeController.currentColor.sc9,
|
||||
);
|
||||
Get.toNamed("/loginPage");
|
||||
} else {
|
||||
String logContent =
|
||||
await DailyLogUtils.readLogByDate(
|
||||
DateTime(2025, 9, 4));
|
||||
print(logContent);
|
||||
// DailyLogUtils.readTodayLog();
|
||||
// DailyLogUtils.listLogFiles();
|
||||
await DailyLogUtils.writeLog(
|
||||
"测试日志内容"); // 确保写入日志
|
||||
await DailyLogUtils
|
||||
.exportAllLogs(); // 导出并分享
|
||||
// UserInfoController userInfoController =
|
||||
// Get.find();
|
||||
// if (userInfoController.model.login !=
|
||||
// LoginStatus.LOGIN.code) {
|
||||
// TopSlideNotification.show(
|
||||
// context,
|
||||
// text: "必须登录提示".tr,
|
||||
// textColor:
|
||||
// themeController.currentColor.sc9,
|
||||
// );
|
||||
// Get.toNamed("/loginPage");
|
||||
// } else {
|
||||
// String logContent =
|
||||
// await DailyLogUtils.readLogByDate(
|
||||
// DateTime(2025, 9, 4));
|
||||
// print(logContent);
|
||||
// // DailyLogUtils.readTodayLog();
|
||||
// // DailyLogUtils.listLogFiles();
|
||||
// await DailyLogUtils.writeLog(
|
||||
// "测试日志内容"); // 确保写入日志
|
||||
// await DailyLogUtils
|
||||
// .exportAllLogs(); // 导出并分享
|
||||
|
||||
// DailyLogUtils.exportAllLogs();
|
||||
}
|
||||
// // DailyLogUtils.exportAllLogs();
|
||||
// }
|
||||
},
|
||||
child: Container(
|
||||
child: Padding(
|
||||
@@ -674,7 +674,7 @@ class _MinePageState extends State<MinePage> {
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
Text(
|
||||
'V1.0.2510.14',
|
||||
'V1.0.2511.14',
|
||||
style: TextStyle(
|
||||
fontFamily: 'Inter',
|
||||
color: Color(0xFFD9E3EB),
|
||||
|
||||
Reference in New Issue
Block a user