Skip to content

Commit

Permalink
docs: remove logo and static images
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelly-wu committed Apr 29, 2024
1 parent f70404c commit 0b5fea7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 19 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<div align="center">

[![logo](https://s3.bmp.ovh/imgs/2022/06/25/3a1c742f283cf28e.png "logo")](https://github.com/i18n-pro/core "github")
<p style="font-size: 18px;">Lightweight, simple, flexible, automatic translation internationalization tool for JavaScript</p>


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


<p style="font-size: 18px;">Lightweight, simple, flexible, automatic translation internationalization tool for JavaScript</p>

[![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")

Expand Down
5 changes: 1 addition & 4 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<div align="center">

[![logo](https://s3.bmp.ovh/imgs/2022/06/25/3a1c742f283cf28e.png "logo")](https://github.com/i18n-pro/core "github")
<p style="font-size: 18px;">适用于 JavaScript 的轻量、简单、灵活、自动翻译的国际化工具</p>


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


<p style="font-size: 18px;">适用于 JavaScript 的轻量、简单、灵活、自动翻译的国际化工具</p>

[![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")

Expand Down
5 changes: 0 additions & 5 deletions docs/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
7 changes: 1 addition & 6 deletions docs/src/readme/Top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ export default function Top() {

return (
<div {...props}>
<Break />
<Link {...linkObj['github']}>
<Image {...imageObj['logo']} />
</Link>
<Break />
{renderLanguage('README')}
<p style={{ fontSize: 18 }}>
{tr('适用于 JavaScript 的轻量、简单、灵活、自动翻译的国际化工具')}
</p>
<Break />
{renderLanguage('README')}
<Break />
<Link {...linkObj['npm']}>
<Image {...imageObj['npm-version']} />
Expand Down
Binary file removed static/img/demo.gif
Binary file not shown.
Binary file removed static/img/logo.png
Binary file not shown.

0 comments on commit 0b5fea7

Please sign in to comment.