mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 10:05:00 +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 = {
|
let item = {
|
||||||
id: task.id,
|
id: task.id,
|
||||||
name: task.name,
|
name: task.name,
|
||||||
url: task.url,
|
url: task.links.split("\n")[0],
|
||||||
mtime: stat.mtime,
|
mtime: stat.mtime,
|
||||||
links: task.links,
|
links: task.links,
|
||||||
desc: task.desc,
|
desc: task.desc,
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user