Skip to content

Commit

Permalink
Add new Teracloud domain
Browse files Browse the repository at this point in the history
- Added 'bora.teracloud.jp' to the list of supported domains.
  • Loading branch information
junxian-li-hpc committed Jun 6, 2024
1 parent da2e237 commit 1d8fd48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const openaiModels = [
"gpt-4o",
"gpt-4o-2024-05-13",
"gpt-4-vision-preview",
"gpt-4-turbo-2024-04-09"
"gpt-4-turbo-2024-04-09",
];

const googleModels = [
Expand Down Expand Up @@ -207,6 +207,7 @@ export const internalAllowedWebDavEndpoints = [
"https://dav.dropdav.com/",
"https://dav.box.com/dav",
"https://nanao.teracloud.jp/dav/",
"https://bora.teracloud.jp/dav/",
"https://webdav.4shared.com/",
"https://dav.idrivesync.com",
"https://webdav.yandex.com",
Expand Down

1 comment on commit 1d8fd48

@bygsn
Copy link

@bygsn bygsn commented on 1d8fd48 Jul 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@junxian-li-hpc Hi,

I am the submitter of PR #4902 (Export sync config). I noticed that my PR encountered some issues during the checks, especially the Vercel deployment preview requiring authorization. I have a few questions:

  1. I see the prompt "Authorization required to deploy". Is this normal? As an external contributor, what do I need to do to resolve this issue?

  2. Apart from this authorization issue, do you see any other aspects of my PR that need modification or improvement?

  3. As a new contributor, are there any specific points I should pay attention to when submitting PRs?

I greatly appreciate your time and guidance. If you need me to make any changes or provide more information, please let me know, and I will address it promptly.

Thank you again for your help!

Please sign in to comment.