From e4ecd2a61d301aafe74287f67fc9033ee2301485 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E8=89=AF=E7=9F=A5?= <296452017@qq.com>
Date: Mon, 29 Jan 2018 23:51:39 +0800
Subject: [PATCH] singer and list view
---
README.md | 2433 +----------------------
config/webpackDevServer.config.js | 1 -
src/api/singer.js | 36 +
src/base/header/header.js | 36 +-
src/base/header/header.styl | 51 +-
src/base/header/logo@2x.png | Bin 0 -> 2652 bytes
src/base/header/logo@3x.png | Bin 0 -> 4142 bytes
src/base/listview/listview.js | 115 ++
src/base/listview/listview.styl | 62 +
src/base/singerDetail/singerDetail.js | 12 +
src/base/singerDetail/singerDetail.styl | 0
src/base/slider/slider.js | 165 ++
src/base/slider/slider.styl | 40 +
src/base/songlist/songlist.js | 3 -
src/common/js/singer.js | 7 +
src/components/disc/disc.js | 5 +-
src/components/musicList/musicList.js | 1 -
src/components/singer/singer.js | 101 +-
src/components/singer/singer.styl | 5 +
src/router/index.js | 2 +-
20 files changed, 592 insertions(+), 2483 deletions(-)
create mode 100644 src/api/singer.js
create mode 100755 src/base/header/logo@2x.png
create mode 100755 src/base/header/logo@3x.png
create mode 100644 src/base/listview/listview.js
create mode 100644 src/base/listview/listview.styl
create mode 100644 src/base/singerDetail/singerDetail.js
create mode 100644 src/base/singerDetail/singerDetail.styl
create mode 100644 src/base/slider/slider.js
create mode 100644 src/base/slider/slider.styl
create mode 100644 src/common/js/singer.js
create mode 100644 src/components/singer/singer.styl
diff --git a/README.md b/README.md
index 7c64145..4f9ab92 100644
--- a/README.md
+++ b/README.md
@@ -1,2433 +1,18 @@
-This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
+### 运行
-Below you will find some information on how to perform common tasks.
-You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
+- npm i
-## Table of Contents
+- npm start
-- [Updating to New Releases](#updating-to-new-releases)
-- [Sending Feedback](#sending-feedback)
-- [Folder Structure](#folder-structure)
-- [Available Scripts](#available-scripts)
- - [npm start](#npm-start)
- - [npm test](#npm-test)
- - [npm run build](#npm-run-build)
- - [npm run eject](#npm-run-eject)
-- [Supported Browsers](#supported-browsers)
-- [Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
-- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
-- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
-- [Debugging in the Editor](#debugging-in-the-editor)
-- [Formatting Code Automatically](#formatting-code-automatically)
-- [Changing the Page `