feat: 添加 Kiro 授权流程的 cookie 清理和重试机制,优化跨页面恢复
This commit is contained in:
@@ -2068,13 +2068,8 @@ header {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
#row-auto-delay-settings .setting-group-primary {
|
||||
flex: 0 0 auto;
|
||||
min-width: 116px;
|
||||
}
|
||||
|
||||
#row-auto-delay-settings .setting-group-secondary {
|
||||
margin-left: 0;
|
||||
margin-left: auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@@ -2082,6 +2077,10 @@ header {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
#row-step6-cookie-settings .step6-cookie-cleanup-setting {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.step-execution-range-setting {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@@ -592,9 +592,9 @@
|
||||
<button id="btn-fetch-email" class="btn btn-outline btn-sm data-inline-btn" type="button">获取</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="data-row module-divider-start" id="row-auto-delay-settings">
|
||||
<div class="data-row" id="row-step6-cookie-settings">
|
||||
<span class="data-label">第六步</span>
|
||||
<div class="data-inline setting-pair auto-delay-setting-pair">
|
||||
<div class="data-inline">
|
||||
<div class="setting-group setting-group-primary step6-cookie-cleanup-setting">
|
||||
<span class="setting-caption setting-caption-left">清 Cookies</span>
|
||||
<label class="toggle-switch" for="input-step6-cookie-cleanup-enabled">
|
||||
@@ -604,6 +604,11 @@
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="data-row module-divider-start" id="row-auto-delay-settings">
|
||||
<span class="data-label">启动前</span>
|
||||
<div class="data-inline setting-pair auto-delay-setting-pair">
|
||||
<div class="setting-group setting-group-secondary auto-run-delay-setting">
|
||||
<span class="setting-caption">延迟</span>
|
||||
<label class="toggle-switch" for="input-auto-delay-enabled">
|
||||
|
||||
Reference in New Issue
Block a user