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
+1
View File
@@ -23,6 +23,7 @@ declare interface BUILD_CONFIG_TYPE {
githubUrl: string;
changelogUrl: string;
pricingUrl: string;
downloadUrl: string;
// see: tools/workers
imageProxyUrl: string;