mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
关于增加更新日志查看
This commit is contained in:
parent
a2d9f1a5db
commit
3570cddce0
|
@ -38,6 +38,14 @@ const About = ({ systemInfo }: { systemInfo: SharedContext['systemInfo'] }) => {
|
||||||
<Descriptions.Item label="更新ID" span={3}>
|
<Descriptions.Item label="更新ID" span={3}>
|
||||||
{systemInfo.lastCommitId}
|
{systemInfo.lastCommitId}
|
||||||
</Descriptions.Item>
|
</Descriptions.Item>
|
||||||
|
<Descriptions.Item label="更新日志" span={3}>
|
||||||
|
<Link
|
||||||
|
href={`https://qn.whyour.cn/version.ts?t=${Date.now()}`}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
查看
|
||||||
|
</Link>
|
||||||
|
</Descriptions.Item>
|
||||||
</Descriptions>
|
</Descriptions>
|
||||||
<div>
|
<div>
|
||||||
<Link
|
<Link
|
||||||
|
|
Loading…
Reference in New Issue
Block a user