Skip to content

Commit da84baf

Browse files
committed
Update deploy-docs.yml and Request.vue
- Added write permissions for contents in deploy-docs.yml. - Updated alist_redirect_uri in Request.vue to point to the new development URL.
1 parent 1b66cb4 commit da84baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/aliyundrive/Request.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
import { ref } from "vue"
1212
import { api } from "../api"
1313
14-
const alist_redirect_uri = "https://alist.nn.ci/tool/aliyundrive/callback"
14+
const alist_redirect_uri = "https://alist-dev.github.io/docs/tool/aliyundrive/callback"
1515
const app_id = "76917ccccd4441c39457a04f6084fb2f"
1616
1717
function goGet() {

0 commit comments

Comments
 (0)