add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,24 +1,24 @@
# deno
> 一个安全的 JavaScript 和 TypeScript 运行时。
> 更多信息:<https://deno.land>.
> 一个用于 JavaScript 和 TypeScript 的安全运行时。
> 更多信息:<https://deno.land>
- 运行 JavaScript 或 TypeScript 文件:
- 运行一个 JavaScript 或 TypeScript 文件:
`deno run {{路径/到/文件.ts}}`
`deno run {{path/to/file.ts}}`
- 启动 REPL交互式 shell
- 启动一个 REPL交互式命令行
`deno`
- 运行文件并启用网络访问:
- 运行一个启用网络访问的文件
`deno run --allow-net {{路径/到/文件.ts}}`
`deno run --allow-net {{path/to/file.ts}}`
- 从 URL 运行文件:
- 从 URL 运行一个文件:
`deno run {{https://deno.land/std/examples/welcome.ts}}`
- 从 URL 安装可执行脚本:
- 从 URL 安装一个可执行脚本:
`deno install {{https://deno.land/std/examples/colors.ts}}`
`deno install {{https://deno.land/std/examples/colors.ts}}`