From e65627fc4ba26724d7befb01a032280a5f799813 Mon Sep 17 00:00:00 2001 From: Leo Wang Date: Thu, 1 Feb 2024 03:17:19 +0800 Subject: [PATCH] [docs] set default language --- ReadMe-zh.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe-zh.md b/ReadMe-zh.md index e986e04..32e72a0 100644 --- a/ReadMe-zh.md +++ b/ReadMe-zh.md @@ -2,7 +2,7 @@ ![WebCell logo](https://web-cell.dev/WebCell-0.f9823b00.png) -简体中文 | [English](./ReadMe.md) +简体中文 | [English](./) 基于 VDOM、[JSX][2]、[MobX][3] 和 [TypeScript][4] 的 [Web 组件][1] 引擎 diff --git a/package.json b/package.json index 3def84a..cd1c722 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "pack-preview": "rimraf .parcel-cache/ docs/preview/ && cd preview/ && parcel build --public-url=. --dist-dir=../docs/preview/", "pack-dist": "parcel build source/index.ts", "pack-docs": "typedoc --readme ReadMe-zh.md && mv docs/index.html ReadMe-zh.html && typedoc source/ && npm run pack-docs-language", - "pack-docs-language": "mv ReadMe-zh.html docs/ && replace './ReadMe-zh.md' './ReadMe-zh.html' docs/index.html && replace './ReadMe.md' './' docs/ReadMe-zh.html", + "pack-docs-language": "mv ReadMe-zh.html docs/ && replace './ReadMe-zh.md' './ReadMe-zh.html' docs/index.html", "build": "npm run clean && npm run pack-dist && npm run pack-docs && npm run pack-preview", "start": "npm run pack-docs && open-cli docs/index.html", "prepublishOnly": "npm test && npm run build"