chore(web): dev seed data

This commit is contained in:
Zack Spear
2023-09-27 13:23:25 -07:00
committed by Zack Spear
parent bc177ad740
commit 6ddcdf2812

View File

@@ -29,7 +29,7 @@ const randomGuid = `1111-1111-${makeid(4)}-123412341234`; // this guid is regist
// EBLACKLISTED1
// EBLACKLISTED2
// ENOCONN
const state: ServerState = 'TRIAL';
const state: ServerState = 'ENOCONN';
let regTy = '';
switch (state) {
// @ts-ignore
@@ -101,7 +101,7 @@ export const serverState: Server = {
bgColor: '',
descriptionShow: true,
metaColor: '',
name: 'white',
name: 'black',
textColor: ''
},
uptime,