Skip to content

Commit

Permalink
关于增加更新日志查看
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Dec 27, 2022
1 parent a2d9f1a commit 3570cdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/setting/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ const About = ({ systemInfo }: { systemInfo: SharedContext['systemInfo'] }) => {
<Descriptions.Item label="更新ID" span={3}>
{systemInfo.lastCommitId}
</Descriptions.Item>
<Descriptions.Item label="更新日志" span={3}>
<Link
href={`https://qn.whyour.cn/version.ts?t=${Date.now()}`}
target="_blank"
>
查看
</Link>
</Descriptions.Item>
</Descriptions>
<div>
<Link
Expand Down

0 comments on commit 3570cdd

Please sign in to comment.