fix:新增了数据库目录的提醒

This commit is contained in:
xuncha
2026-01-17 12:41:45 +08:00
parent 9402483d87
commit 7c0ed66dad
2 changed files with 2 additions and 0 deletions

View File

@@ -664,6 +664,7 @@ function SettingsPage() {
<div className="form-group">
<label></label>
<span className="form-hint">xwechat_files </span>
<span className="form-hint" style={{ color: '#ff6b6b' }}> --</span>
<input type="text" placeholder="例如: C:\Users\xxx\Documents\xwechat_files" value={dbPath} onChange={(e) => setDbPath(e.target.value)} />
<div className="btn-row">
<button className="btn btn-primary" onClick={handleAutoDetectPath} disabled={isDetectingPath}>

View File

@@ -442,6 +442,7 @@ function WelcomePage({ standalone = false }: WelcomePageProps) {
</button>
</div>
<div className="field-hint"> xwechat_files </div>
<div className="field-hint" style={{ color: '#ff6b6b', marginTop: '4px' }}> --</div>
</div>
)}