Skip to content

Commit 918f392

Browse files
authored
Merge pull request #230 from bigplaice/opt-page
add file size info
2 parents 5cac6ba + 3e3cde6 commit 918f392

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

i18n/zh-CN/docusaurus-plugin-content-pages/download-page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const DownloadPage = () => {
2424
name: 'JDBC 驱动',
2525
version: '9.0',
2626
platform: '全平台',
27-
size: '',
27+
size: '1.02 MB',
2828
checksumAlgo: 'MD5',
2929
sha256: 'e3dd1552586cf392cfd8135a7c1fde9e',
3030
url: '/download/hgdb-jdbc-v9.0.jar',
@@ -37,7 +37,7 @@ export const DownloadPage = () => {
3737
name: '评估工具',
3838
version: '1.0.0',
3939
platform: 'Linux x86_64',
40-
size: '',
40+
size: '352 MB',
4141
checksumAlgo: 'MD5',
4242
sha256: '8a75568de634f5f6ace18797d0d217d8',
4343
url: 'https://yum.highgo.com/dists/IvorySQL/download/assess-1.0.0-linux.gtk.x86_64.tar.gz',

src/pages/download-page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const DownloadPage = () => {
2424
name: 'JDBC Driver',
2525
version: '9.0',
2626
platform: 'All Platforms',
27-
size: '',
27+
size: '1.02 MB',
2828
checksumAlgo: 'MD5',
2929
sha256: 'e3dd1552586cf392cfd8135a7c1fde9e',
3030
url: '/download/hgdb-jdbc-v9.0.jar',
@@ -37,7 +37,7 @@ export const DownloadPage = () => {
3737
name: 'Assessment Tool',
3838
version: '1.0.0',
3939
platform: 'Linux x86_64',
40-
size: '',
40+
size: '352 MB',
4141
checksumAlgo: 'MD5',
4242
sha256: '8a75568de634f5f6ace18797d0d217d8',
4343
url: 'https://yum.highgo.com/dists/IvorySQL/download/assess-1.0.0-linux.gtk.x86_64.tar.gz',

0 commit comments

Comments
 (0)