[Core] [Plugin] [MatrixOne] Fixed logo

This commit is contained in:
qianmoQ 2024-01-13 17:12:53 +08:00
parent 79b30b7850
commit 1b0f1fb4f8
6 changed files with 18 additions and 8 deletions

View File

@ -31,3 +31,7 @@ CREATE TABLE `datacap_report_dataset_relation`
`report_id` BIGINT,
`dataset_id` BIGINT
);
UPDATE `template_sql`
SET `plugin` = 'MySQL,MatrixOne'
WHERE `plugin` = 'MySQL';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -24,7 +24,7 @@ MatrixOne 是一款面向未来的超融合云和边缘原生 DBMS通过简
=== "配置"
| Field | Required | Default Value |
| 属性 | 是否必要 | 默认值 |
|:------:|:---------------------------------:|:-------------:|
| `Name` | :material-check-circle: { .red } | - |
| `Host` | :material-check-circle: { .red } | `127.0.0.1` |
@ -32,7 +32,7 @@ MatrixOne 是一款面向未来的超融合云和边缘原生 DBMS通过简
=== "授权"
| Field | Required | Default Value |
| 属性 | 是否必要 | 默认值 |
|:----------:|:---------------------------------:|:-------------:|
| `Username` | :material-check-circle: { .red } | - |
| `Password` | :material-check-circle: { .red } | - |
@ -40,7 +40,7 @@ MatrixOne 是一款面向未来的超融合云和边缘原生 DBMS通过简
=== "高级"
| Field | Required | Default Value |
| 属性 | 是否必要 | 默认值 |
|:----------:|:--------------------------------:|:-------------:|
| `Database` | :material-check-circle: { .red } | ` ` |

View File

@ -30,7 +30,7 @@ Support Time: `2024-01-12`
| `Host` | :material-check-circle: { .red } | `127.0.0.1` |
| `Port` | :material-check-circle: { .red } | `9042` |
=== "Configure"
=== "Advanced"
| Field | Required | Default Value |
|:----------:|:--------------------------------:|:-------------:|
@ -47,7 +47,7 @@ Support Time: `2024-01-12`
| Pipeline | :material-close: |
| Metadata management | :material-close: |
#### 版本
#### Version
---

View File

@ -24,7 +24,7 @@ ScyllaDB 是一个分布式 NoSQL 宽列数据库,适用于需要高性能和
=== "配置"
| Field | Required | Default Value |
| 属性 | 是否必要 | 默认值 |
|:------:|:---------------------------------:|:-------------:|
| `Name` | :material-check-circle: { .red } | - |
| `Host` | :material-check-circle: { .red } | `127.0.0.1` |
@ -32,7 +32,7 @@ ScyllaDB 是一个分布式 NoSQL 宽列数据库,适用于需要高性能和
=== "高级"
| Field | Required | Default Value |
| 属性 | 是否必要 | 默认值 |
|:----------:|:--------------------------------:|:-------------:|
| `Database` | :material-check-circle: { .red } | ` ` |

View File

@ -10,7 +10,13 @@ edit_uri: "https://github.com/devlive-community/datacap/blob/dev/docs/docs"
banners:
- title: DataCap 1.18.0 is released
link: /release-latest.html
description: <a href="https://github.com/devlive-community/openai-java-sdk" class="text-white"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>
description: <a href="https://github.com/devlive-community/datacap" class="text-white"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>
- title: Support MatrixOne
link: /reference/connectors/matrixone/home.html
description: <a href="https://matrixorigin.cn/" target="_blank" class="text-white"> MatrixOne </a>
- title: Support ScyllaDB
link: /reference/connectors/scylladb/home.html
description: <a href="https://www.scylladb.com/" target="_blank" class="text-white"> ScyllaDB </a>
copyright: Copyright &copy; 2023 devlive-community