Skip to content

Commit c5e9684

Browse files
committed
✨ feat: 添加声明
1 parent 3ef685a commit c5e9684

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/config.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,22 @@ def make_bottom_right_black(frame): #可选. 某些游戏截图时遮挡UID使
119119
'faq': 'https://cnb.cool/BnanZ0/ok-duet-night-abyss/-/blob/master/README.md'
120120
}
121121
},
122+
'about': """
123+
<p style="color:red;">
124+
<strong>本软件是免费开源的。</strong> 如果你被收费,请立即退款。请访问 QQ 频道或 GitHub 下载最新的官方版本。<br>
125+
<strong>This software is free and open-source.</strong> If you were charged for it, please request a refund immediately. Visit the QQ channel or GitHub to download the latest official version.
126+
</p>
127+
128+
<p style="color:red;">
129+
<strong>本软件仅供个人使用,用于学习 Python 编程、计算机视觉、UI 自动化等。</strong> 请勿将其用于任何营利性或商业用途。<br>
130+
<strong>This software is for personal use only, intended for learning Python programming, computer vision, UI automation, and similar purposes.</strong> Do not use it for any commercial or profit-seeking activities.
131+
</p>
132+
133+
<p style="color:red;">
134+
<strong>使用本软件可能会导致账号被封。</strong> 请在了解风险后再使用。<br>
135+
<strong>Using this software may result in account bans.</strong> Please proceed only if you fully understand the risks.
136+
</p>
137+
""",
122138
'screenshots_folder': "screenshots", #截图存放目录, 每次重新启动会清空目录
123139
'gui_title': 'ok-dna', # Optional
124140
'template_matching': {

0 commit comments

Comments
 (0)