We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7c399 commit 0b3a2f1Copy full SHA for 0b3a2f1
1 file changed
src/pages/user.tsx
@@ -209,6 +209,12 @@ function UserPanel() {
209
)}
210
</Space>
211
</Descriptions.Item>
212
+ <Descriptions.Item label="购买说明">
213
+ <div className="text-sm text-gray-500">
214
+ 只可续费相同服务版本或升级更高版本,如果您需要购买较低的服务版本,请等待当前版本过期,或联系
215
+ QQ 客服 34731408 手动处理。
216
+ </div>
217
+ </Descriptions.Item>
218
<Descriptions.Item label="额度详情">
219
{quotaTableData.map(({ key, item, value }) => (
220
<div key={key}>
@@ -223,7 +229,11 @@ function UserPanel() {
223
229
</Descriptions>
224
230
<br />
225
231
<div className="flex flex-col gap-3 md:flex-row md:items-center">
226
- <Button href={PRICING_LINK} target="_blank" className="w-full md:w-auto">
232
+ <Button
233
+ href={PRICING_LINK}
234
+ target="_blank"
235
+ className="w-full md:w-auto"
236
+ >
227
237
查看价格表
228
238
</Button>
239
<Button
0 commit comments