mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-12 03:27:08 +08:00
Fix bug for the URL shown in the task list
This commit is contained in:
parent
333dcd3ff4
commit
ad956be10d
BIN
ElectronJS/XPathHelper.crx
Normal file
BIN
ElectronJS/XPathHelper.crx
Normal file
Binary file not shown.
@ -215,7 +215,7 @@ exports.start = function (port = 8074) {
|
||||
let item = {
|
||||
id: task.id,
|
||||
name: task.name,
|
||||
url: task.url,
|
||||
url: task.links.split("\n")[0],
|
||||
mtime: stat.mtime,
|
||||
links: task.links,
|
||||
desc: task.desc,
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user