diff --git a/static/js/version_data.js b/static/js/version_data.js index cf9a9433a87dfe7ed8bb1dfe15e7faaea6853c47..2fc1f96d5117450bf74608c54a38959c1b45eb21 100644 --- a/static/js/version_data.js +++ b/static/js/version_data.js @@ -4,14 +4,20 @@ * 按照发布时间排序 */ const versionObjZh = { + '25.09': { + homePath: '/25.09/server/quickstart/releasenotes/introduction.html', + }, '24.03 LTS SP2': { - homePath: 'https://docs.openeuler.org/zh/docs/24.03_LTS_SP2/server/releasenotes/releasenotes/introduction.html', + homePath: '/24.03_LTS_SP2/server/releasenotes/releasenotes/introduction.html', + }, + '25.03': { + homePath: '/25.03/server/releasenotes/releasenotes/introduction.html', }, '25.03': { - homePath: 'https://docs.openeuler.org/zh/docs/25.03/server/releasenotes/releasenotes/introduction.html', + homePath: '/25.03/server/releasenotes/releasenotes/introduction.html', }, '24.03 LTS SP1': { - homePath: 'https://docs.openeuler.org/zh/docs/24.03_LTS_SP1/server/releasenotes/releasenotes/introduction.html', + homePath: '/24.03_LTS_SP1/server/releasenotes/releasenotes/introduction.html', }, 24.09: { homePath: @@ -19,7 +25,7 @@ const versionObjZh = { }, '22.03 LTS SP4': { homePath: - '/22.03_LTS_SP4/docs/Releasenotes/%E6%B3%95%E5%BE%8B%E5%A3%B0%E6%98%8E.html', + '/22.03_LTS_SP4/server/releasenotes/introduction.html', }, '24.03 LTS': { homePath: @@ -101,20 +107,23 @@ const versionObjZh = { }; const versionObjEn = { + '25.09': { + homePath: '/25.09/server/quickstart/releasenotes/introduction.html', + }, '24.03 LTS SP2': { - homePath: 'https://docs.openeuler.org/en/docs/24.03_LTS_SP2/server/releasenotes/releasenotes/introduction.html', + homePath: '/docs/24.03_LTS_SP2/server/releasenotes/releasenotes/introduction.html', }, '25.03': { - homePath: 'https://docs.openeuler.org/en/docs/25.03/server/releasenotes/releasenotes/introduction.html', + homePath: '/docs/25.03/server/releasenotes/releasenotes/introduction.html', }, '24.03 LTS SP1': { - homePath: 'https://docs.openeuler.org/en/docs/24.03_LTS_SP1/server/releasenotes/releasenotes/introduction.html', + homePath: '/docs/24.03_LTS_SP1/server/releasenotes/releasenotes/introduction.html', }, 24.09: { homePath: '/24.09/docs/Releasenotes/terms-of-use.html', }, '22.03 LTS SP4': { - homePath: '/22.03_LTS_SP4/docs/Releasenotes/terms-of-use.html', + homePath: '/22.03_LTS_SP4/server/releasenotes/introduction.html', }, '24.03 LTS': { homePath: '/24.03_LTS/docs/Releasenotes/terms-of-use.html',