mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
chore: update token page
This commit is contained in:
parent
b16e6bf423
commit
07e55cc999
@ -1,11 +1,14 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import TokensTable from '../../components/TokensTable';
|
import TokensTable from '../../components/TokensTable';
|
||||||
import { Layout } from '@douyinfe/semi-ui';
|
import { Banner, Layout } from '@douyinfe/semi-ui';
|
||||||
const Token = () => (
|
const Token = () => (
|
||||||
<>
|
<>
|
||||||
<Layout>
|
<Layout>
|
||||||
<Layout.Header>
|
<Layout.Header>
|
||||||
<h3>我的令牌</h3>
|
<Banner
|
||||||
|
type='warning'
|
||||||
|
description='令牌无法精确控制使用额度,请勿直接将令牌分发给用户。'
|
||||||
|
/>
|
||||||
</Layout.Header>
|
</Layout.Header>
|
||||||
<Layout.Content>
|
<Layout.Content>
|
||||||
<TokensTable />
|
<TokensTable />
|
||||||
|
Loading…
Reference in New Issue
Block a user