diff --git a/SrcLastChapter.js b/SrcLastChapter.js index 03aeac5b..b2c19521 100644 --- a/SrcLastChapter.js +++ b/SrcLastChapter.js @@ -33,7 +33,7 @@ function sougou() { } } } - setResult('更新至:' + "第" + arr[arr.length-1] + "期"); + setResult('更新至:' + arr[arr.length-1]); } }