support importing transaction in frontend

This commit is contained in:
MaysWind
2024-09-09 01:31:43 +08:00
parent 3d5a03a629
commit 470a74f420
32 changed files with 1772 additions and 197 deletions
+4
View File
@@ -53,6 +53,10 @@ export function isDataExportingEnabled() {
return getServerSetting('e') === '1';
}
export function isDataImportingEnabled() {
return getServerSetting('i') === '1';
}
export function getMapProvider() {
return getServerSetting('m');
}