@electerm/electerm-react 3.15.68 → 3.15.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -212,7 +212,7 @@ export const syncTokenCreateUrls = {
|
|
|
212
212
|
gitee: 'https://gitee.com/github-zxdong262/electerm/wikis/Create%20personal%20access%20token?sort_id=3028409',
|
|
213
213
|
github: 'https://github.com/electerm/electerm/wiki/Create-personal-access-token',
|
|
214
214
|
custom: 'https://github.com/electerm/electerm/wiki/Custom-sync-server',
|
|
215
|
-
cloud: 'https://electerm
|
|
215
|
+
cloud: 'https://sync.electerm.org',
|
|
216
216
|
webdav: 'https://github.com/electerm/electerm/wiki/WebDAV-sync'
|
|
217
217
|
}
|
|
218
218
|
export const settingSyncId = 'setting-sync'
|
|
@@ -66,7 +66,7 @@ export default function SyncForm (props) {
|
|
|
66
66
|
if (res.apiUrl) {
|
|
67
67
|
up[syncType + 'ApiUrl'] = res.apiUrl
|
|
68
68
|
} else if (syncType === syncTypes.cloud) {
|
|
69
|
-
up[syncType + 'ApiUrl'] = 'https://electerm
|
|
69
|
+
up[syncType + 'ApiUrl'] = 'https://sync.electerm.org/api/sync'
|
|
70
70
|
// up[syncType + 'ApiUrl'] = 'http://127.0.0.1:5678/api/sync'
|
|
71
71
|
}
|
|
72
72
|
if (res.proxy) {
|
|
@@ -187,8 +187,8 @@ export default function SyncForm (props) {
|
|
|
187
187
|
if (syncType === syncTypes.cloud) {
|
|
188
188
|
return (
|
|
189
189
|
<p>
|
|
190
|
-
<Link to='https://electerm
|
|
191
|
-
https://electerm
|
|
190
|
+
<Link to='https://sync.electerm.org'>
|
|
191
|
+
https://sync.electerm.org[Beta]
|
|
192
192
|
</Link>
|
|
193
193
|
</p>
|
|
194
194
|
)
|