(feat): add license page
(fix): noise suppression error
This commit is contained in:
parent
dc1c11219b
commit
efee2e87cc
5 changed files with 232 additions and 33 deletions
|
|
@ -30,6 +30,9 @@ const settings = {
|
|||
},
|
||||
},
|
||||
},
|
||||
application: {
|
||||
licenses: {},
|
||||
},
|
||||
} as const satisfies SettingsSchema;
|
||||
|
||||
export default settings;
|
||||
|
|
|
|||
Loading…
Reference in a new issue