diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 78a23ad925..a452db44f5 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -373,7 +373,7 @@ block create-main Create the file `app/main.ts` with the following content: - 添加新文件#[code #[+adjExPath('app/main.ts')]],内容如下: + 添加新文件`app/main.ts`,内容如下: +makeExample('app/main.ts')