mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(core): believer subscription UI (#7431)
feat(core): switch ai and cloud plans position feat(core): impl lifetime subscription ui feat(core): adapt ui for lifetime status feat(core): add believer card in billing page
This commit is contained in:
@@ -668,6 +668,7 @@ query prices {
|
||||
currency
|
||||
amount
|
||||
yearlyAmount
|
||||
lifetimeAmount
|
||||
}
|
||||
}`,
|
||||
};
|
||||
|
||||
@@ -5,5 +5,6 @@ query prices {
|
||||
currency
|
||||
amount
|
||||
yearlyAmount
|
||||
lifetimeAmount
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1765,6 +1765,7 @@ export type PricesQuery = {
|
||||
currency: string;
|
||||
amount: number | null;
|
||||
yearlyAmount: number | null;
|
||||
lifetimeAmount: number | null;
|
||||
}>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user