- 账户总查询次数有限,请不要过于浪费查询机会,仅限内部人员测试使用。
+ 采用最新的gpt-3.5-turbo模型,stream模式,秒回
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..e69de29 diff --git a/css/common.css b/css/common.css index 33ef28c..570f586 100644 --- a/css/common.css +++ b/css/common.css @@ -4,6 +4,7 @@ html { } body { margin:0; + height:100%; } main { display:block; @@ -40,6 +41,7 @@ b, strong { code, kbd, samp { font-family:monospace, monospace; font-size:1em; + line-height:1.5em; } small { font-size:80%; @@ -1361,7 +1363,7 @@ a.unlinks-deco { } @media (min-width:1200px) { .container { - width:85%; + width:95%; } } @media (max-width:1444px) and (min-width:993px) { diff --git a/css/hightlight.css b/css/hightlight.css new file mode 100644 index 0000000..307d6c1 --- /dev/null +++ b/css/hightlight.css @@ -0,0 +1,59 @@ +pre code.hljs { + display: block; + overflow-x: auto; + padding: 1em +} + +code.hljs { + padding: 3px 5px +} + +.hljs { + color: #abb2bf; + background: #282c34 +} + +.hljs-comment,.hljs-quote { + color: #5c6370; + font-style: italic +} + +.hljs-doctag,.hljs-formula,.hljs-keyword { + color: #c678dd +} + +.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst { + color: #e06c75 +} + +.hljs-literal { + color: #56b6c2 +} + +.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string { + color: #98c379 +} + +.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable { + color: #d19a66 +} + +.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title { + color: #61aeee +} + +.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_ { + color: #e6c07b +} + +.hljs-emphasis { + font-style: italic +} + +.hljs-strong { + font-weight: 700 +} + +.hljs-link { + text-decoration: underline +} diff --git a/css/wenda.css b/css/wenda.css index 8050b55..3ff7d11 100644 --- a/css/wenda.css +++ b/css/wenda.css @@ -18,10 +18,19 @@ min-height:200px; } #article-wrapper { - min-height:calc(100vh - 320px); + height:calc(100vh - 280px); + overflow-y:auto; border:1px solid; border-radius:var(--zhuluan-primary-border-radius); } +#article-wrapper::-webkit-scrollbar { + width: 10px; +} + +#article-wrapper::-webkit-scrollbar-thumb { + border-radius: 10px; + background: lightgrey; +} .article-box { min-height:calc(100vh - 50px) !important; position:relative; @@ -124,6 +133,7 @@ li.article-content { padding:14px; color:#fff; font-size:15px; + line-height:30px; } .article .creating-loading { display:none; @@ -195,4 +205,4 @@ input:checked + label::before { } input:checked + label::after { width:100%; -} \ No newline at end of file +} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..ab74a1a Binary files /dev/null and b/favicon.ico differ diff --git a/index.php b/index.php index 2fd4f37..f187771 100644 --- a/index.php +++ b/index.php @@ -23,14 +23,17 @@ // } ?> +
- -