From 802ca45cbb8c20e7a198f4e35dbb85e6c1511277 Mon Sep 17 00:00:00 2001
From: xjh22222228
Date: Mon, 9 Sep 2024 18:12:37 +0800
Subject: [PATCH] update
---
README.md | 48 +++++++++++++++++++--------------------
README_zh-CN.md | 60 -------------------------------------------------
2 files changed, 23 insertions(+), 85 deletions(-)
delete mode 100644 README_zh-CN.md
diff --git a/README.md b/README.md
index 310436e..a946a64 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
- Manage your pictures easily for Github.
+ 基于 Github 轻松管理您的存储图库
-
+
@@ -13,50 +13,48 @@
-It is used to manage store the gallery. If you use it reasonably, it can be used as a picture bed and file sharing. Isn't it good!
+用于管理存储图库,如果您合理的使用,可以当做图床、文件分享,不错吧!
-If you use it reasonably, you can use it as a picture bed or file sharing, not bad!
+## 特性
-## Features
+- 支持 Github / Gitee
+- 无需部署,2 步开始
+- 开箱即用,用完即走
+- 支持拖拽、粘贴上传
+- 多个 CDN 加速
+- 可以当做文件分享
+- 自定义文件上传方案
+- 支持在线新建文本文件
-- Github / Gitee support
-- No need to deploy, start in 2 steps
-- Ready to use out of the box, leave after use
-- Support drag and drop, paste upload
-- Multiple CDN acceleration
-- Can be used as file sharing
-- Custom file upload scheme
-- Support online new text file
-
-## Screenshot
+## 截图
![](https://raw.githubusercontent.com/xjh22222228/public/gh-pages/bed/screenshot.gif)
-## Usage
+## 像数 1, 2, 3 一样容易
-1. [Create a New Repository](https://github.com/new) (Or an existing repo)
-2. Open [https://boomb.cn](https://boomb.cn)
+1. [创建一个仓库](https://github.com/new) (或者已有仓库)
+2. 打开 [https://boomb.cn](https://boomb.cn)
-## Built with
+## 内置
- [Vue3](https://github.com/vuejs/vue-next)
- [Element Plus](https://github.com/element-plus/element-plus)
- [TypeScript](https://github.com/Microsoft/TypeScript)
- [Github OAuth2](https://github.com/xjh22222228/github-oauth2)
-## Set up
+## 构建
```bash
-# Install dep
+# 安装依赖
$ pnpm i
-# Start localhost:7000
+# 启动 localhost:7000
$ npm run start
-# Build Production
+# 打包
$ npm run build
```
-If you build it yourself, you may need [Github OAuth2](https://github.com/xjh22222228/github-oauth2)
+如果您是部署到自己服务器上,你可能需要 [Github OAuth2](https://github.com/xjh22222228/github-oauth2)
-It is not recommended to build by yourself!
+但作者不建议您自己部署, 开箱即用,用完即走。
diff --git a/README_zh-CN.md b/README_zh-CN.md
deleted file mode 100644
index a946a64..0000000
--- a/README_zh-CN.md
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
基于 Github 轻松管理您的存储图库
-
-
-
-
-
-
-
-
-
-
-用于管理存储图库,如果您合理的使用,可以当做图床、文件分享,不错吧!
-
-## 特性
-
-- 支持 Github / Gitee
-- 无需部署,2 步开始
-- 开箱即用,用完即走
-- 支持拖拽、粘贴上传
-- 多个 CDN 加速
-- 可以当做文件分享
-- 自定义文件上传方案
-- 支持在线新建文本文件
-
-## 截图
-
-![](https://raw.githubusercontent.com/xjh22222228/public/gh-pages/bed/screenshot.gif)
-
-## 像数 1, 2, 3 一样容易
-
-1. [创建一个仓库](https://github.com/new) (或者已有仓库)
-2. 打开 [https://boomb.cn](https://boomb.cn)
-
-## 内置
-
-- [Vue3](https://github.com/vuejs/vue-next)
-- [Element Plus](https://github.com/element-plus/element-plus)
-- [TypeScript](https://github.com/Microsoft/TypeScript)
-- [Github OAuth2](https://github.com/xjh22222228/github-oauth2)
-
-## 构建
-
-```bash
-# 安装依赖
-$ pnpm i
-
-# 启动 localhost:7000
-$ npm run start
-
-# 打包
-$ npm run build
-```
-
-如果您是部署到自己服务器上,你可能需要 [Github OAuth2](https://github.com/xjh22222228/github-oauth2)
-
-但作者不建议您自己部署, 开箱即用,用完即走。