diff --git a/app/.vitepress/public/category/news/2025-03-31/banner.jpg b/app/.vitepress/public/category/news/2025-03-31/banner.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3781cc32e19e90998cef27ded8c3edb43fcddfa Binary files /dev/null and b/app/.vitepress/public/category/news/2025-03-31/banner.jpg differ diff --git a/app/.vitepress/src/assets/category/home/banner/banner202503.jpg b/app/.vitepress/src/assets/category/home/banner/banner202503.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca455edd6af2b2070683bcab95b4a884c7ad693f Binary files /dev/null and b/app/.vitepress/src/assets/category/home/banner/banner202503.jpg differ diff --git a/app/.vitepress/src/assets/category/home/banner/banner20250301.jpg b/app/.vitepress/src/assets/category/home/banner/banner20250301.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e51f6897f037c84a533df029f14f515cc4848107 Binary files /dev/null and b/app/.vitepress/src/assets/category/home/banner/banner20250301.jpg differ diff --git a/app/.vitepress/src/assets/category/home/banner/banner20250301_mo.jpg b/app/.vitepress/src/assets/category/home/banner/banner20250301_mo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..200be9aa7a2761e79683735519b32f5068b552f3 Binary files /dev/null and b/app/.vitepress/src/assets/category/home/banner/banner20250301_mo.jpg differ diff --git a/app/.vitepress/src/assets/category/home/banner/banner202503_mo.jpg b/app/.vitepress/src/assets/category/home/banner/banner202503_mo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2939bb9661f747eeca70612f03ea5b04a34f997d Binary files /dev/null and b/app/.vitepress/src/assets/category/home/banner/banner202503_mo.jpg differ diff --git a/app/.vitepress/src/data/home/banner.ts b/app/.vitepress/src/data/home/banner.ts index 5dc3c811cb38b2de25f016dc394e2521f00e4d7d..bd401f8a499d3c8b5eec0bde0751d477aacfc53f 100644 --- a/app/.vitepress/src/data/home/banner.ts +++ b/app/.vitepress/src/data/home/banner.ts @@ -12,11 +12,11 @@ import bannerCallFor_mb from '@/assets/category/home/banner/banner-call-for_mb.p import bannerTeamUp from '@/assets/category/home/banner/banner-team-up.jpg'; import bannerTeamUpMo from '@/assets/category/home/banner/banner-team-up_mo.jpg'; -import bannerOpenGaussV6 from '@/assets/category/home/banner/banner-opengaussv6.jpg'; -import bannerOpenGaussV6Mo from '@/assets/category/home/banner/banner-opengaussv6_mo.jpg'; +import bannerOpenGaussV6 from '@/assets/category/home/banner/banner20250301.jpg'; +import bannerOpenGaussV6Mo from '@/assets/category/home/banner/banner20250301_mo.jpg'; -import banner600Pc from '@/assets/category/home/banner/banner-opengauss-6.0.0-pc.jpg'; -import banner600Mo from '@/assets/category/home/banner/banner-opengauss-6.0.0-mo.jpg'; +import banner600Pc from '@/assets/category/home/banner/banner202503.jpg'; +import banner600Mo from '@/assets/category/home/banner/banner202503_mo.jpg'; import banner20241211 from '@/assets/category/home/banner/banner_pc20241211.jpg'; import banner20241211_mb from '@/assets/category/home/banner/banner_mo20211211.jpg'; @@ -47,10 +47,10 @@ export default { { pcBanner: banner600Pc, moBanner: banner600Mo, - link: '/zh/news/2024-09-30/', + link: '/zh/news/2025-03-31/', target: '_blank', - title: 'openGauss 6.0.0 LTS 版本正式发布', - titleMb: ['openGauss 6.0.0 LTS \n版本正式发布'], + title: 'openGauss 7.0.0-RC1 版本正式发布', + titleMb: ['openGauss 7.0.0 RC1 \n版本正式发布'], subtitle: '', desc: [''], btn: '', @@ -61,9 +61,9 @@ export default { { pcBanner: bannerOpenGaussV6, moBanner: bannerOpenGaussV6Mo, - link: '/zh/news/2024-08-14/', + link: DOCS_LINK + 'zh/docs/latest/docs/DataVec/DataVec-Overview.html', target: '_blank', - title: 'openGauss6.0.0版本更改数据库发布包名公告', + title: 'DataVec向量数据库能力增强', titleMb: [], subtitle: '', desc: [''], @@ -138,9 +138,7 @@ export default { title: 'Welcome to openGauss Community', titleMb: [], subtitle: '', - desc: [ - 'openGauss is an enterprise-grade open source relational database with high-performance, high-security, high-reliability', - ], + desc: ['openGauss is an enterprise-grade open source relational database with high-performance, high-security, high-reliability'], btn: 'Learn More', className: 'banner-video', rightInset: videoGif, diff --git a/app/.vitepress/src/data/news/news-zh.ts b/app/.vitepress/src/data/news/news-zh.ts index 3ee1302bf4b92045391100fcc642f6231c4eefd0..133b1efd4ad1c58a1b7ac7911db40a835fad8fa8 100644 --- a/app/.vitepress/src/data/news/news-zh.ts +++ b/app/.vitepress/src/data/news/news-zh.ts @@ -1,4 +1,14 @@ export default [ + { + date: '2025-03-31', + summary: 'openGauss 7.0.0-RC1 版本正式发布', + archives: '2025-03', + author: ['openGauss'], + banner: '/category/news/2025-03-31/banner.jpg', + title: 'openGauss 7.0.0-RC1 版本正式发布', + tags: ['theme'], + path: 'zh/news/2025-03-31/index', + }, { date: '2025-02-25', summary: 'openGauss 首届委员会线下联合例会:融合用户视角,共话技术规划', diff --git a/app/.vitepress/src/i18n/download/index.ts b/app/.vitepress/src/i18n/download/index.ts index cfa940d3261712390ff0891661f3f9d80893e12a..9debdca6170de896acc515c88a9bf1c69fd926a0 100644 --- a/app/.vitepress/src/i18n/download/index.ts +++ b/app/.vitepress/src/i18n/download/index.ts @@ -21,15 +21,15 @@ export default { DOWNTIPS: `Data Studio引用的Apache Log4j工具存在安全风险,社区已经修复了该漏洞。请下载和使用Data Studio 2.1.2版本工具。`, DESCRIPTION: [ `openGauss社区版本分为长期支持版本和创新版本: `, - `· 长期支持版本 (LTS) :规模上线使用,openGauss 6.0.0 LTS及后续LTS版本发布间隔周期为2年,社区提供3年支持,社区OGSP伙伴提供3年以后维护支持服务。`, + `· 长期支持版本 (LTS) :规模上线使用,openGauss 7.0.0-RC1及后续LTS版本发布间隔周期为2年,社区提供3年支持,社区OGSP伙伴提供3年以后维护支持服务。`, `· 创新版本 (RCx) :作为LTS版本发布前的阶段性特性体验版本,仅供联创测试使用,提供6个月社区支持。`, ], MORE_DETAIL: `更多详细信息请`, VIEW_SPECIFICATION: `点此查看openGauss社区版本生命周期管理规范`, SPECIFICATION_LINK: `${GITEE_LINK}opengauss/release-management/blob/master/openGauss%E7%89%88%E6%9C%AC%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F%E7%AE%A1%E7%90%86.md`, - PECULIARITY_DETAIL: `openGauss现已正式发行 6.0.0 LTS 版本,详细版本特性请参看`, + PECULIARITY_DETAIL: `openGauss现已正式发行 7.0.0-RC1 版本,详细版本特性请参看`, WELCOME: `,欢迎下载体验!`, - RELEASE_LINK: `zh/docs/6.0.0/docs/ReleaseNotes/Releasenotes.html`, + RELEASE_LINK: `zh/docs/7.0.0-RC1/docs/ReleaseNotes/Releasenotes.html`, MORE_HISTORY: `更多历史版本下载请`, CLICK_VIEW: `点此查看`, HISTORY_LINK: `download/archive/`, @@ -70,10 +70,10 @@ export default { MORE_DETAIL: `For more details,`, VIEW_SPECIFICATION: `click here to view the lifecycle management specifications of openGauss community releases`, SPECIFICATION_LINK: `${GITEE_LINK}opengauss/release-management/blob/master/openGauss%E7%89%88%E6%9C%AC%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F%E7%AE%A1%E7%90%86.md`, - PECULIARITY_DETAIL: `openGauss 6.0.0 LTS is now officially available. For details, see `, + PECULIARITY_DETAIL: `openGauss 7.0.0-RC1 is now officially available. For details, see `, WELCOME: ``, - RELEASE_LINK: `en/docs/6.0.0/docs/ReleaseNotes/Releasenotes.html`, + RELEASE_LINK: `en/docs/7.0.0-RC1/docs/ReleaseNotes/Releasenotes.html`, MORE_HISTORY: `For more earlier versions `, CLICK_VIEW: `click here`, HISTORY_LINK: `download/archive/`, diff --git a/app/.vitepress/src/views/download/DownloadTable.vue b/app/.vitepress/src/views/download/DownloadTable.vue index 245c94e62bb68fae4ef93b2f17030c1a4daea323..2013a8d675d25504233d012430348e89ff5ed430 100644 --- a/app/.vitepress/src/views/download/DownloadTable.vue +++ b/app/.vitepress/src/views/download/DownloadTable.vue @@ -309,18 +309,19 @@ const collectDownloadData = (name: string) => {
- +