first commit
This commit is contained in:
@@ -623,6 +623,11 @@
|
||||
<string>关于软件</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>无感检测</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -826,6 +831,69 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="pageHelpSilentDetect">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_helpSilentDetect">
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupHelpSilentDetect">
|
||||
<property name="title">
|
||||
<string>无感检测</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_helpSilentDetectContent">
|
||||
<item>
|
||||
<widget class="QLabel" name="lblHelpSilentDetectDesc">
|
||||
<property name="text">
|
||||
<string>无感检测:不关闭 Cursor 程序,直接写入 Token 和自动生成的随机邮箱地址,方便快速检测 Token 是否可用。</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="lblSilentToken">
|
||||
<property name="text">
|
||||
<string>请输入新 Token (兼容纯 token / Cookie 串):</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QTextEdit" name="txtSilentToken">
|
||||
<property name="placeholderText">
|
||||
<string>在此粘贴 Token,格式支持 Workos... 或原始 token</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnSilentChange">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>42</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>无感换号</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer_helpSilentDetect">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Orientation::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user