Browse Source

Fix bug for the URL shown in the task list

naibo 9 months ago
parent
commit
ad956be10d
3 changed files with 1 additions and 1 deletions
  1. BIN
      ElectronJS/XPathHelper.crx
  2. 1 1
      ElectronJS/server.js
  3. 0 0
      ElectronJS/tasks/324.json

BIN
ElectronJS/XPathHelper.crx


+ 1 - 1
ElectronJS/server.js

@@ -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 it is too large
+ 0 - 0
ElectronJS/tasks/324.json


Some files were not shown because too many files changed in this diff