Skip to content

Commit 455adcb

Browse files
committed
add/fix messages / i18n / sample
1 parent fef7327 commit 455adcb

6 files changed

Lines changed: 2 additions & 1 deletion

File tree

comic.cmn-Hans-CN/qq.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ crawler = new CeL.work_crawler({
173173
get_chapter_list : function(work_data, html, get_label) {
174174
work_data.chapter_list = [];
175175
var matched;
176+
// console.log(html);
176177
html = html.between('<ol class="chapter-page-all works-chapter-list">',
177178
'</ol>');
178179
// 有些作品如"演平乱志"之類,章節並未按照編號排列。

resource/cmn-Hans-CN.js

2 Bytes
Binary file not shown.

resource/cmn-Hant-TW.js

2 Bytes
Binary file not shown.

resource/en-US.js

36 Bytes
Binary file not shown.

resource/ja-JP.js

852 Bytes
Binary file not shown.

start_gui_electron.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@ECHO OFF
22
CHCP 65001
33

4-
echo Loading work_crawler GUI...
4+
ECHO Loading work_crawler GUI...
55

66
node_modules\.bin\electron . 2> nul || %USERPROFILE%\node_modules\.bin\electron . || ECHO Please install electron first! && PAUSE

0 commit comments

Comments
 (0)