mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
Enable premium features and add build guide
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
function checkLicense() {
|
||||
return {
|
||||
status: 'ok',
|
||||
type: 'community',
|
||||
type: 'premium',
|
||||
};
|
||||
}
|
||||
|
||||
function checkLicenseKey(key) {
|
||||
return {
|
||||
status: 'ok',
|
||||
type: 'community',
|
||||
type: 'premium',
|
||||
};
|
||||
}
|
||||
|
||||
function isProApp() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export function isProApp() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user