This commit is contained in:
Your Name
2026-03-18 14:53:09 +08:00
parent 338b104d50
commit 7832514f28
315 changed files with 7071 additions and 1136 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class IndexLogic extends BaseLogic
{
return [
'title' => ConfigService::get('agreement', $type . '_title', ''),
'content' => ConfigService::get('agreement', $type . '_content', ''),
'content' => get_file_domain(ConfigService::get('agreement', $type . '_content', '')),
];
}