You've already forked mattlution
'初始化提交'
This commit is contained in:
54
www/index.html
Normal file
54
www/index.html
Normal file
@@ -0,0 +1,54 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title></title>
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="msapplication-tap-highlight" content="no" />
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<link rel="stylesheet" href="css/atom-one-light.css" />
|
||||
<script src="js/Pandora.min.js"></script>
|
||||
<script>
|
||||
$("html").AutoSize({ Resize: false });
|
||||
// 运行环境
|
||||
const env = "";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- 侧边栏 -->
|
||||
<label class="btn-menu"></label>
|
||||
<menu>
|
||||
<li><a href="javascript:alert('暂未开放');" class="menu_favo">收藏夹</a></li>
|
||||
</menu>
|
||||
<!-- 主体 -->
|
||||
<section>
|
||||
<div class="content">
|
||||
<article></article>
|
||||
</div>
|
||||
<div class="toolbar">
|
||||
<!-- 保存记录开关 -->
|
||||
<span>
|
||||
<input type="checkbox" id="autoSave" class="active" />
|
||||
<label class="checkbox" for="autoSave"></label>
|
||||
<dfn>记住</dfn>
|
||||
</span>
|
||||
<!-- 流式对话开关 -->
|
||||
<span>
|
||||
<input type="checkbox" id="useStream" class="active" />
|
||||
<label class="checkbox" for="useStream"></label>
|
||||
<dfn>逐字</dfn>
|
||||
</span>
|
||||
</div>
|
||||
<textarea placeholder="请在这里输入你的发问..."></textarea>
|
||||
<div class="buttons">
|
||||
<button id="reload" disabled>清空</button>
|
||||
<button id="submit" disabled>发问</button>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
<script src="js/socket.io.min.js"></script>
|
||||
<script src="js/markdown-it.min.js"></script>
|
||||
<script src="js/highlight.min.js"></script>
|
||||
<script src="cordova.js"></script>
|
||||
<script src="js/index.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user