Update UI

This commit is contained in:
naibo 2023-07-10 21:55:01 +08:00
parent c31bc94dd0
commit 351757e807
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -60,7 +60,7 @@
<p><a @click="step = 1"
class="btn btn-primary btn-lg"
style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;color:white">Design Task</a>
style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;color:white">Design/Modify Task</a>
</p>
<p><a @click="startInvoke('en')"
@ -126,7 +126,7 @@
<p style="margin-top: 20px">提示:点击下方按钮开始使用。</p>
<p><a @click="step = 1" class="btn btn-primary btn-lg"
style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;color:white">设计任务</a></p>
style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;color:white">设计/修改任务</a></p>
<p><a @click="startInvoke('zh')"
@click class="btn btn-primary btn-lg"

View File

@ -560,7 +560,7 @@
</select>
<label>Export File Name/Database Table Name (The keyword "current_time" will be replaced with the timestamp when the task is executed):</label>
<input onkeydown="inputDelete(event)" value="current_time" id="saveName" class="form-control"></input>
<label>Is it an extreme anti-scraping website like Cloudflare?</label>
<label>Is it an extreme anti-scraping website like Cloudflare (<a href="https://www.bilibili.com/video/BV1Ph4y1E7R9/" target="_blank">Watch Tutorial</a>)?</label>
<select id="cloudflare" name="cloudflare" class="form-control">
<option value=0>No</option>
<option value=1>Yes (Not support on MacOS, unless compile by yourself)</option>

View File

@ -12,7 +12,7 @@
"justMyCode": false,
// "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
// "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
"args": ["--id", "[1]", "--headless", "0", "--user_data", "0"]
"args": ["--id", "[2]", "--headless", "0", "--user_data", "1"]
}
]
}