fix: allow no-cookie weibo context and adjust insight copy

This commit is contained in:
Jason
2026-04-13 23:58:02 +08:00
parent 2e77d9468a
commit 5da4454af9
3 changed files with 70 additions and 17 deletions

View File

@@ -3220,7 +3220,7 @@ function SettingsPage({ onClose }: SettingsPageProps = {}) {
</div>
{!hasWeiboCookieConfigured && (
<span className="form-hint" style={{ marginTop: 8, display: 'block' }}>
Cookie
Cookie
</span>
)}
</div>
@@ -4625,7 +4625,7 @@ function SettingsPage({ onClose }: SettingsPageProps = {}) {
</button>
<button className="btn btn-primary" onClick={() => { void handleCloseWeiboCookieModal() }} disabled={isSavingWeiboCookie}>
{isSavingWeiboCookie ? '保存中...' : '关闭'}
{isSavingWeiboCookie ? '保存中...' : '关闭并保存'}
</button>
</div>
</div>