Skip to content

Commit 7f94226

Browse files
committed
Fix ad parameters
1 parent 9de9feb commit 7f94226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const handleAdClick = async () => {
5252
'Content-Type': 'application/json',
5353
},
5454
body: JSON.stringify({
55-
name: "hutool"
55+
name: "alist-hutool"
5656
})
5757
});
5858
} catch (error) {

0 commit comments

Comments
 (0)