API: upload sections list

This commit is contained in:
xiaomlove
2025-02-15 03:15:45 +08:00
parent 0d7cbcde9f
commit c9b2237efd
16 changed files with 262 additions and 10 deletions
+5
View File
@@ -100,4 +100,9 @@ class Setting extends NexusModel
return $value;
}
public static function getDefaultLang()
{
return self::get("main.defaultlang");
}
}