@@ -9,64 +9,64 @@ heroImageStyle:
99tagline : Hulo 是一门专为批处理设计的编程语言,可编译为 Bash、PowerShell 和 VBS 等原生系统级脚本语言。
1010actions :
1111 - text : 立即开始
12- link : ./demo /
12+ link : ./guide /
1313 icon : signs-post
1414 type : primary
1515
1616 - text : 文档
17- link : ./guide /
17+ link : ./grammar /
1818
1919highlights :
2020
2121 - header : 为什么选择 Hulo ?
2222 features :
2323 - title : 跨平台
2424 icon : network-wired
25- details : Compiles to multiple shell languages including Bash, PowerShell, and VBS ...
25+ details : 编译成多种批处理语言,如 Bash, PowerShell, 及 VBS ...
2626 link :
2727
2828 - title : 现代语法
2929 icon : code
30- details : Clean, expressive syntax similar to modern programming languages, eliminating traditional shell scripting quirks
30+ details : 同现代编程语言类似的易于表达的语法,消除传统 Shell 脚本古怪的特性
3131 link :
3232
3333 - title : 类型安全
3434 icon : circle-info
35- details : Strong static typing system to catch errors at compile time rather than runtime
35+ details : 强大的静态类型系统,在编译时捕获错误,而不是在运行时捕获错误
3636 link :
3737
3838 - title : 命令提示
3939 icon : comment-dots
40- details : Intelligent code completion and inline documentation for all commands and APIs
40+ details : 智能代码补全和对命令及API内置文档
4141 link :
4242
4343 - title : 原生支持
4444 icon : puzzle-piece
45- details : Allows embedding of unsafe native code blocks when direct system access is required
45+ details : 支持嵌入不安全的原生代码块
4646 link :
4747
4848 - title : 安全特性
4949 icon : lock
50- details : Built-in error handling with try-catch mechanisms and automatic resource cleanup
50+ details : 内置基于 try-catch 的错误处理机制以及自动资源回收
5151 link :
5252
5353 - title : 元编程
5454 icon : diagram-project
55- details : Advanced metaprogramming capabilities through compile-time code generation and analysis
55+ details : 基于编译时代码生成和分析的高级元编程功能
5656 link :
5757
5858 - header : 工具链
59- description : Awesome and powerful extensions for Hulo
59+ description : Hulo 的强大扩展
6060 image : /assets/image/box.svg
6161 highlights :
6262 - title : 编译器
6363 icon : fa-tools
64- details : Hulo Compiler - Transpiles high-level Hulo code into Bash, PowerShell, VBScript, and Batch for seamless cross-platform automation scripting
64+ details : Hulo 编译器 - Transpiles high-level Hulo code into Bash, PowerShell, VBScript, and Batch for seamless cross-platform automation scripting
6565 link : /toolchain/compiler
6666
6767 - title : hlpm
6868 icon : fa-solid fa-cube
69- details : Hulo Package Manager - Dependency management tool with version resolution and private registry support
69+ details : Hulo 包管理 - 具有解析版本和自建私有仓库能力的依赖管理工具
7070 link : /toolchain/pm
7171
7272 - title : 编辑器插件
0 commit comments