upd&merge: Merge Cherrypick/MisskeyIO's external url popup, delete old popup warning and modify script to handle undefined domains

This commit is contained in:
Marie 2024-10-04 02:31:22 +02:00
parent ac1e5a0fb5
commit d5b372f7a9
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
16 changed files with 298 additions and 29 deletions

View file

@ -165,6 +165,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'account',
default: 'public' as 'public' | 'home' | 'followers',
},
trustedDomains: {
where: 'account',
default: [] as string[],
},
menu: {
where: 'deviceAccount',