From d8f0107c7042440d6a641b33b759e51a4fd34786 Mon Sep 17 00:00:00 2001 From: "cn.yimian.xyz" Date: Fri, 19 Jun 2020 13:10:02 +0800 Subject: [PATCH] change danmaku api --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2a74cd2..6595fc9 100644 --- a/index.html +++ b/index.html @@ -166,7 +166,7 @@ }, danmaku: { id: $.md5(page.params.url+'').substr(0, 8), - api: 'https://danmaku.yimian.xyz/', + api: 'https://api.yimian.xyz/danmaku/', maximum: 1000, addition: [], user: 'iotcat', @@ -242,7 +242,7 @@ }, { id: res.danmakuID, - api: 'https://danmaku.yimian.xyz/', + api: 'https://api.yimian.xyz/danmaku/', maximum: 1000, addition: (res.hasOwnProperty('danmakuAdd'))?res.danmakuAdd:[], user: 'iotcat',