-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,53 @@ | ||
[![蓝眼云盘logo](./doc/img/logo.png)](https://github.com/eyebluecn/tank) | ||
|
||
[English Version](https://tank-doc.eyeblue.cn/en) | ||
|
||
# 蓝眼云盘(3.1.0) | ||
[在线Demo](https://tank.eyeblue.cn) (体验账号: demo 密码:123456) | ||
|
||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). | ||
蓝眼云盘是蓝眼开源系列代表作品之一,致力于打造精致,优雅,简约的云盘。核心功能如下: | ||
1. 文件列表 | ||
2. 文件分享 | ||
3. 文件监控统计 | ||
4. 回收站 | ||
5. 多用户 | ||
6. [WebDav](https://tank-doc.eyeblue.cn/advance/webdav.html) | ||
7. [扫描磁盘任务](https://tank-doc.eyeblue.cn/advance/scan.html) | ||
8. [在线预览及自定义配置预览引擎](https://tank-doc.eyeblue.cn/advance/preview.html) | ||
|
||
## Available Scripts | ||
[更多内容请移步至文档](https://tank-doc.eyeblue.cn/) | ||
|
||
In the project directory, you can run: | ||
前端技术栈:Typescript + React + Ant Design 4.0 + OOP | ||
|
||
### `yarn start` | ||
### 软件截图 | ||
#### PC端截图 | ||
|
||
Runs the app in the development mode.<br /> | ||
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. | ||
![](./doc/img/tank0.png) | ||
|
||
The page will reload if you make edits.<br /> | ||
You will also see any lint errors in the console. | ||
![](./doc/img/tank1.png) | ||
|
||
### `yarn test` | ||
![](./doc/img/tank2.png) | ||
|
||
Launches the test runner in the interactive watch mode.<br /> | ||
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. | ||
#### 手机端截图 | ||
|
||
### `yarn build` | ||
![](./doc/img/mobile.png) | ||
|
||
Builds the app for production to the `build` folder.<br /> | ||
It correctly bundles React in production mode and optimizes the build for the best performance. | ||
## [安装文档](https://tank-doc.eyeblue.cn/basic/install.html) | ||
|
||
The build is minified and the filenames include the hashes.<br /> | ||
Your app is ready to be deployed! | ||
### Contribution | ||
|
||
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. | ||
感谢所有蓝眼云盘的贡献者 [@zicla](https://github.com/zicla),[@seaheart](https://github.com/seaheart),[@yemuhe](https://github.com/yemuhe),[@hxsherry](https://github.com/hxsherry) | ||
|
||
### `yarn eject` | ||
如果您也想参与进来,请尽情的fork, star, post issue, pull requests | ||
|
||
**Note: this is a one-way operation. Once you `eject`, you can’t go back!** | ||
当然你可以加入钉钉群一起直接交流,在钉钉群中可以获取最新beta版本。 | ||
|
||
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. | ||
![](./doc/img/dingding.jpg) | ||
|
||
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. | ||
群号:23156361 | ||
|
||
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. | ||
### License | ||
|
||
## Learn More | ||
[MIT](http://opensource.org/licenses/MIT) | ||
|
||
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). | ||
|
||
To learn React, check out the [React documentation](https://reactjs.org/). | ||
Copyright (c) 2017-present, eyeblue.cn |