Fix bug for the URL shown in the task list

This commit is contained in:
naibo 2025-01-06 01:30:48 +08:00
parent 333dcd3ff4
commit ad956be10d
3 changed files with 2 additions and 2 deletions

BIN
ElectronJS/XPathHelper.crx Normal file

Binary file not shown.

View File

@ -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