Skip to content

Commit b600869

Browse files
bartdongFenjuFu
authored andcommitted
update
1 parent c1fb53b commit b600869

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

data/cn/service.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ service:
2323
icon: ti-palette # themify icon pack : https://themify.me/themify-icons
2424
content: 具备 OpenTenBase 和 TXSQL 双引擎能力,支持PB级海量数据高效处理高效分布式执行能力
2525

26-
# service item loop
27-
- name: 灵活的扩展
28-
icon: ti-package # themify icon pack : https://themify.me/themify-icons
29-
content: 分布式灵活扩展,分布式高效弹性扩缩容
30-
3126
# service item loop
3227
- name: 性能优越
3328
icon: ti-pulse # themify icon pack : https://themify.me/themify-icons
3429
content: 性能优越,分布式弹性扩展好,支持高并发和高速吞吐
30+
31+
# service item loop
32+
- name: Data + AI
33+
icon: ti-light-bulb # themify icon pack : https://themify.me/themify-icons
34+
content: 支持分布式向量检索能力,支持Data + AI 多模态分析

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build:example": "cd exampleSite; hugo --themesDir ../.. --gc --minify --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --forceSyncStatic",
1212
"test:example": "cd exampleSite; hugo server --themesDir ../.. --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify",
1313
"project-setup": "node ./scripts/projectSetup.js",
14-
"theme-setup": "node ./scripts/themeSetup.js"
14+
"theme-setup": "node ./scripts/themeSetup.js",
15+
"preinstall": "node preinstall.js"
1516
}
1617
}

0 commit comments

Comments
 (0)