This commit is contained in:
2026-06-16 18:14:51 +08:00
parent 1b54447ccb
commit 0011b1b558
3 changed files with 324 additions and 20 deletions
+76 -20
View File
@@ -850,32 +850,88 @@
</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">
<widget class="QLineEdit" name="txtSilentToken">
<property name="maximumSize">
<size>
<width>0</width>
<height>42</height>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>无感换号</string>
<property name="placeholderText">
<string>在此输入 ID,例如:11</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblCurrentDetectId">
<property name="text">
<string>当前检测 ID-</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="lblCurrentDetectToken">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;当前 Token-&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_silentButtons">
<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>
<item>
<widget class="QPushButton" name="btnSilentUnavailable">
<property name="minimumSize">
<size>
<width>0</width>
<height>42</height>
</size>
</property>
<property name="text">
<string>不可用</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnSilentCopyToken">
<property name="minimumSize">
<size>
<width>0</width>
<height>42</height>
</size>
</property>
<property name="text">
<string>复制 Token</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>