Update settings page

This commit is contained in:
2023-06-22 18:31:03 +08:00
parent ceab69b255
commit 071c561c60
5 changed files with 34 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ const UNSAFE_TYPE: (keyof ConfigType)[] = [
"db_path",
"port",
"hostname",
"meili_host",
"meili_search_api_key",
"meili_update_api_key",
];
const UNSAFE_TYPE2 = UNSAFE_TYPE as string[];