We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d14a91 commit e0a1552Copy full SHA for e0a1552
app/src/pages/settings/sounds.tsx
@@ -73,8 +73,14 @@ export default function Sounds() {
73
))}
74
<div className="flex flex-nowrap gap-2">
75
<Button
76
- tooltip="https://github.com/LiRenTech/project-graph/tree/master/sounds"
77
- onClick={() => open("https://github.com/LiRenTech/project-graph/tree/master/sounds")}
+ tooltip="https://github.com/LiRenTech/project-graph-cdn"
+ onClick={() => {
78
+ Dialog.show({
79
+ title: "网页",
80
+ content: "请将下面的内容复制,在浏览器中打开",
81
+ code: "https://github.com/LiRenTech/project-graph-cdn",
82
+ });
83
+ }}
84
>
85
<Github />
86
<span>获取官方音效文件夹</span>
0 commit comments