Add cache for audio and video (experimental)

This commit is contained in:
2025-03-25 00:33:39 +08:00
parent 5445c570a2
commit bde62a7b2c
6 changed files with 103 additions and 62 deletions

View File

@ -915,5 +915,6 @@
"accountProgramJoined": "Joined Program.",
"accountProgramAlreadyJoined": "Joined",
"accountProgramLeft": "Left Program.",
"leave": "Leave"
"leave": "Leave",
"attachmentFailedToLoadMedia": "Unable to load media file, please try again later. If this error occurs repeatedly, the source file may not exist or the network connection may be abnormal."
}

View File

@ -913,5 +913,6 @@
"accountProgramJoined": "已加入计划。",
"accountProgramLeft": "已离开计划。",
"accountProgramAlreadyJoined": "已加入",
"leave": "离开"
"leave": "离开",
"attachmentFailedToLoadMedia": "无法加载媒体文件,请稍后重试。若此错误重复出现,可能源文件不存在或者网络连接异常。"
}