Przeglądaj źródła

doc: update readme

Yifei Zhang 2 lat temu
rodzic
commit
1504c9fee6
6 zmienionych plików z 135 dodań i 91 usunięć
  1. 75 0
      LICENSE
  2. 55 89
      README.md
  3. 5 2
      app/components/home.tsx
  4. BIN
      static/cover.png
  5. BIN
      static/more.png
  6. BIN
      static/settings.png

+ 75 - 0
LICENSE

@@ -0,0 +1,75 @@
+版权所有(c)<2023><Zhang Yifei>
+
+反996许可证版本1.0
+
+在符合下列条件的情况下,
+特此免费向任何得到本授权作品的副本(包括源代码、文件和/或相关内容,以下统称为“授权作品”
+)的个人和法人实体授权:被授权个人或法人实体有权以任何目的处置授权作品,包括但不限于使
+用、复制,修改,衍生利用、散布,发布和再许可:
+
+
+1.	个人或法人实体必须在许可作品的每个再散布或衍生副本上包含以上版权声明和本许可证,不
+    得自行修改。
+2.	个人或法人实体必须严格遵守与个人实际所在地或个人出生地或归化地、或法人实体注册地或
+    经营地(以较严格者为准)的司法管辖区所有适用的与劳动和就业相关法律、法规、规则和
+    标准。如果该司法管辖区没有此类法律、法规、规章和标准或其法律、法规、规章和标准不可
+    执行,则个人或法人实体必须遵守国际劳工标准的核心公约。
+3.	个人或法人不得以任何方式诱导或强迫其全职或兼职员工或其独立承包人以口头或书面形式同
+    意直接或间接限制、削弱或放弃其所拥有的,受相关与劳动和就业有关的法律、法规、规则和
+    标准保护的权利或补救措施,无论该等书面或口头协议是否被该司法管辖区的法律所承认,该
+    等个人或法人实体也不得以任何方法限制其雇员或独立承包人向版权持有人或监督许可证合规
+    情况的有关当局报告或投诉上述违反许可证的行为的权利。
+
+该授权作品是"按原样"提供,不做任何明示或暗示的保证,包括但不限于对适销性、特定用途适用
+性和非侵权性的保证。在任何情况下,无论是在合同诉讼、侵权诉讼或其他诉讼中,版权持有人均
+不承担因本软件或本软件的使用或其他交易而产生、引起或与之相关的任何索赔、损害或其他责任。
+
+
+------------------------- ENGLISH ------------------------------
+
+
+Copyright (c) <2023> <Zhang Yifei>
+
+Anti 996 License Version 1.0 (Draft)
+
+Permission is hereby granted to any individual or legal entity obtaining a copy
+of this licensed work (including the source code, documentation and/or related
+items, hereinafter collectively referred to as the "licensed work"), free of
+charge, to deal with the licensed work for any purpose, including without
+limitation, the rights to use, reproduce, modify, prepare derivative works of,
+publish, distribute and sublicense the licensed work, subject to the following
+conditions:
+
+1.  The individual or the legal entity must conspicuously display, without
+    modification, this License on each redistributed or derivative copy of the
+    Licensed Work.
+
+2.  The individual or the legal entity must strictly comply with all applicable
+    laws, regulations, rules and standards of the jurisdiction relating to
+    labor and employment where the individual is physically located or where
+    the individual was born or naturalized; or where the legal entity is
+    registered or is operating (whichever is stricter). In case that the
+    jurisdiction has no such laws, regulations, rules and standards or its
+    laws, regulations, rules and standards are unenforceable, the individual
+    or the legal entity are required to comply with Core International Labor
+    Standards.
+
+3.  The individual or the legal entity shall not induce or force its
+    employee(s), whether full-time or part-time, or its independent
+    contractor(s), in any methods, to agree in oral or written form,
+    to directly or indirectly restrict, weaken or relinquish his or
+    her rights or remedies under such laws, regulations, rules and
+    standards relating to labor and employment as mentioned above,
+    no matter whether such written or oral agreement are enforceable
+    under the laws of the said jurisdiction, nor shall such individual
+    or the legal entity limit, in any methods, the rights of its employee(s)
+    or independent contractor(s) from reporting or complaining to the copyright
+    holder or relevant authorities monitoring the compliance of the license
+    about its violation(s) of the said license.
+
+THE LICENSED WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT
+HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN ANY WAY CONNECTION
+WITH THE LICENSED WORK OR THE USE OR OTHER DEALINGS IN THE LICENSED WORK.

+ 55 - 89
README.md

