Add files via upload
This commit is contained in:
+26
-26
@@ -302,7 +302,7 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.discord-card {
|
||||
.telegram-card {
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
@@ -310,61 +310,61 @@
|
||||
align-items: start;
|
||||
margin-bottom: 12px;
|
||||
padding: 14px 14px 52px;
|
||||
border: 1px solid rgba(88, 101, 242, 0.28);
|
||||
border: 1px solid rgba(0, 136, 204, 0.28);
|
||||
border-radius: var(--radius);
|
||||
background: #f3f5ff;
|
||||
color: #243064;
|
||||
background: #f1f9ff;
|
||||
color: #173d52;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.discord-card:hover {
|
||||
border-color: rgba(88, 101, 242, 0.5);
|
||||
background: #eef1ff;
|
||||
.telegram-card:hover {
|
||||
border-color: rgba(0, 136, 204, 0.5);
|
||||
background: #eaf6ff;
|
||||
}
|
||||
|
||||
.discord-icon {
|
||||
.telegram-icon {
|
||||
display: grid;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
place-items: center;
|
||||
border-radius: var(--radius);
|
||||
background: #5865f2;
|
||||
background: #0088cc;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.discord-icon svg {
|
||||
.telegram-icon svg {
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.discord-copy strong {
|
||||
.telegram-copy strong {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
color: #1f2a62;
|
||||
color: #12384d;
|
||||
font-size: 0.98rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.discord-copy span {
|
||||
.telegram-copy span {
|
||||
display: block;
|
||||
color: #46517f;
|
||||
color: #3f5f70;
|
||||
font-size: 0.88rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.discord-action {
|
||||
.telegram-action {
|
||||
position: absolute;
|
||||
right: 14px;
|
||||
bottom: 14px;
|
||||
min-height: 32px;
|
||||
padding: 6px 12px;
|
||||
border-radius: 6px;
|
||||
background: #5865f2;
|
||||
background: #0088cc;
|
||||
color: #fff;
|
||||
font-weight: 800;
|
||||
white-space: nowrap;
|
||||
box-shadow: 0 8px 18px rgba(88, 101, 242, 0.22);
|
||||
box-shadow: 0 8px 18px rgba(0, 136, 204, 0.22);
|
||||
}
|
||||
|
||||
.input-actions {
|
||||
@@ -591,7 +591,7 @@
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.discord-card {
|
||||
.telegram-card {
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
}
|
||||
|
||||
@@ -635,7 +635,7 @@
|
||||
<span class="meta-chip">不写入存储</span>
|
||||
<a
|
||||
class="meta-chip github-link"
|
||||
href="https://github.com/gtxx3600/GPTSession2CPAandSub2API"
|
||||
href="https://github.com/yynxxxxx/GPTSession2CPAandSub2API"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
aria-label="本页面代码开源"
|
||||
@@ -679,17 +679,17 @@
|
||||
</p>
|
||||
<p class="session-warning">这段 JSON 包含 accessToken 和 sessionToken,等同敏感登录凭证,不要发给别人。</p>
|
||||
</div>
|
||||
<a class="discord-card" href="https://discord.gg/GFmHY2TZNy" target="_blank" rel="noreferrer">
|
||||
<span class="discord-icon" aria-hidden="true">
|
||||
<a class="telegram-card" href="https://t.me/Geminivip1" target="_blank" rel="noreferrer">
|
||||
<span class="telegram-icon" aria-hidden="true">
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M20.32 4.37A19.8 19.8 0 0 0 15.36 2.83a13.8 13.8 0 0 0-.64 1.31 18.4 18.4 0 0 0-5.44 0 13.8 13.8 0 0 0-.65-1.31 19.7 19.7 0 0 0-4.96 1.54C.54 9.04-.31 13.6.1 18.1a19.9 19.9 0 0 0 6.08 3.08c.49-.67.93-1.38 1.3-2.13a12.8 12.8 0 0 1-2.05-.98c.17-.13.34-.26.5-.39a14.2 14.2 0 0 0 12.14 0c.17.14.33.27.5.39-.65.39-1.34.72-2.06.99.38.74.81 1.45 1.3 2.12a19.9 19.9 0 0 0 6.09-3.08c.48-5.22-.82-9.74-3.58-13.73ZM8.02 15.33c-1.19 0-2.16-1.08-2.16-2.41 0-1.33.95-2.42 2.16-2.42 1.21 0 2.18 1.1 2.16 2.42 0 1.33-.95 2.41-2.16 2.41Zm7.96 0c-1.19 0-2.16-1.08-2.16-2.41 0-1.33.95-2.42 2.16-2.42 1.21 0 2.18 1.1 2.16 2.42 0 1.33-.95 2.41-2.16 2.41Z" />
|
||||
<path d="M22.44 2.13c.42-.17.85.19.74.63l-3.28 15.47c-.1.49-.66.69-1.05.38l-4.98-3.67-2.4 2.31c-.27.27-.49.49-1.01.49l.36-5.1 9.29-8.4c.4-.36-.09-.56-.63-.2L7.99 11.27 3.04 9.72c-1.08-.34-1.1-1.08.22-1.59l19.18-6Z" />
|
||||
</svg>
|
||||
</span>
|
||||
<span class="discord-copy">
|
||||
<strong>加入 Discord 频道免费获取 GPT 撸羊毛信息</strong>
|
||||
<span>本工具主要针对 Plus 账号适用,Free 账号即使转换了也没有权限调用 GPT 模型。GoPay 拉闸了,没法每天发 Plus 了;加入 Discord 频道免费获取 GPT 撸羊毛信息,然后配合本工具导入 CPA or Sub2API 使用。</span>
|
||||
<span class="telegram-copy">
|
||||
<strong>加入 Telegram 群免费获取 GPT 撸羊毛信息</strong>
|
||||
<span>本工具主要针对 Plus 账号适用,Free 账号即使转换了也没有权限调用 GPT 模型。GoPay 拉闸了,没法每天发 Plus 了;加入 Telegram 群免费获取 GPT 撸羊毛信息,然后配合本工具导入 CPA or Sub2API 使用。</span>
|
||||
</span>
|
||||
<span class="discord-action">加入频道</span>
|
||||
<span class="telegram-action">加入群组</span>
|
||||
</a>
|
||||
<input class="hidden" id="file-input" type="file" accept=".json,application/json" multiple />
|
||||
<div class="input-actions">
|
||||
|
||||
Reference in New Issue
Block a user