Skip to content

Commit fcd6ce1

Browse files
committed
Update Baidu client_id&client_secret
1 parent f1ab33a commit fcd6ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vuepress/components/baidu/Callback.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { NAlert, NSpace, NSpin, NInput } from 'naive-ui';
33
import { ref } from 'vue';
44
import { api } from '../api';
55
6-
const client_id = "iYCeC9g08h5vuP9UqvPHKKSVrKFXGa1v";
7-
const client_secret = "jXiFMOPVPCWlO2M5CwWQzffpNPaGTRBG";
6+
const client_id = "pUDkGaXPzPTURu49az6lqoUHcHsCdY9G";
7+
const client_secret = "WF8Dp6oLkBa600nTWkhdMvVsF6lh66zS";
88
const callback_uri = "https://alistgo.com/tool/baidu/callback";
99
1010
const url = new URL(window.location.href);

0 commit comments

Comments
 (0)