From 0df6cebd1838e7075722fa3ececd5ead6d97b6bf Mon Sep 17 00:00:00 2001 From: naibo Date: Mon, 6 Jan 2025 16:57:49 +0800 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 54f45ca..877592d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,9 +11,9 @@ ## 示例任务文件 | Example Task File -任务文件是`.json`格式的文件,Windows和Linux版本的软件设计的任务文件在软件目录下的`tasks`文件夹中,文件名为任务列表中的ID号;MacOS系统的任务文件目录请运行下面的命令打开tasks文件夹: +Windows和Linux版本的软件设计的任务文件在软件目录下的`tasks`文件夹中,文件名为任务列表中`任务的ID号.json`;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: +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 of the task.json` 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