Skip to content

Commit

Permalink
使用腾讯云 cos 分摊 https 流量
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Oct 19, 2023
1 parent 86ed699 commit 2575587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function init() {
fetch(
location.protocol == "http:"
? "http://ky-genshin-map.test.upcdn.net/data.gz"
: require("./data.gz")
: "https://ky-genshin-map-1253179036.cos.ap-nanjing.myqcloud.com/data.gz"
),
initCanvaskit({
locateFile() {
Expand Down

0 comments on commit 2575587

Please sign in to comment.