From 2d6a69495a95f4527e08d598683900bd59663db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=A4=E4=BB=99?= Date: Tue, 7 Jan 2025 14:55:43 +0800 Subject: [PATCH] chore: desc to english --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 995850e..e11f931 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "f2e-spec", "private": true, - "description": "阿里巴巴前端规约及配套工具", + "description": "Alibaba Front-end Specification", "homepage": "https://github.com/alibaba/f2e-spec#readme", "bugs": { "url": "https://github.com/alibaba/f2e-spec/issues" @@ -58,17 +58,17 @@ }, "rive": { "doc": { - "title": "阿里巴巴前端规约", + "title": "Alibaba Front-end Specification", "basename": "/f2e-spec/", "root": "docs", "languages": [ { "code": "en", - "name": "🇬🇧 English" + "name": "English" }, { "code": "zh", - "name": "🇨🇳 中文" + "name": "中文" } ] }