Skip to content

Commit b5a2699

Browse files
authored
v2.2 加入群友要求的首页伪装功能
1 parent 8856f36 commit b5a2699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

明文源吗

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ async function handleSubscriptionPage(request, user = null) {
22332233
<div class="matrix-rain"></div>
22342234
<div class="matrix-code-rain" id="matrixCodeRain"></div>
22352235
<div class="matrix-text">${t.terminal}</div>
2236-
<div style="position: fixed; top: 20px; ${isFarsi ? 'left' : 'right'}: 20px; z-index: 1000;">
2236+
<div style="position: fixed; top: 20px; left: 20px; z-index: 1000;">
22372237
<select id="languageSelector" style="background: rgba(0, 20, 0, 0.9); border: 2px solid #00ff00; color: #00ff00; padding: 8px 12px; font-family: 'Courier New', monospace; font-size: 14px; cursor: pointer; text-shadow: 0 0 5px #00ff00; box-shadow: 0 0 15px rgba(0, 255, 0, 0.4);" onchange="changeLanguage(this.value)">
22382238
<option value="zh" ${!isFarsi ? 'selected' : ''}>🇨🇳 中文</option>
22392239
<option value="fa" ${isFarsi ? 'selected' : ''}>🇮🇷 فارسی</option>

0 commit comments

Comments
 (0)