@@ -1,89 +1,55 @@
-This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
-
-## Getting Started
-
-First, run the development server:
-
-```bash
-npm run dev
-# or
-yarn dev
-# or
-pnpm dev
-```
-
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
-
-You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
-
-[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
-
-The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
-
-This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
-
-## Learn More
-
-To learn more about Next.js, take a look at the following resources:
-
-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
-
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
-
-## Deploy on Vercel
-
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
-
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
-
-## build log
-### raw
-Route (app)                                Size     First Load JS
-┌ ○ /                                      449 kB          517 kB
-├ λ /api/chat                              0 B                0 B
-└ ℇ /api/chat-stream                       0 B                0 B
-+ First Load JS shared by all              68.8 kB
-  ├ chunks/455-0a9fbb1180548580.js         66.4 kB
-  ├ chunks/main-app-19b36671ec6a549e.js    204 B
-  └ chunks/webpack-dd78d1150b6f4f4a.js     2.15 kB
-
-Route (pages)                              Size     First Load JS
-─ ○ /404                                   179 B          84.6 kB
-+ First Load JS shared by all              84.4 kB
-  ├ chunks/main-303e01cd7449e20b.js        82.1 kB
-  ├ chunks/pages/_app-907dedfd0e4177db.js  192 B
-
-### dynamic markdown
-Route (app)                                Size     First Load JS
-┌ ○ /                                      64.2 kB         133 kB
-├ λ /api/chat                              0 B                0 B
-└ ℇ /api/chat-stream                       0 B                0 B
-+ First Load JS shared by all              68.9 kB
-  ├ chunks/455-0a9fbb1180548580.js         66.4 kB
-  ├ chunks/main-app-19b36671ec6a549e.js    204 B
-  └ chunks/webpack-3b3874680bea117d.js     2.26 kB
-
-Route (pages)                              Size     First Load JS
-─ ○ /404                                   179 B          84.7 kB
-+ First Load JS shared by all              84.5 kB
-  ├ chunks/main-303e01cd7449e20b.js        82.1 kB
-  ├ chunks/pages/_app-907dedfd0e4177db.js  192 B
-  └ chunks/webpack-3b3874680bea117d.js     2.26 kB
-
-### dynamic emoji
-Route (app)                                Size     First Load JS
-┌ ○ /                                      16.1 kB          85 kB
-├ λ /api/chat                              0 B                0 B
-└ ℇ /api/chat-stream                       0 B                0 B
-+ First Load JS shared by all              68.9 kB
-  ├ chunks/455-0a9fbb1180548580.js         66.4 kB
-  ├ chunks/main-app-19b36671ec6a549e.js    204 B
-  └ chunks/webpack-2bfaffd64d73d7a1.js     2.33 kB
-
-Route (pages)                              Size     First Load JS
-─ ○ /404                                   179 B          84.8 kB
-+ First Load JS shared by all              84.6 kB
-  ├ chunks/main-303e01cd7449e20b.js        82.1 kB
-  ├ chunks/pages/_app-907dedfd0e4177db.js  192 B
-  └ chunks/webpack-2bfaffd64d73d7a1.js     2.33 kB
+<div align="center">
+<img src="./static/icon.svg" alt="预览"/>
+
+<h1 align="center">ChatGPT Next Web</h1>
+
+一键免费部署你的私人 ChatGPT 网页应用。
+
+[开始试用](https://chat-gpt-next-web.vercel.app/) / [反馈问题](https://github.com/Yidadaa/ChatGPT-Next-Web/issues)
+
+[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FYidadaa%2FChatGPT-Next-Web&env=OPENAI_API_KEY)
+
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)
+
+</div>
+
+## 主要功能
+
+- 在 1 分钟内使用 Vercel 的 Serverless 能力**免费一键部署**
+- 精心设计的 UI,同时兼容电脑和手机访问的响应式设计,支持深色模式
+- 极致优化的首屏加载速度(~85kb)
+- 自动压缩历史记录,在节省 Token 的同时支持超长对话记录
+- 一键导出聊天记录,完整的 Markdown 支持
+- 你拥有自己的域名?好上加好,绑定后即可在任何地方**无障碍**快速访问
+
+## 使用
+
+1. 准备好你的 [OpenAI API Key](https://platform.openai.com/account/api-keys);
+2. 点击右侧按钮开始部署:
+   [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FYidadaa%2FChatGPT-Next-Web&env=OPENAI_API_KEY)
+3. 部署完毕后,即可开始使用;
+4. (可选)[绑定自定义域名](https://vercel.com/docs/concepts/projects/domains/add-a-domain)。
+
+## 开发
+
+点击下方按钮,开始二次开发:
+
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)
+
+## 截图
+
+<div align="center">主界面</div>
+
+![主界面](./static/cover.png)
+
+<div align="center">设置页</div>
+
+![设置](./static/settings.png)
+
+<div align="center">更多展示</div>
+
+![更多展示](./static/more.png)
+
+## LICENSE
+
+- [Anti 996 License](https://github.com/kattgu7/Anti-996-License/blob/master/LICENSE_CN_EN)

+ 5 - 2
app/components/home.tsx

@@ -273,7 +273,7 @@ export function Chat(props: { showSideBar?: () => void }) {
                       className="markdown-body"
                       onContextMenu={(e) => {
                         if (selectOrCopy(e.currentTarget, message.content)) {
-                          e.preventDefault()
+                          e.preventDefault();
                         }
                       }}
                     >
@@ -463,7 +463,10 @@ export function Home() {
               />
             </div>
             <div className={styles["sidebar-action"]}>
-              <a href="https://github.com/Yidadaa" target="_blank">
+              <a
+                href="https://github.com/Yidadaa/ChatGPT-Next-Web"
+                target="_blank"
+              >
                 <IconButton icon={<GithubIcon />} />
               </a>
             </div>

BIN
static/cover.png


BIN
static/more.png


BIN
static/settings.png