更新信息

This commit is contained in:
cc
2026-04-04 13:26:06 +08:00
parent 512b1f6455
commit 05fdbab496
2 changed files with 30 additions and 24 deletions

View File

@@ -591,9 +591,13 @@ function App() {
<div className="agreement-notice"> <div className="agreement-notice">
<strong></strong> <strong></strong>
<span className="agreement-notice-link"> <span className="agreement-notice-link">
<a href="https://weflow.top" target="_blank" rel="noreferrer">
https://weflow.top
</a>
&nbsp;·&nbsp;
<a href="https://github.com/hicccc77/WeFlow" target="_blank" rel="noreferrer"> <a href="https://github.com/hicccc77/WeFlow" target="_blank" rel="noreferrer">
https://github.com/hicccc77/WeFlow GitHub
</a> </a>
</span> </span>
</div> </div>
@@ -608,7 +612,7 @@ function App() {
<p>使使</p> <p>使使</p>
<h4>4. </h4> <h4>4. </h4>
<p></p> <p></p>
</div> </div>
</div> </div>
<div className="agreement-footer"> <div className="agreement-footer">
@@ -666,30 +670,30 @@ function App() {
)} )}
{showWaylandWarning && ( {showWaylandWarning && (
<div className="agreement-overlay"> <div className="agreement-overlay">
<div className="agreement-modal"> <div className="agreement-modal">
<div className="agreement-header"> <div className="agreement-header">
<Shield size={32} /> <Shield size={32} />
<h2> (Wayland)</h2> <h2> (Wayland)</h2>
</div>
<div className="agreement-content">
<div className="agreement-text">
<p>使 <strong>Wayland</strong> </p>
<p> Wayland <strong></strong></p>
<p></p>
<br />
<p>使</p>
<p>1. <strong>X11 (Xorg)</strong> </p>
<p>2. (WM/DE) </p>
</div> </div>
<div className="agreement-content"> </div>
<div className="agreement-text"> <div className="agreement-footer">
<p>使 <strong>Wayland</strong> </p> <div className="agreement-actions">
<p> Wayland <strong></strong></p> <button className="btn btn-primary" onClick={handleDismissWaylandWarning}></button>
<p></p>
<br />
<p>使</p>
<p>1. <strong>X11 (Xorg)</strong> </p>
<p>2. (WM/DE) </p>
</div>
</div>
<div className="agreement-footer">
<div className="agreement-actions">
<button className="btn btn-primary" onClick={handleDismissWaylandWarning}></button>
</div>
</div> </div>
</div> </div>
</div> </div>
</div>
)} )}
{/* 更新提示对话框 */} {/* 更新提示对话框 */}

View File

@@ -2508,7 +2508,9 @@ function SettingsPage({ onClose }: SettingsPageProps = {}) {
<div className="about-footer"> <div className="about-footer">
<p className="about-desc"></p> <p className="about-desc"></p>
<div className="about-links"> <div className="about-links">
<a href="#" onClick={(e) => { e.preventDefault(); window.electronAPI.shell.openExternal('https://github.com/hicccc77/WeFlow') }}></a> <a href="#" onClick={(e) => { e.preventDefault(); window.electronAPI.shell.openExternal('https://weflow.top') }}></a>
<span>·</span>
<a href="#" onClick={(e) => { e.preventDefault(); window.electronAPI.shell.openExternal('https://github.com/hicccc77/WeFlow') }}>GitHub </a>
<span>·</span> <span>·</span>
<a href="#" onClick={(e) => { e.preventDefault(); window.electronAPI.shell.openExternal('https://chatlab.fun') }}>ChatLab</a> <a href="#" onClick={(e) => { e.preventDefault(); window.electronAPI.shell.openExternal('https://chatlab.fun') }}>ChatLab</a>
<span>·</span> <span>·</span>