mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
feat: bump electron (#14151)
This commit is contained in:
@@ -7,6 +7,7 @@ import queryString from 'query-string';
|
||||
function maybeAffineOrigin(origin: string, baseUrl: string) {
|
||||
return (
|
||||
origin.startsWith('file://') ||
|
||||
origin.startsWith('assets://') ||
|
||||
origin.endsWith('affine.pro') || // stable/beta
|
||||
origin.endsWith('apple.getaffineapp.com') || // stable/beta
|
||||
origin.endsWith('affine.fail') || // canary
|
||||
|
||||
Reference in New Issue
Block a user