瀏覽代碼

chore: update owner

Dogtiti 1 年之前
父節點
當前提交
1772d5c4b6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/components/exporter.tsx
  2. 1 1
      app/constant.ts

+ 1 - 1
app/components/exporter.tsx

@@ -541,7 +541,7 @@ export function ImagePreviewer(props: {
           <div>
             <div className={styles["main-title"]}>NextChat</div>
             <div className={styles["sub-title"]}>
-              github.com/Yidadaa/ChatGPT-Next-Web
+              github.com/ChatGPTNextWeb/ChatGPT-Next-Web
             </div>
             <div className={styles["icons"]}>
               <ExportAvatar avatar={config.avatar} />

+ 1 - 1
app/constant.ts

@@ -1,4 +1,4 @@
-export const OWNER = "Yidadaa";
+export const OWNER = "ChatGPTNextWeb";
 export const REPO = "ChatGPT-Next-Web";
 export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
 export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;