Skip to content

Commit e0a1552

Browse files
committed
🐛 更新音效网页按钮链接
1 parent 5d14a91 commit e0a1552

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

app/src/pages/settings/sounds.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,14 @@ export default function Sounds() {
7373
))}
7474
<div className="flex flex-nowrap gap-2">
7575
<Button
76-
tooltip="https://github.com/LiRenTech/project-graph/tree/master/sounds"
77-
onClick={() => open("https://github.com/LiRenTech/project-graph/tree/master/sounds")}
76+
tooltip="https://github.com/LiRenTech/project-graph-cdn"
77+
onClick={() => {
78+
Dialog.show({
79+
title: "网页",
80+
content: "请将下面的内容复制,在浏览器中打开",
81+
code: "https://github.com/LiRenTech/project-graph-cdn",
82+
});
83+
}}
7884
>
7985
<Github />
8086
<span>获取官方音效文件夹</span>

0 commit comments

Comments
 (0)