feat(core): add self host team plan (#9569)

This commit is contained in:
JimmFly
2025-02-07 03:35:24 +00:00
parent 5710e8c639
commit e68bdbde3e
37 changed files with 1702 additions and 72 deletions

View File

@@ -23,6 +23,7 @@ declare interface BUILD_CONFIG_TYPE {
githubUrl: string;
changelogUrl: string;
pricingUrl: string;
downloadUrl: string;
// see: tools/workers
imageProxyUrl: string;

View File

@@ -42,6 +42,7 @@ export function getBuildConfig(
githubUrl: 'https://github.com/toeverything/AFFiNE',
changelogUrl: 'https://affine.pro/what-is-new',
downloadUrl: 'https://affine.pro/download',
pricingUrl: 'https://affine.pro/pricing',
imageProxyUrl: '/api/worker/image-proxy',
linkPreviewUrl: '/api/worker/link-preview',
};