Feat: マネージドなサービスで使えるように
オブジェクトストレージの設定を秘匿するように Config で設定できます。 その他バグ修正
This commit is contained in:
parent
c2cf3149ab
commit
9f5b0c3ca1
25 changed files with 599 additions and 386 deletions
|
|
@ -124,7 +124,7 @@ export class NodeinfoServerService {
|
|||
enableEmail: meta.enableEmail,
|
||||
enableServiceWorker: meta.enableServiceWorker,
|
||||
proxyAccountName: proxyAccount ? proxyAccount.username : null,
|
||||
themeColor: meta.themeColor ?? '#86b300',
|
||||
themeColor: meta.themeColor ?? '#00a968',
|
||||
},
|
||||
};
|
||||
if (version >= 21) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue