ref: Adjust the docs address (#11838)

This commit is contained in:
2026-02-09 08:57:02 +00:00
committed by GitHub
parent 21bd94d3a3
commit 8a7be481b0
2 changed files with 6 additions and 6 deletions
@@ -20,7 +20,7 @@
class="ml-1 text-xs"
type="primary"
target="_blank"
:href="globalStore.docsUrl + '/user_manual/settings/#3'"
:href="globalStore.docsUrl + '/user_manual/settings/#4'"
>
{{ $t('commons.button.helpDoc') }}
</el-link>
@@ -501,19 +501,19 @@ const toDoc = (type: string) => {
let uri = '';
switch (type) {
case 'onedrive':
uri = '#32-onedrive';
uri = '#42-onedrive';
break;
case 'onedrive-bind':
uri = '#33-onedrive';
uri = '#43-onedrive';
break;
case 'ali-pan':
uri = '#34';
uri = '#44';
break;
case 'google-drive':
uri = '#35';
uri = '#45';
break;
case 'webdav':
uri = '#36-webdav-alist';
uri = '#46-webdav-alist';
break;
}
window.open(globalStore.docsUrl + '/user_manual/settings/' + uri, '_blank', 'noopener,noreferrer');