Bladeren bron

Update ISSUE_TEMPLATE.md

naibo 9 maanden geleden
bovenliggende
commit
4b42f6300c
1 gewijzigde bestanden met toevoegingen van 14 en 0 verwijderingen
  1. 14 0
      .github/ISSUE_TEMPLATE.md

+ 14 - 0
.github/ISSUE_TEMPLATE.md

@@ -9,3 +9,17 @@
 
 ## 如何复现 | Steps to Reproduce
 
+## 示例任务文件 | Example Task File
+
+任务文件是`.json`格式的文件,Windows和Linux版本的软件设计的任务文件在软件目录下的`tasks`文件夹中,文件名为任务列表中的ID号;MacOS系统的任务文件目录请运行下面的命令打开tasks文件夹:
+
+The task file is a `.json` file. The task file designed for the Windows and Linux versions of the software is in the `tasks` folder in the software directory, and the file name is the ID number in the task list; the task file directory of the MacOS system is opened by running the following command:
+
+```bash
+cd /Users/$(whoami)/Library/Application\ Support/EasySpider/tasks
+open .
+```
+
+请将任务文件直接以文件的方式粘贴到这里,不要截图和打开复制里面的内容。
+
+Please paste the task file directly as a file here, do not take screenshots and open to copy the content.