修复默认代理过期问题

This commit is contained in:
慕枫Go 2021-04-23 16:03:42 +08:00 committed by GitHub
parent ea38ece507
commit ef03c35658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
props: {
title: "{{ $.Title }}",
options: {
proxy: (url) => "https://cors-anywhere.azm.workers.dev/" + url,
owner: "{{ .owner }}",
repo: "{{ .repo }}",
clientId: "{{ .clientId }}",