在 AI会员版 Chat GpT 页面顶部添加远程公告
<p><!doctype html></p>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChatGpT VIP版 - 无涯工作室</title>
<link rel="icon" href="img/mask-icon.svg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css">
<script src="static/js/jquery.min.js"></script>
<script src="static/js/wi2023.icu.js"></script>
<style>body{background-color: #22272d;color: #e6e6e6;background-image: linear-gradient(to bottom right, #f7f7f7, #e6e6e6);}.ui.form .field:last-child {text-align: center;}.centered {display: flex;justify-content: center;}.ui.sticky.menu a.header.item {padding: .7142857142857143em 1em;}#chatgpt-response{height: 73em;min-height: 8em;max-height: 24em;}#remote-announcement { background-color: #f5f5f5; color: #333; font-size: 14px; font-weight: bold; padding: 10px; text-align: center; position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;}</style>
</head>
<body>
<header class="ui sticky menu" id="sticky-header">
<div class="ui container">
<a href="vip.html" class="header item">AI会员版 Chat GpT</a>
</div>
</header>
<div id="remote-announcement">
<p>这是远程公告内容。</p>
</div>
<div class="ui basic segment pt-10">
<div class="ui call-to-action gray-bg ptb-60">
<div class="ui container">
<div id="edit_grents">
<span style="color:red">SVip每天300次问答,开通代理+V:<a href="weixin://">ziyuan2319</a></span>
</div>
<div class="ui form">
<div class="field">
<input id="edit_openaikey" placeholder="sk-这里填写key" autocomplete="off" type="password">
</div>
<div class="field">
<textarea id="chat-gpt-input" placeholder="输入你的问题"></textarea>
</div>
<div class="field centered">
<button id="answer" onclick="callCHATGPT()" class="ui primary button">点击回答</button>
<button onclick="location.reload()" class="ui button">清空内容</button>
<button onclick="copyCode()" class="ui button">复制结果</button>
<button id="saveBtn" class="ui button">保存Key</button>
<button onclick="save()" autocomplete="off" class="ui button">保存内容</button>
<button id="btn_grants" onclick="viewGrants()" autocomplete="off" class="ui button">查看费用</button>
<button class="ui button" onclick="document.getElementById('result').innerHTML='请添加微信****'; document.getElementById('result').style.color='red'" >开通会员</button>
</div>
<div class="field">
<textarea id="chatgpt-response" placeholder="由于是长涂访问,如果遇到卡顿不回答,点击“清空内容”按钮即可"></textarea>
</div>
</div>
</div>
<footer class="ui basic segment gray-bg text-center ptb-20">
<div class="ui container">
<div class="ui menu mt-30">
<a class="item">无涯工作室 ChatGpT会员开通</a>
<div class="item" id="result"></div>
</div>
</div>
</footer>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js"></script>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/ktP1 著作权归作者所有。请勿转载和采集!