Skip to content

Commit

Permalink
add menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiazhang committed Apr 9, 2021
1 parent 787e33b commit 046cc80
Show file tree
Hide file tree
Showing 122 changed files with 12,247 additions and 103 deletions.
1 change: 0 additions & 1 deletion music/index.html

This file was deleted.

1 change: 0 additions & 1 deletion music/manifest.json

This file was deleted.

30 changes: 0 additions & 30 deletions music/precache-manifest.8292716c7e9252965679ce139f63604c.js

This file was deleted.

35 changes: 0 additions & 35 deletions music/registerServiceWorker.js

This file was deleted.

1 change: 0 additions & 1 deletion music/static/css/app.f8629c73.css

This file was deleted.

2 changes: 0 additions & 2 deletions music/static/js/app.7d2f8a8e.js

This file was deleted.

1 change: 0 additions & 1 deletion music/static/js/app.7d2f8a8e.js.map

This file was deleted.

29 changes: 0 additions & 29 deletions music/static/js/chunk-vendors.50ddec33.js

This file was deleted.

1 change: 0 additions & 1 deletion music/static/js/chunk-vendors.50ddec33.js.map

This file was deleted.

Binary file removed public/favicon.ico
Binary file not shown.
Binary file removed public/img/icons/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/img/icons/android-chrome-512x512.png
Binary file not shown.
Binary file removed public/img/icons/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed public/img/icons/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed public/img/icons/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed public/img/icons/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed public/img/icons/apple-touch-icon-76x76.png
Binary file not shown.
Binary file removed public/img/icons/apple-touch-icon.png
Binary file not shown.
Binary file removed public/img/icons/msapplication-icon-144x144.png
Binary file not shown.
2 changes: 0 additions & 2 deletions public/robots.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions v3/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
> 1%
last 2 versions
not dead
23 changes: 23 additions & 0 deletions v3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
19 changes: 19 additions & 0 deletions v3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# v3

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
5 changes: 5 additions & 0 deletions v3/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
Loading

0 comments on commit 046cc80

Please sign in to comment.