mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-04-22 07:26:46 +00:00
Merge pull request #23 from Jasonzhu1207/feature/ai-insight-weibo-inline-v2
feat: add experimental Weibo context to AI insights
This commit is contained in:
@@ -4445,6 +4445,7 @@ function SettingsPage({ onClose }: SettingsPageProps = {}) {
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={`settings-modal-overlay ${isClosing ? 'closing' : ''}`} onClick={handleClose}>
|
||||
<div className={`settings-page ${isClosing ? 'closing' : ''}`} onClick={(event) => event.stopPropagation()}>
|
||||
{message && <div className={`message-toast ${message.success ? 'success' : 'error'}`}>{message.text}</div>}
|
||||
@@ -4632,3 +4633,4 @@ export default SettingsPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user