更新消息设置

This commit is contained in:
wyf
2025-12-05 17:37:01 +08:00
parent 1cc26aa46d
commit db51c42664
44 changed files with 7510 additions and 1059 deletions

View File

@@ -38,7 +38,7 @@ class _CommonMessageSettingPageState extends State<CommonMessageSettingPage> {
String type = "user_message_setting";
String queryUrl = "${serviceAddress}${serviceName}${serviceApi}?type=$type";
requestWithLog(
logTitle: "查询用户消息配置",
logTitle: "查询用户消息配置13",
method: MyHttpMethod.get,
queryUrl: queryUrl,
onSuccess: (res) {
@@ -59,7 +59,7 @@ class _CommonMessageSettingPageState extends State<CommonMessageSettingPage> {
data: data,
onSuccess: (res) {
requestWithLog(
logTitle: "查询用户消息配置",
logTitle: "查询用户消息配置14",
method: MyHttpMethod.get,
queryUrl: queryUrl,
onSuccess: (res) {
@@ -188,7 +188,7 @@ class _CommonMessageSettingPageState extends State<CommonMessageSettingPage> {
children: [
Expanded(
child: Text(
"全部消息".tr,
"全部通知".tr,
style: TextStyle(
color:
themeController.currentColor.sc3,