mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
support custom tips in login page
This commit is contained in:
@@ -33,6 +33,10 @@ export function isDataImportingEnabled() {
|
||||
return getServerSetting('i') === 1;
|
||||
}
|
||||
|
||||
export function getLoginPageTips() {
|
||||
return getServerSetting('lpt');
|
||||
}
|
||||
|
||||
export function getMapProvider() {
|
||||
return getServerSetting('m');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user