mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 06:48:49 +01:00
🎨 初始化界面加入不支持第三方同步盘的警告提示文案 Fix https://github.com/siyuan-note/siyuan/issues/5902
This commit is contained in:
parent
7b0326e2a2
commit
a77b13e8d5
1 changed files with 11 additions and 0 deletions
|
|
@ -151,6 +151,11 @@
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
.notice {
|
||||
font-size: 14px;
|
||||
color: #5f6368;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 88px;
|
||||
margin: 0 auto
|
||||
|
|
@ -216,6 +221,9 @@
|
|||
<button class="b3-button fn__flex-center choosePath">选择</button>
|
||||
</label>
|
||||
<div class="fn__flex-1"></div>
|
||||
<div class="fn__flex-1 notice">
|
||||
<span>⚠️ 请勿使用第三方同步盘同步数据,否则会导致运行异常和数据损坏</span>
|
||||
</div>
|
||||
<div class="feedback">
|
||||
<span>❤️ <a href="https://ld246.com/article/1649901726096" target="_blank">求助反馈建议</a></span>
|
||||
<span>🏘️ <a href="https://ld246.com/article/1640266171309" target="_blank">用户社区汇总</a></span>
|
||||
|
|
@ -257,6 +265,9 @@
|
|||
<button class="b3-button fn__flex-center choosePath">Select</button>
|
||||
</label>
|
||||
<div class="fn__flex-1"></div>
|
||||
<div class="fn__flex-1 notice">
|
||||
<span>⚠️ Do not use a third-party synchronization disk to synchronize data, otherwise it will cause abnormal operation and data damage</span>
|
||||
</div>
|
||||
<div class="feedback">
|
||||
<span>❤️ Feedback via <a href="https://github.com/siyuan-note/siyuan/issues"
|
||||
target="_blank">GitHub Issues</a></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue