-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a5bd9c
commit 79b8502
Showing
20 changed files
with
349 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,10 @@ | ||
|
||
export interface FeatureProps { | ||
title: string; | ||
description: string; | ||
imageUrl: string; | ||
isImageLeft: boolean; | ||
} | ||
|
||
export const totalfeatures: FeatureProps[] = [ | ||
{ | ||
title: '面向投研的量化代码生成场景', | ||
description: | ||
'Build stunning landing pages in minutes with our intuitive drag-and-drop interface and pre-designed components.', | ||
imageUrl: | ||
'/zhu.png', | ||
isImageLeft: true, | ||
}, | ||
]; | ||
|
||
export const firstfeatures: FeatureProps[] = [ | ||
{ | ||
title: '隐私计算场景多节点调试', | ||
description: | ||
'SecretNote 是专为隐语开发者打造的高级工具套件,支持多节点代码执行和文件管理,同时提供运行状态追踪功能,能较大程度提升开发者的效率和工作体验。', | ||
imageUrl: | ||
'/scretenote.png', | ||
isImageLeft: true, | ||
}, | ||
{ | ||
title: '量化场景的智能代码生成', | ||
description: | ||
'在量化分析师最舒适习惯的编码环境中,通过 Prompt Cell 丝滑引入大模型生态与定制智能体。', | ||
imageUrl: | ||
'/zhu.png', | ||
isImageLeft: false, | ||
}, | ||
{ | ||
title: '大数据 SQL 交互增强', | ||
description: '提供强大的内核定制能力,支持 ODPS SQL 等执行环境', | ||
imageUrl: | ||
'/sql_ide.png', | ||
isImageLeft: true, | ||
}, | ||
]; | ||
|
||
export const secondfeatures: FeatureProps[] = [ | ||
{ | ||
title: 'AI Copilot', | ||
description: '支持智能助手 AI 对话功能', | ||
imageUrl: | ||
'/copilot.png', | ||
isImageLeft: true, | ||
}, | ||
{ | ||
title: 'Notebook 即 App', | ||
description: '基于 Notebook 结合交互控件生成动态报告', | ||
imageUrl: | ||
'/app.png', | ||
isImageLeft: false, | ||
}, | ||
{ | ||
title: '版本 Diff 能力', | ||
description: '支持 Cell 级别的版本 Diff 能力,方便更好的进行版本管理、CR。', | ||
imageUrl: | ||
'/diff.png', | ||
isImageLeft: true, | ||
}, | ||
{ | ||
title: '更优异的代码提示能力', | ||
description: | ||
'Libro 拥有卓越的编辑体验,尤其针对 Python 代码,提供更优异的代码补全、代码提示、代码格式化和定义跳转等功能。', | ||
imageUrl: | ||
'/tip.png', | ||
isImageLeft: false, | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"Contact Us": "Contact Us", | ||
"Copied": "Copied", | ||
"Related": "Related", | ||
"Community": "Community", | ||
"feedback issues": "feedback issues", | ||
"release notes": "release notes", | ||
"DingTalk":"DingTalk", | ||
"Flexible customization and easy integration of Notebook product solutions.": "Flexible customization and easy integration of Notebook product solutions.", | ||
"Multi-node debugging in secret computing scenarios.":"Multi-node debugging in secret computing scenarios.", | ||
"SecretNote is an advanced tool suite designed specifically for Enigma developers. It supports multi-node code execution and file management, while also providing runtime status tracking features, significantly enhancing developer's efficiency and work experience.":"SecretNote is an advanced tool suite designed specifically for Enigma developers. It supports multi-node code execution and file management, while also providing runtime status tracking features, significantly enhancing developer's efficiency and work experience.", | ||
"Intelligent code generation for quantitative scenarios.":"Intelligent code generation for quantitative scenarios.", | ||
"In the coding environment most comfortable for quantitative analysts, seamlessly integrate large model ecosystems and custom agents through Prompt Cell.":"In the coding environment most comfortable for quantitative analysts, seamlessly integrate large model ecosystems and custom agents through Prompt Cell.", | ||
"Big Data SQL Interaction Enhancement":"Big Data SQL Interaction Enhancement", | ||
"Provide powerful kernel customization capabilities, supporting execution environments like ODPS SQL.":"Provide powerful kernel customization capabilities, supporting execution environments like ODPS SQL.", | ||
"Support intelligent assistant AI dialogue functions.":"Support intelligent assistant AI dialogue functions.", | ||
"Notebook as an App":"Notebook as an App", | ||
"Generate dynamic reports based on Notebooks combined with interactive controls.":"Generate dynamic reports based on Notebooks combined with interactive controls.", | ||
"Version Diff Capability":"Version Diff Capability", | ||
"Support cell-level version diff capability for better version management and code review.":"Support cell-level version diff capability for better version management and code review.", | ||
"Superior code suggestion capabilities":"Superior code suggestion capabilities", | ||
"Libro offers an exceptional editing experience, especially for Python code, providing superior code completion, code suggestions, code formatting, and go-to-definition features.":"Libro offers an exceptional editing experience, especially for Python code, providing superior code completion, code suggestions, code formatting, and go-to-definition features.", | ||
"Enterprise-level scenario customization capabilities":"Enterprise-level scenario customization capabilities", | ||
"Exciting features and capabilities":"Exciting features and capabilities", | ||
"Who is using":"Who is using" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"Contact Us": "联系我们", | ||
"Copied": "已复制", | ||
"Related": "相关资源", | ||
"Community": "社区", | ||
"feedback issues": "反馈问题", | ||
"release notes": "发布日志", | ||
"DingTalk":"钉钉", | ||
"Flexible customization and easy integration of Notebook product solutions.": "灵活定制、轻松集成的 Notebook 产品方案", | ||
"Multi-node debugging in secret computing scenarios.":"隐私计算场景多节点调试", | ||
"SecretNote is an advanced tool suite designed specifically for Enigma developers. It supports multi-node code execution and file management, while also providing runtime status tracking features, significantly enhancing developer's efficiency and work experience.":"SecretNote 是专为隐语开发者打造的高级工具套件,支持多节点代码执行和文件管理,同时提供运行状态追踪功能,能较大程度提升开发者的效率和工作体验。", | ||
"Intelligent code generation for quantitative scenarios.":"量化场景的智能代码生成", | ||
"In the coding environment most comfortable for quantitative analysts, seamlessly integrate large model ecosystems and custom agents through Prompt Cell.":"在量化分析师最舒适习惯的编码环境中,通过 Prompt Cell 丝滑引入大模型生态与定制智能体。", | ||
"Big Data SQL Interaction Enhancement":"大数据 SQL 交互增强", | ||
"Provide powerful kernel customization capabilities, supporting execution environments like ODPS SQL.":"提供强大的内核定制能力,支持 ODPS SQL 等执行环境", | ||
"Support intelligent assistant AI dialogue functions.":"支持智能助手 AI 对话功能", | ||
"Notebook as an App":"Notebook 即 App", | ||
"Generate dynamic reports based on Notebooks combined with interactive controls.":"基于 Notebook 结合交互控件生成动态报告", | ||
"Version Diff Capability":"版本 Diff 能力", | ||
"Support cell-level version diff capability for better version management and code review.":"支持 Cell 级别的版本 Diff 能力,方便更好的进行版本管理、CR。", | ||
"Superior code suggestion capabilities":"更优异的代码提示能力", | ||
"Libro offers an exceptional editing experience, especially for Python code, providing superior code completion, code suggestions, code formatting, and go-to-definition features.":"Libro 拥有卓越的编辑体验,尤其针对 Python 代码,提供更优异的代码补全、代码提示、代码格式化和定义跳转等功能。", | ||
"Enterprise-level scenario customization capabilities":"企业级场景定制能力", | ||
"Exciting features and capabilities":"激动人心的功能特性", | ||
"Who is using":"谁在使用" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import type { LanguageBundles } from '@difizen/mana-l10n'; | ||
|
||
import langENUS from './bundle.l10n.en-US'; | ||
import langZHCN from './bundle.l10n.zh-CN'; | ||
|
||
export const langBundles: LanguageBundles = { | ||
'zh-CN': langZHCN, | ||
'en-US': langENUS, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
import { ManaAppPreset, ManaModule } from '@difizen/mana-app'; | ||
import { l10n } from '@difizen/mana-l10n'; | ||
|
||
import { langBundles } from '../lang/index'; | ||
|
||
import { Github } from './github.js'; | ||
|
||
export const DumiPreset = ManaModule.create().register(Github).dependOn(ManaAppPreset); | ||
export const DumiPreset = ManaModule.create() | ||
.preload(() => { | ||
l10n.loadLangBundles(langBundles); | ||
return Promise.resolve(); | ||
}) | ||
.register(Github) | ||
.dependOn(ManaAppPreset); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.