Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #5828

Closed
wants to merge 36 commits into from
Closed

update #5828

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
fcd7f9d
Create CNAME
HowlJo Oct 8, 2023
9c359c9
Delete CNAME
HowlJo Oct 8, 2023
de7ebd5
Create CNAME
HowlJo Oct 8, 2023
80c0cc8
Update CNAME
HowlJo Oct 8, 2023
dd8ca1b
Merge branch 'Yidadaa:main' into main
HowlJo Oct 15, 2023
8bddc79
Merge branch 'Yidadaa:main' into main
HowlJo Nov 21, 2023
8d49a04
Merge branch 'Yidadaa:main' into main
HowlJo Dec 12, 2023
b7e332e
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Jan 4, 2024
5cefd23
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Feb 9, 2024
f54f45d
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Mar 4, 2024
acd638b
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Mar 14, 2024
20bc8fe
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Apr 18, 2024
2b07303
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Apr 27, 2024
78a81ce
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Apr 30, 2024
0b2f2a6
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo May 16, 2024
f824695
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Jun 24, 2024
652bdd7
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Jul 15, 2024
38a2d3e
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Jul 21, 2024
d69d384
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Jul 29, 2024
a2453a4
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Aug 9, 2024
bd3ab65
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Aug 19, 2024
642cba7
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Sep 7, 2024
71df7ae
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Sep 8, 2024
d2e0b57
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Sep 13, 2024
276ae11
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Sep 25, 2024
8c2df72
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Oct 10, 2024
3ff8824
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Oct 16, 2024
47af6d6
Merge branch 'ChatGPTNextWeb:main' into main
HowlJo Oct 22, 2024
19cd8e0
ζ›΄ζ”ΉSaaS
HowlJo Oct 22, 2024
94ab2d8
ζ›΄ζ”ΉSaaS
HowlJo Oct 22, 2024
e59dbfc
Revert "ζ›΄ζ”ΉSaaS"
HowlJo Oct 22, 2024
d2519b6
Revert "ζ›΄ζ”ΉSaaS"
HowlJo Oct 22, 2024
8ea4ee9
ζ›΄ζ”ΉSaaS
HowlJo Oct 22, 2024
9ba97c5
ζ›΄ζ”ΉSaaS
HowlJo Oct 22, 2024
a511042
ζ›΄ζ”ΉSaaS
HowlJo Oct 22, 2024
10311d7
ζ›΄ζ”ΉSaaS
HowlJo Oct 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chat.howlike.cn
6 changes: 0 additions & 6 deletions app/components/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,6 @@ export function AuthPage() {
type="primary"
onClick={goChat}
/>
<IconButton
text={Locale.Auth.SaasTips}
onClick={() => {
goSaas();
}}
/>
</div>
</div>
);
Expand Down
3 changes: 1 addition & 2 deletions app/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ function Screen() {
return (
<div
className={`${styles.container} ${
shouldTightBorder ? styles["tight-container"] : styles.container
} ${getLang() === "ar" ? styles["rtl-screen"] : ""}`}
shouldTightBorder ? styles["tight-container"] : styles["rtl-screen"]}`}
>
{renderContent()}
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,5 +501,5 @@ export const PLUGINS = [
{ name: "Search Chat", path: Path.SearchChat },
];

export const SAAS_CHAT_URL = "https://nextchat.dev/chat";
export const SAAS_CHAT_UTM_URL = "https://nextchat.dev/chat?utm=github";
export const SAAS_CHAT_URL = "https://bot.howlike.cn/";
export const SAAS_CHAT_UTM_URL = "https://bot.howlike.cn/";
Loading
Loading