perf: 优化国际化、优化显示

This commit is contained in:
kuaifan
2024-10-24 23:42:20 +08:00
parent 6b4b88aba7
commit 1f6ef62499
31 changed files with 229 additions and 44 deletions

View File

@@ -326,6 +326,10 @@ class Extranet
$text = "心灵鸡汤:{$data}";
}
break;
default:
$text = "";
break;
}
return $text;
}