mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-23 04:34:22 +08:00
Update UI
This commit is contained in:
parent
c31bc94dd0
commit
351757e807
File diff suppressed because one or more lines are too long
@ -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"
|
||||
|
@ -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>
|
||||
|
2
ExecuteStage/.vscode/launch.json
vendored
2
ExecuteStage/.vscode/launch.json
vendored
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user