forked from FoundKeyGang/FoundKey
provide theme color in nodeinfo metadata
This commit is contained in:
parent
0fc62d1c7e
commit
f873f4f0b9
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ const nodeinfo2 = async () => {
|
||||||
enableEmail: meta.enableEmail,
|
enableEmail: meta.enableEmail,
|
||||||
enableServiceWorker: meta.enableServiceWorker,
|
enableServiceWorker: meta.enableServiceWorker,
|
||||||
proxyAccountName: proxyAccount ? proxyAccount.username : null,
|
proxyAccountName: proxyAccount ? proxyAccount.username : null,
|
||||||
|
themeColor: meta.themeColor || '#86b300',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue