diff --git a/README.md b/README.md index 2359dcc..7b74c27 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@
- -[![logo](https://s3.bmp.ovh/imgs/2022/06/25/3a1c742f283cf28e.png "logo")](https://github.com/i18n-pro/core "github") +

Lightweight, simple, flexible, automatic translation internationalization tool for JavaScript

English | [简体中文](https://github.com/i18n-pro/core/blob/v2.1.0/README_zh-CN.md) -

Lightweight, simple, flexible, automatic translation internationalization tool for JavaScript

- [![npm-version](https://img.shields.io/npm/v/i18n-pro.svg?style=flat-square "npm-version")](https://www.npmjs.com/package/i18n-pro "npm") [![npm-download](https://img.shields.io/npm/dm/i18n-pro "npm-download")](https://www.npmjs.com/package/i18n-pro "npm") diff --git a/README_zh-CN.md b/README_zh-CN.md index 17b662c..4649305 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -1,13 +1,10 @@
- -[![logo](https://s3.bmp.ovh/imgs/2022/06/25/3a1c742f283cf28e.png "logo")](https://github.com/i18n-pro/core "github") +

适用于 JavaScript 的轻量、简单、灵活、自动翻译的国际化工具

[English](https://github.com/i18n-pro/core/tree/v2.1.0#readme) | 简体中文 -

适用于 JavaScript 的轻量、简单、灵活、自动翻译的国际化工具

- [![npm-version](https://img.shields.io/npm/v/i18n-pro.svg?style=flat-square "npm-version")](https://www.npmjs.com/package/i18n-pro "npm") [![npm-download](https://img.shields.io/npm/dm/i18n-pro "npm-download")](https://www.npmjs.com/package/i18n-pro "npm") diff --git a/docs/src/constants.ts b/docs/src/constants.ts index d363c4d..dae682e 100644 --- a/docs/src/constants.ts +++ b/docs/src/constants.ts @@ -59,11 +59,6 @@ const images = [ alt: 'demo', src: 'https://s3.bmp.ovh/imgs/2023/05/02/cc60f507a8f76a81.gif', }, - { - title: 'logo', - alt: 'logo', - src: 'https://s3.bmp.ovh/imgs/2022/06/25/3a1c742f283cf28e.png', - }, { title: 'npm-version', alt: 'npm-version', diff --git a/docs/src/readme/Top.tsx b/docs/src/readme/Top.tsx index d86f07e..4d880d3 100644 --- a/docs/src/readme/Top.tsx +++ b/docs/src/readme/Top.tsx @@ -9,16 +9,11 @@ export default function Top() { return (
- - - - - - {renderLanguage('README')}

{tr('适用于 JavaScript 的轻量、简单、灵活、自动翻译的国际化工具')}

+ {renderLanguage('README')} diff --git a/static/img/demo.gif b/static/img/demo.gif deleted file mode 100644 index 5bcf68b..0000000 Binary files a/static/img/demo.gif and /dev/null differ diff --git a/static/img/logo.png b/static/img/logo.png deleted file mode 100644 index 99ebe6e..0000000 Binary files a/static/img/logo.png and /dev/null differ