mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-08-05 17:04:27 +08:00
feat(docs): update documentation to reflect direct browser connections for third-party prompts and WebDAV
This commit is contained in:
@@ -48,7 +48,6 @@ export type AiConfig = {
|
||||
};
|
||||
|
||||
export type WebdavSyncConfig = {
|
||||
proxyMode: "direct" | "nextjs";
|
||||
url: string;
|
||||
username: string;
|
||||
password: string;
|
||||
@@ -103,7 +102,6 @@ export const defaultConfig: AiConfig = {
|
||||
};
|
||||
|
||||
export const defaultWebdavSyncConfig: WebdavSyncConfig = {
|
||||
proxyMode: "direct",
|
||||
url: "",
|
||||
username: "",
|
||||
password: "",
|
||||
|
||||
Reference in New Issue
Block a user