├── Api接口数据
├── NeteaseCloudMusicApi-master
│ ├── .eslintrc.js
│ ├── .gitignore
│ ├── .npmignore
│ ├── .travis.yml
│ ├── CHANGELOG.MD
│ ├── Dockerfile
│ ├── LICENSE
│ ├── README.MD
│ ├── app.js
│ ├── app.test.js
│ ├── docs
│ │ ├── .nojekyll
│ │ ├── README.md
│ │ ├── _coverpage.md
│ │ ├── favicon.ico
│ │ ├── icon.png
│ │ ├── index.html
│ │ ├── sw.js
│ │ └── v2.md
│ ├── issue_template.md
│ ├── module
│ │ ├── activate_init_profile.js
│ │ ├── album.js
│ │ ├── album_detail_dynamic.js
│ │ ├── album_newest.js
│ │ ├── album_sub.js
│ │ ├── album_sublist.js
│ │ ├── artist_album.js
│ │ ├── artist_desc.js
│ │ ├── artist_list.js
│ │ ├── artist_mv.js
│ │ ├── artist_sub.js
│ │ ├── artist_sublist.js
│ │ ├── artist_top_song.js
│ │ ├── artists.js
│ │ ├── banner.js
│ │ ├── batch.js
│ │ ├── captcha_sent.js
│ │ ├── captcha_verify.js
│ │ ├── cellphone_existence_check.js
│ │ ├── check_music.js
│ │ ├── comment.js
│ │ ├── comment_album.js
│ │ ├── comment_dj.js
│ │ ├── comment_event.js
│ │ ├── comment_hot.js
│ │ ├── comment_hotwall_list.js
│ │ ├── comment_like.js
│ │ ├── comment_music.js
│ │ ├── comment_mv.js
│ │ ├── comment_playlist.js
│ │ ├── comment_video.js
│ │ ├── daily_signin.js
│ │ ├── digitalAlbum_purchased.js
│ │ ├── dj_banner.js
│ │ ├── dj_category_excludehot.js
│ │ ├── dj_category_recommend.js
│ │ ├── dj_catelist.js
│ │ ├── dj_detail.js
│ │ ├── dj_hot.js
│ │ ├── dj_paygift.js
│ │ ├── dj_program.js
│ │ ├── dj_program_detail.js
│ │ ├── dj_program_toplist.js
│ │ ├── dj_program_toplist_hours.js
│ │ ├── dj_radio_hot.js
│ │ ├── dj_recommend.js
│ │ ├── dj_recommend_type.js
│ │ ├── dj_sub.js
│ │ ├── dj_sublist.js
│ │ ├── dj_today_perfered.js
│ │ ├── dj_toplist.js
│ │ ├── dj_toplist_hours.js
│ │ ├── dj_toplist_newcomer.js
│ │ ├── dj_toplist_pay.js
│ │ ├── dj_toplist_popular.js
│ │ ├── event.js
│ │ ├── event_del.js
│ │ ├── event_forward.js
│ │ ├── fm_trash.js
│ │ ├── follow.js
│ │ ├── hot_topic.js
│ │ ├── like.js
│ │ ├── likelist.js
│ │ ├── login.js
│ │ ├── login_cellphone.js
│ │ ├── login_refresh.js
│ │ ├── login_status.js
│ │ ├── logout.js
│ │ ├── lyric.js
│ │ ├── msg_comments.js
│ │ ├── msg_forwards.js
│ │ ├── msg_notices.js
│ │ ├── msg_private.js
│ │ ├── msg_private_history.js
│ │ ├── mv_all.js
│ │ ├── mv_detail.js
│ │ ├── mv_exclusive_rcmd.js
│ │ ├── mv_first.js
│ │ ├── mv_sub.js
│ │ ├── mv_sublist.js
│ │ ├── mv_url.js
│ │ ├── personal_fm.js
│ │ ├── personalized.js
│ │ ├── personalized_djprogram.js
│ │ ├── personalized_mv.js
│ │ ├── personalized_newsong.js
│ │ ├── personalized_privatecontent.js
│ │ ├── playlist_catlist.js
│ │ ├── playlist_create.js
│ │ ├── playlist_delete.js
│ │ ├── playlist_desc_update.js
│ │ ├── playlist_detail.js
│ │ ├── playlist_hot.js
│ │ ├── playlist_name_update.js
│ │ ├── playlist_subscribe.js
│ │ ├── playlist_subscribers.js
│ │ ├── playlist_tags_update.js
│ │ ├── playlist_tracks.js
│ │ ├── playlist_update.js
│ │ ├── playmode_intelligence_list.js
│ │ ├── program_recommend.js
│ │ ├── rebind.js
│ │ ├── recommend_resource.js
│ │ ├── recommend_songs.js
│ │ ├── register_cellphone.js
│ │ ├── related_allvideo.js
│ │ ├── related_playlist.js
│ │ ├── resource_like.js
│ │ ├── scrobble.js
│ │ ├── search.js
│ │ ├── search_default.js
│ │ ├── search_hot.js
│ │ ├── search_hot_detail.js
│ │ ├── search_multimatch.js
│ │ ├── search_suggest.js
│ │ ├── send_playlist.js
│ │ ├── send_text.js
│ │ ├── setting.js
│ │ ├── share_resource.js
│ │ ├── simi_artist.js
│ │ ├── simi_mv.js
│ │ ├── simi_playlist.js
│ │ ├── simi_song.js
│ │ ├── simi_user.js
│ │ ├── song_detail.js
│ │ ├── song_url.js
│ │ ├── top_album.js
│ │ ├── top_artists.js
│ │ ├── top_list.js
│ │ ├── top_mv.js
│ │ ├── top_playlist.js
│ │ ├── top_playlist_highquality.js
│ │ ├── top_song.js
│ │ ├── toplist.js
│ │ ├── toplist_artist.js
│ │ ├── toplist_detail.js
│ │ ├── user_audio.js
│ │ ├── user_cloud.js
│ │ ├── user_cloud_del.js
│ │ ├── user_cloud_detail.js
│ │ ├── user_detail.js
│ │ ├── user_dj.js
│ │ ├── user_event.js
│ │ ├── user_followeds.js
│ │ ├── user_follows.js
│ │ ├── user_playlist.js
│ │ ├── user_record.js
│ │ ├── user_subcount.js
│ │ ├── user_update.js
│ │ ├── video_detail.js
│ │ ├── video_group.js
│ │ ├── video_group_list.js
│ │ ├── video_sub.js
│ │ ├── video_url.js
│ │ └── weblog.js
│ ├── package.json
│ ├── public
│ │ ├── index.html
│ │ └── test.html
│ ├── static
│ │ ├── artist_album.png
│ │ ├── artists.png
│ │ ├── banner.png
│ │ ├── comment.png
│ │ ├── docs.png
│ │ ├── fm_trash.png
│ │ ├── like.png
│ │ ├── likeSuccess.png
│ │ ├── mv.png
│ │ ├── new_albums.png
│ │ ├── personal_fm.png
│ │ ├── play_mv.png
│ │ ├── screenshot1.png
│ │ ├── screenshot2.png
│ │ ├── signinError.png
│ │ ├── signinSuccess.png
│ │ ├── songDetail.png
│ │ ├── top_artists.png
│ │ ├── top_list.png
│ │ ├── top_playlist.png
│ │ ├── 专辑.png
│ │ ├── 推荐歌单.png
│ │ ├── 推荐歌曲.png
│ │ ├── 搜索.png
│ │ ├── 歌单详情.png
│ │ ├── 歌词.png
│ │ ├── 用户歌单.png
│ │ ├── 登录.png
│ │ └── 音乐 url.png
│ ├── test
│ │ ├── album.test.js
│ │ ├── comment.test.js
│ │ ├── login.test.js
│ │ ├── lyric.test.js
│ │ ├── music_url.test.js
│ │ └── search.test.js
│ └── util
│ │ ├── crypto.js
│ │ ├── index.js
│ │ └── request.js
└── QQ音乐
│ ├── qq-music-api-master.zip
│ ├── qq-music-api-master
│ ├── .babelrc
│ ├── .github
│ │ ├── FUNDING.yml
│ │ └── ISSUE_TEMPLATE
│ │ │ ├── bug_report.md
│ │ │ ├── custom.md
│ │ │ └── feature_request.md
│ ├── .gitignore
│ ├── .npmignore
│ ├── LICENSE
│ ├── QQ音乐-v0.xmind
│ ├── QQ音乐-v1.xmind
│ ├── README.md
│ ├── app.js
│ ├── docs
│ │ ├── .nojekyll
│ │ ├── README.md
│ │ ├── _coverpage.md
│ │ ├── _navbar.md
│ │ ├── chao.png
│ │ ├── index.html
│ │ ├── logo.png
│ │ └── sw.js
│ ├── middlewares
│ │ └── koa-cors.js
│ ├── module
│ │ ├── apis
│ │ │ ├── UCommon
│ │ │ │ └── UCommon.js
│ │ │ ├── album
│ │ │ │ └── getAlbumInfo.js
│ │ │ ├── comments
│ │ │ │ └── getComments.js
│ │ │ ├── digitalAlbum
│ │ │ │ └── getDigitalAlbumLists.js
│ │ │ ├── downloadQQMusic.js
│ │ │ ├── music
│ │ │ │ └── getLyric.js
│ │ │ ├── mv
│ │ │ │ └── getMvByTag.js
│ │ │ ├── radio
│ │ │ │ └── getRadioLists.js
│ │ │ ├── rank
│ │ │ │ └── getTopLists.js
│ │ │ ├── search
│ │ │ │ ├── getHotKey.js
│ │ │ │ ├── getSearchByKey.js
│ │ │ │ └── getSmartbox.js
│ │ │ ├── singers
│ │ │ │ ├── getSimilarSinger.js
│ │ │ │ ├── getSingerDesc.js
│ │ │ │ ├── getSingerMv.js
│ │ │ │ └── getSingerStarNum.js
│ │ │ ├── songLists
│ │ │ │ ├── songListCategories.js
│ │ │ │ ├── songListDetail.js
│ │ │ │ └── songLists.js
│ │ │ ├── u_common.js
│ │ │ └── y_common.js
│ │ ├── config.js
│ │ └── index.js
│ ├── package.json
│ ├── public
│ │ └── index.html
│ ├── routers
│ │ └── router.js
│ ├── screenshot
│ │ ├── downloadQQMusic.png
│ │ ├── getAlbumInfo.png
│ │ ├── getComments-id.png
│ │ ├── getComments-param.png
│ │ ├── getComments.png
│ │ ├── getDigitalAlbumLists.png
│ │ ├── getLyric-parse.png
│ │ ├── getLyric.png
│ │ ├── getMusicVKey.png
│ │ ├── getMv.png
│ │ ├── getMvByTag.png
│ │ ├── getMvPlay.png
│ │ ├── getNewDisks.png
│ │ ├── getRadioLists.png
│ │ ├── getRanks.png
│ │ ├── getRecommend.png
│ │ ├── getSearchByKey.png
│ │ ├── getSimilarSinger.png
│ │ ├── getSingerAlbum.png
│ │ ├── getSingerDesc.png
│ │ ├── getSingerMv-default.png
│ │ ├── getSingerMv-listen.png
│ │ ├── getSingerMv-time.png
│ │ ├── getSingerStarNum.png
│ │ ├── getSmartbox.png
│ │ ├── getSongListCategories.png
│ │ ├── getSongListDetail.png
│ │ ├── getSongLists-params.png
│ │ ├── getSongLists.png
│ │ ├── getTicketInfo.png
│ │ ├── getTopLists.png
│ │ ├── gethotkey.png
│ │ ├── qq-music-v0.png
│ │ └── qq-music.png
│ └── util
│ │ ├── colors.js
│ │ ├── lyricParse.js
│ │ └── request.js
│ └── qq音乐接口.txt
└── vant-ui工具包
├── vant-weapp-dev
├── .editorconfig
├── .eslintignore
├── .eslintrc
├── .github
│ ├── ISSUE_TEMPLATE.md
│ └── PULL_REQUEST_TEMPLATE.md
├── .gitignore
├── .npmignore
├── .stylelintrc
├── .travis.yml
├── LICENSE
├── README.md
├── babel.config.js
├── browserslist
├── build
│ ├── compiler.js
│ ├── dev.js
│ ├── release-site.sh
│ ├── release.sh
│ ├── webpack.doc.dev.js
│ └── webpack.doc.prd.js
├── dist
│ ├── action-sheet
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── area
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── button
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── card
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── cell-group
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── cell
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── checkbox-group
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── checkbox
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── circle
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── col
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── collapse-item
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── collapse
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── common
│ │ ├── color.d.ts
│ │ ├── color.js
│ │ ├── component.d.ts
│ │ ├── component.js
│ │ ├── index.wxss
│ │ ├── style
│ │ │ ├── clearfix.wxss
│ │ │ ├── ellipsis.wxss
│ │ │ ├── hairline.wxss
│ │ │ ├── mixins
│ │ │ │ ├── clearfix.wxss
│ │ │ │ ├── ellipsis.wxss
│ │ │ │ └── hairline.wxss
│ │ │ ├── theme.wxss
│ │ │ └── var.wxss
│ │ ├── utils.d.ts
│ │ └── utils.js
│ ├── datetime-picker
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── definitions
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── weapp.d.ts
│ │ └── weapp.js
│ ├── dialog
│ │ ├── dialog.d.ts
│ │ ├── dialog.js
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── divider
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── field
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── goods-action-button
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── goods-action-icon
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── goods-action
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── grid-item
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── grid
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── icon
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── info
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── loading
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── mixins
│ │ ├── basic.d.ts
│ │ ├── basic.js
│ │ ├── button.d.ts
│ │ ├── button.js
│ │ ├── link.d.ts
│ │ ├── link.js
│ │ ├── observer
│ │ │ ├── behavior.d.ts
│ │ │ ├── behavior.js
│ │ │ ├── index.d.ts
│ │ │ └── index.js
│ │ ├── open-type.d.ts
│ │ ├── open-type.js
│ │ ├── safe-area.d.ts
│ │ ├── safe-area.js
│ │ ├── touch.d.ts
│ │ ├── touch.js
│ │ ├── transition.d.ts
│ │ └── transition.js
│ ├── nav-bar
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── notice-bar
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── notify
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxss
│ │ ├── notify.d.ts
│ │ └── notify.js
│ ├── overlay
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── panel
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── picker-column
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxs
│ │ └── index.wxss
│ ├── picker
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxss
│ │ ├── shared.d.ts
│ │ └── shared.js
│ ├── popup
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── progress
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxs
│ │ └── index.wxss
│ ├── radio-group
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── radio
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── rate
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── row
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── search
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── sidebar-item
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── sidebar
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── slider
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── stepper
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── steps
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── sticky
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── submit-bar
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── swipe-cell
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── switch
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tab
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tabbar-item
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tabbar
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tabs
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tag
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── toast
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxss
│ │ ├── toast.d.ts
│ │ └── toast.js
│ ├── transition
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tree-select
│ │ ├── index.d.ts
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxs
│ │ └── index.wxss
│ └── wxs
│ │ ├── array.wxs
│ │ ├── bem.wxs
│ │ ├── memoize.wxs
│ │ ├── object.wxs
│ │ └── utils.wxs
├── docs
│ ├── markdown
│ │ ├── changelog.md
│ │ ├── intro.md
│ │ ├── quickstart.md
│ │ └── theme.md
│ └── src
│ │ ├── App.vue
│ │ ├── Preview.vue
│ │ ├── doc.config.js
│ │ ├── index.js
│ │ ├── index.tpl
│ │ ├── preview.js
│ │ └── router.js
├── example
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── common
│ │ └── page.js
│ ├── components
│ │ └── demo-block
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ ├── config.js
│ ├── custom-tab-bar
│ │ ├── index.js
│ │ ├── index.json
│ │ └── index.wxml
│ ├── pages
│ │ ├── action-sheet
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── area
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── button
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── card
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── cell
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── checkbox
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── circle
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── col
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── collapse
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── dashboard
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── datetime-picker
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── dialog
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── divider
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── field
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── goods-action
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── grid
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── icon
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── loading
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── nav-bar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── notice-bar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── notify
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── overlay
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── panel
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── picker
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── popup
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── progress
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── radio
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── rate
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── search
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── sidebar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── slider
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── stepper
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── steps
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── sticky
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── submit-bar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── swipe-cell
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── switch
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tab
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tabbar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tabbar1
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tag
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── toast
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── transition
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ └── tree-select
│ │ │ ├── config.js
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ └── sitemap.json
├── lib
│ ├── action-sheet
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── area
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── button
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── card
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── cell-group
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── cell
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── checkbox-group
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── checkbox
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── circle
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── col
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── collapse-item
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── collapse
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── common
│ │ ├── color.js
│ │ ├── component.js
│ │ ├── index.wxss
│ │ ├── style
│ │ │ ├── clearfix.wxss
│ │ │ ├── ellipsis.wxss
│ │ │ ├── hairline.wxss
│ │ │ ├── mixins
│ │ │ │ ├── clearfix.wxss
│ │ │ │ ├── ellipsis.wxss
│ │ │ │ └── hairline.wxss
│ │ │ ├── theme.wxss
│ │ │ └── var.wxss
│ │ └── utils.js
│ ├── datetime-picker
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── definitions
│ │ ├── index.js
│ │ └── weapp.js
│ ├── dialog
│ │ ├── dialog.js
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── divider
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── field
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── goods-action-button
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── goods-action-icon
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── goods-action
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── grid-item
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── grid
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── icon
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── info
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── loading
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── mixins
│ │ ├── basic.js
│ │ ├── button.js
│ │ ├── link.js
│ │ ├── observer
│ │ │ ├── behavior.js
│ │ │ └── index.js
│ │ ├── open-type.js
│ │ ├── safe-area.js
│ │ ├── touch.js
│ │ └── transition.js
│ ├── nav-bar
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── notice-bar
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── notify
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxss
│ │ └── notify.js
│ ├── overlay
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── panel
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── picker-column
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxs
│ │ └── index.wxss
│ ├── picker
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxss
│ │ └── shared.js
│ ├── popup
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── progress
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxs
│ │ └── index.wxss
│ ├── radio-group
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── radio
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── rate
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── row
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── search
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── sidebar-item
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── sidebar
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── slider
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── stepper
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── steps
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── sticky
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── submit-bar
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── swipe-cell
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── switch
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tab
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tabbar-item
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tabbar
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tabs
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tag
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── toast
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxss
│ │ └── toast.js
│ ├── transition
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── tree-select
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxs
│ │ └── index.wxss
│ └── wxs
│ │ ├── array.wxs
│ │ ├── bem.wxs
│ │ ├── memoize.wxs
│ │ ├── object.wxs
│ │ └── utils.wxs
├── package.json
├── packages
│ ├── action-sheet
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── area
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── button
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── card
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── cell-group
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── cell
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── checkbox-group
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── checkbox
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── circle
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── col
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── collapse-item
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── collapse
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── common
│ │ ├── README.md
│ │ ├── color.ts
│ │ ├── component.ts
│ │ ├── index.less
│ │ ├── style
│ │ │ ├── clearfix.less
│ │ │ ├── ellipsis.less
│ │ │ ├── hairline.less
│ │ │ ├── mixins
│ │ │ │ ├── clearfix.less
│ │ │ │ ├── ellipsis.less
│ │ │ │ └── hairline.less
│ │ │ ├── theme.less
│ │ │ └── var.less
│ │ └── utils.ts
│ ├── datetime-picker
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── definitions
│ │ ├── index.ts
│ │ └── weapp.ts
│ ├── dialog
│ │ ├── README.md
│ │ ├── dialog.ts
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── divider
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── field
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── goods-action-button
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── goods-action-icon
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── goods-action
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── grid-item
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── grid
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── icon
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── info
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── loading
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── mixins
│ │ ├── basic.ts
│ │ ├── button.ts
│ │ ├── link.ts
│ │ ├── observer
│ │ │ ├── behavior.ts
│ │ │ └── index.ts
│ │ ├── open-type.ts
│ │ ├── safe-area.ts
│ │ ├── touch.ts
│ │ └── transition.ts
│ ├── nav-bar
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── notice-bar
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── notify
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ ├── index.wxml
│ │ └── notify.ts
│ ├── overlay
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── panel
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── picker-column
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ ├── index.wxml
│ │ └── index.wxs
│ ├── picker
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ ├── index.wxml
│ │ └── shared.ts
│ ├── popup
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── progress
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ ├── index.wxml
│ │ └── index.wxs
│ ├── radio-group
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── radio
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── rate
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── row
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── search
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── sidebar-item
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── sidebar
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── slider
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── stepper
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── steps
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── sticky
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── submit-bar
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── swipe-cell
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── switch
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── tab
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── tabbar-item
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── tabbar
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── tabs
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── tag
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── toast
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ ├── index.wxml
│ │ └── toast.ts
│ ├── transition
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ └── index.wxml
│ ├── tree-select
│ │ ├── README.md
│ │ ├── index.json
│ │ ├── index.less
│ │ ├── index.ts
│ │ ├── index.wxml
│ │ └── index.wxs
│ └── wxs
│ │ ├── array.wxs
│ │ ├── bem.wxs
│ │ ├── memoize.wxs
│ │ ├── object.wxs
│ │ └── utils.wxs
├── postcss.config.js
├── tsconfig.example.json
├── tsconfig.json
├── tsconfig.lib.json
└── yarn.lock
└── 使用.txt
/Api接口数据/NeteaseCloudMusicApi-master/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | node_modules
3 | *.log
4 |
5 | .idea/
6 | package-lock.json
7 |
8 | .vscode
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/.npmignore:
--------------------------------------------------------------------------------
1 | static
2 | docs
3 | node_modules
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 |
3 | node_js:
4 | - 12
5 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/Dockerfile:
--------------------------------------------------------------------------------
1 | FROM node:lts-alpine
2 |
3 | WORKDIR /app
4 | COPY . /app
5 |
6 | RUN rm -f package-lock.json \
7 | ; rm -rf .idea \
8 | ; rm -rf node_modules \
9 | ; npm config set registry "https://registry.npm.taobao.org/" \
10 | && npm install
11 |
12 | EXPOSE 3000
13 | CMD ["node", "app.js"]
14 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/docs/.nojekyll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/docs/.nojekyll
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/docs/_coverpage.md:
--------------------------------------------------------------------------------
1 | # 网易云音乐 API
2 |
3 | > 网易云音乐 NodeJS 版 API
4 |
5 | - 全部接口已升级到最新
6 | - 具备登录接口,多达100多个接口
7 | - 更完善的文档
8 |
9 |
10 | [GitHub](https://github.com/Binaryify/NeteaseCloudMusicApi)
11 | [Get Started](#neteasecloudmusicapi)
12 |
13 | 
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/docs/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/docs/favicon.ico
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/docs/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/docs/icon.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/album.js:
--------------------------------------------------------------------------------
1 | // 专辑内容
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/v1/album/${query.id}`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/album_detail_dynamic.js:
--------------------------------------------------------------------------------
1 | // 专辑动态信息
2 | module.exports = (query, request) => {
3 | const data = {
4 | id: query.id
5 | }
6 | return request(
7 | 'POST',
8 | `https://music.163.com/api/album/detail/dynamic`,
9 | data,
10 | { crypto: 'weapi', cookie: query.cookie, proxy: query.proxy }
11 | )
12 | }
13 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/album_newest.js:
--------------------------------------------------------------------------------
1 | // 最新专辑
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/api/discovery/newAlbum`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
9 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/artist_desc.js:
--------------------------------------------------------------------------------
1 | // 歌手介绍
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.id
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/artist/introduction`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/artist_top_song.js:
--------------------------------------------------------------------------------
1 | // 歌手热门 50 首歌曲
2 | module.exports = (query, request) => {
3 | const data = {
4 | id: query.id
5 | }
6 | return request(
7 | 'POST', `https://music.163.com/api/artist/top/song`, data,
8 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
9 | )
10 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/artists.js:
--------------------------------------------------------------------------------
1 | // 歌手单曲
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/v1/artist/${query.id}`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/comment_hotwall_list.js:
--------------------------------------------------------------------------------
1 | module.exports = (query, request) => {
2 | const data = {}
3 | return request(
4 | 'POST',
5 | `https://music.163.com/api/comment/hotwall/list/get`,
6 | data,
7 | { crypto: 'weapi', cookie: query.cookie, proxy: query.proxy }
8 | )
9 | }
10 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_banner.js:
--------------------------------------------------------------------------------
1 | // 电台banner
2 |
3 | module.exports = (query, request) => {
4 | const data = {};
5 | query.cookie.os = 'pc';
6 | return request(
7 | 'POST',
8 | `http://music.163.com/weapi/djradio/banner/get`,
9 | {},
10 | { crypto: 'weapi', cookie: query.cookie, proxy: query.proxy }
11 | );
12 | };
13 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_category_excludehot.js:
--------------------------------------------------------------------------------
1 | // dj非热门类型
2 |
3 | module.exports = (query, request) => {
4 |
5 | return request(
6 | 'POST', `http://music.163.com/weapi/djradio/category/excludehot`, {},
7 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
8 | )
9 | };
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_category_recommend.js:
--------------------------------------------------------------------------------
1 | // dj推荐类型
2 |
3 | module.exports = (query, request) => {
4 |
5 | return request(
6 | 'POST', `http://music.163.com/weapi/djradio/home/category/recommend`, {},
7 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
8 | )
9 | };
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_catelist.js:
--------------------------------------------------------------------------------
1 | // 电台分类列表
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/djradio/category/get`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_detail.js:
--------------------------------------------------------------------------------
1 | // 电台详情
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.rid
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/djradio/get`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_hot.js:
--------------------------------------------------------------------------------
1 | // 热门电台
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | limit: query.limit || 30,
6 | offset: query.offset || 0
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/djradio/hot/v1`, data,
10 | { crypto: 'weapi', cookie: query.cookie, proxy: query.proxy }
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_paygift.js:
--------------------------------------------------------------------------------
1 | // 付费电台
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | limit: query.limit || 30,
6 | offset: query.offset || 0
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/djradio/home/paygift/list?_nmclfl=1`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_program_detail.js:
--------------------------------------------------------------------------------
1 | // 电台节目详情
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.id
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/dj/program/detail`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_program_toplist.js:
--------------------------------------------------------------------------------
1 | // 电台节目榜
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | limit: query.limit || 100,
6 | offset: query.offset || 0
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/api/program/toplist/v1`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_program_toplist_hours.js:
--------------------------------------------------------------------------------
1 | // 24小时榜
2 | module.exports = (query, request) => {
3 | const data = {
4 | limit: query.limit || 100
5 | // 不支持 offset
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/api/djprogram/toplist/hours`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_recommend.js:
--------------------------------------------------------------------------------
1 | // 精选电台
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/djradio/recommend/v1`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
9 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_sub.js:
--------------------------------------------------------------------------------
1 | // 订阅与取消电台
2 |
3 | module.exports = (query, request) => {
4 | query.t = (query.t == 1 ? 'sub' : 'unsub')
5 | const data = {
6 | id: query.rid
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/djradio/${query.t}`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_today_perfered.js:
--------------------------------------------------------------------------------
1 | // dj今日优选
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | page: query.page || 0
6 | };
7 | return request(
8 | 'POST', `http://music.163.com/weapi/djradio/home/today/perfered`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | };
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_toplist_hours.js:
--------------------------------------------------------------------------------
1 | // 24小时榜
2 | module.exports = (query, request) => {
3 | const data = {
4 | limit: query.limit || 100
5 | // 不支持 offset
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/api/dj/toplist/hours`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_toplist_newcomer.js:
--------------------------------------------------------------------------------
1 | // 电台新人榜
2 | module.exports = (query, request) => {
3 | const data = {
4 | limit: query.limit || 100,
5 | offset: query.offset || 0
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/api/dj/toplist/newcomer`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_toplist_pay.js:
--------------------------------------------------------------------------------
1 | // 付费精品
2 | module.exports = (query, request) => {
3 | const data = {
4 | limit: query.limit || 100
5 | // 不支持 offset
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/api/djradio/toplist/pay`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/dj_toplist_popular.js:
--------------------------------------------------------------------------------
1 | // 24小时榜
2 | module.exports = (query, request) => {
3 | const data = {
4 | limit: query.limit || 100
5 | // 不支持 offset
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/api/dj/toplist/popular`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/event.js:
--------------------------------------------------------------------------------
1 | // 动态
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | 'pagesize': query.pagesize || 20,
6 | 'lasttime': query.lasttime || -1
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/v1/event/get`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/event_del.js:
--------------------------------------------------------------------------------
1 | // 删除动态
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.evId,
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/eapi/event/delete`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/fm_trash.js:
--------------------------------------------------------------------------------
1 | // 垃圾桶
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | songId: query.id
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/radio/trash/add?alg=RT&songId=${query.id}&time=${query.time || 25}`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/follow.js:
--------------------------------------------------------------------------------
1 | // 关注与取消关注用户
2 |
3 | module.exports = (query, request) => {
4 | query.cookie.os = 'pc'
5 | query.t = (query.t == 1 ? 'follow' : 'delfollow')
6 | return request(
7 | 'POST', `https://music.163.com/weapi/user/${query.t}/${query.id}`, {},
8 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
9 | )
10 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/hot_topic.js:
--------------------------------------------------------------------------------
1 | //热门话题
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | limit: query.limit || 20,
6 | offset: query.offset || 0
7 | }
8 | return request(
9 | 'POST', `http://music.163.com/weapi/act/hot`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | };
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/likelist.js:
--------------------------------------------------------------------------------
1 | // 喜欢的歌曲(无序)
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | uid: query.uid
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/song/like/get`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/login_refresh.js:
--------------------------------------------------------------------------------
1 | // 登录刷新
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/login/token/refresh`, {},
6 | {crypto: 'weapi', ua: 'pc', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/logout.js:
--------------------------------------------------------------------------------
1 | // 退出登录
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/logout`, {},
6 | {crypto: 'weapi', ua: 'pc', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/lyric.js:
--------------------------------------------------------------------------------
1 | // 歌词
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.id
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/song/lyric?lv=-1&kv=-1&tv=-1`, data,
9 | {crypto: 'linuxapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/mv_detail.js:
--------------------------------------------------------------------------------
1 | // MV详情
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.mvid
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/mv/detail`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/mv_url.js:
--------------------------------------------------------------------------------
1 | // MV链接
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.id,
6 | r: query.res || 1080
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/song/enhance/play/mv/url`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/personal_fm.js:
--------------------------------------------------------------------------------
1 | // 私人FM
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/v1/radio/get`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/personalized_djprogram.js:
--------------------------------------------------------------------------------
1 | // 推荐电台
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/personalized/djprogram`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/personalized_mv.js:
--------------------------------------------------------------------------------
1 | // 推荐MV
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/personalized/mv`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/personalized_newsong.js:
--------------------------------------------------------------------------------
1 | // 推荐新歌
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | type: 'recommend'
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/personalized/newsong`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/personalized_privatecontent.js:
--------------------------------------------------------------------------------
1 | // 独家放送
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/personalized/privatecontent`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/playlist_catlist.js:
--------------------------------------------------------------------------------
1 | // 全部歌单分类
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/playlist/catalogue`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/playlist_delete.js:
--------------------------------------------------------------------------------
1 | // 创建歌单
2 |
3 | module.exports = (query, request) => {
4 | query.cookie.os = 'pc';
5 | const data = {
6 | pid: query.id
7 | };
8 | return request('POST', `https://music.163.com/weapi/playlist/delete`, data, {
9 | crypto: 'weapi',
10 | cookie: query.cookie,
11 | proxy: query.proxy
12 | });
13 | };
14 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/playlist_detail.js:
--------------------------------------------------------------------------------
1 | // 歌单详情
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.id,
6 | n: 100000,
7 | s: query.s || 8
8 | }
9 | return request(
10 | 'POST', `https://music.163.com/weapi/v3/playlist/detail`, data,
11 | {crypto: 'linuxapi', cookie: query.cookie, proxy: query.proxy}
12 | )
13 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/playlist_hot.js:
--------------------------------------------------------------------------------
1 | // 热门歌单分类
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/playlist/hottags`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/recommend_resource.js:
--------------------------------------------------------------------------------
1 | // 每日推荐歌单
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/v1/discovery/recommend/resource`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/recommend_songs.js:
--------------------------------------------------------------------------------
1 | // 每日推荐歌曲
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | total: true
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/v1/discovery/recommend/songs`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/related_allvideo.js:
--------------------------------------------------------------------------------
1 | // 相关视频
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.id,
6 | type: (/^\d+$/.test(query.id)) ? 0 : 1
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/cloudvideo/v1/allvideo/rcmd`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/search_hot.js:
--------------------------------------------------------------------------------
1 | // 热门搜索
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | type: 1111
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/search/hot`, data,
9 | {crypto: 'weapi', ua: 'mobile', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/search_hot_detail.js:
--------------------------------------------------------------------------------
1 | // 热搜列表
2 | module.exports = (query, request) => {
3 | const data = {
4 | };
5 | return request(
6 | 'POST',
7 | `https://music.163.com/weapi/hotsearchlist/get`,
8 | data,
9 | { crypto: 'weapi', cookie: query.cookie, proxy: query.proxy }
10 | );
11 | };
12 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/search_multimatch.js:
--------------------------------------------------------------------------------
1 | // 多类型搜索
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | type: query.type || 1,
6 | s: query.keywords || ''
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/search/suggest/multimatch`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/setting.js:
--------------------------------------------------------------------------------
1 | module.exports = (query, request) => {
2 | const data = {
3 |
4 | }
5 | return request(
6 | 'POST', `https://music.163.com/api/user/setting`, data,
7 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
8 | )
9 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/simi_artist.js:
--------------------------------------------------------------------------------
1 | // 相似歌手
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | artistid: query.id
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/discovery/simiArtist`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/simi_mv.js:
--------------------------------------------------------------------------------
1 | // 相似MV
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | mvid: query.mvid
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/discovery/simiMV`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/toplist.js:
--------------------------------------------------------------------------------
1 | // 所有榜单介绍
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/toplist`, {},
6 | {crypto: 'linuxapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/toplist_artist.js:
--------------------------------------------------------------------------------
1 | // 歌手榜
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | type: 1,
6 | limit: 100,
7 | offset: 0,
8 | total: true
9 | }
10 | return request(
11 | 'POST', `https://music.163.com/weapi/toplist/artist`, data,
12 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
13 | )
14 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/toplist_detail.js:
--------------------------------------------------------------------------------
1 | // 所有榜单内容摘要
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/toplist/detail`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/user_audio.js:
--------------------------------------------------------------------------------
1 | // 用户创建的电台
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | userId: query.uid
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/djradio/get/byuser`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/user_cloud.js:
--------------------------------------------------------------------------------
1 | // 云盘数据
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | limit: query.limit || 30,
6 | offset: query.offset || 0
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/v1/cloud/get`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/user_cloud_del.js:
--------------------------------------------------------------------------------
1 | // 云盘歌曲删除
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | songIds: [query.id]
6 | };
7 | return request('POST', `http://music.163.com/weapi/cloud/del`, data, {
8 | crypto: 'weapi',
9 | cookie: query.cookie,
10 | proxy: query.proxy
11 | });
12 | };
13 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/user_detail.js:
--------------------------------------------------------------------------------
1 | // 用户详情
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/v1/user/detail/${query.uid}`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/user_dj.js:
--------------------------------------------------------------------------------
1 | // 用户电台节目
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | limit: query.limit || 30,
6 | offset: query.offset || 0
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/dj/program/${query.uid}`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/user_record.js:
--------------------------------------------------------------------------------
1 | // 听歌排行
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | uid: query.uid,
6 | type: query.type || 1 // 1: 最近一周, 0: 所有时间
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/v1/play/record`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/user_subcount.js:
--------------------------------------------------------------------------------
1 | // 收藏计数
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/subcount`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/video_detail.js:
--------------------------------------------------------------------------------
1 | // 视频详情
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | id: query.id
6 | }
7 | return request(
8 | 'POST', `https://music.163.com/weapi/cloudvideo/v1/video/detail`, data,
9 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
10 | )
11 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/video_group_list.js:
--------------------------------------------------------------------------------
1 | module.exports = (query, request) => {
2 | const data = {
3 | };
4 | return request(
5 | 'POST',
6 | `https://music.163.com/api/cloudvideo/group/list`,
7 | data,
8 | {
9 | crypto: 'weapi',
10 | cookie: query.cookie,
11 | proxy: query.proxy
12 | }
13 | );
14 | };
15 |
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/video_url.js:
--------------------------------------------------------------------------------
1 | // 视频链接
2 |
3 | module.exports = (query, request) => {
4 | const data = {
5 | ids: '["' + query.id + '"]',
6 | resolution: query.res || 1080
7 | }
8 | return request(
9 | 'POST', `https://music.163.com/weapi/cloudvideo/playurl`, data,
10 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
11 | )
12 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/module/weblog.js:
--------------------------------------------------------------------------------
1 | // 操作记录
2 |
3 | module.exports = (query, request) => {
4 | return request(
5 | 'POST', `https://music.163.com/weapi/feedback/weblog`, {},
6 | {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
7 | )
8 | }
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/artist_album.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/artist_album.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/artists.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/artists.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/banner.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/comment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/comment.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/docs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/docs.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/fm_trash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/fm_trash.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/like.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/like.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/likeSuccess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/likeSuccess.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/mv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/mv.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/new_albums.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/new_albums.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/personal_fm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/personal_fm.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/play_mv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/play_mv.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/screenshot1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/screenshot1.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/screenshot2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/screenshot2.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/signinError.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/signinError.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/signinSuccess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/signinSuccess.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/songDetail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/songDetail.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/top_artists.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/top_artists.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/top_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/top_list.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/top_playlist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/top_playlist.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/专辑.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/专辑.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/推荐歌单.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/推荐歌单.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/推荐歌曲.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/推荐歌曲.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/搜索.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/搜索.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/歌单详情.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/歌单详情.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/歌词.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/歌词.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/用户歌单.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/用户歌单.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/登录.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/登录.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/static/音乐 url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/NeteaseCloudMusicApi-master/static/音乐 url.png
--------------------------------------------------------------------------------
/Api接口数据/NeteaseCloudMusicApi-master/util/index.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | toBoolean(val) {
3 | if (val === '') return val
4 | return val === 'true' || val == '1'
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master.zip
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 | "plugins": ["@babel/plugin-transform-async-to-generator"]
3 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | node_modules
3 | *.log
4 |
5 | .idea/
6 | package-lock.json
7 |
8 | .vscode
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/.npmignore:
--------------------------------------------------------------------------------
1 | static
2 | docs
3 | node_modules
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/QQ音乐-v0.xmind:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/QQ音乐-v0.xmind
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/QQ音乐-v1.xmind:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/QQ音乐-v1.xmind
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/docs/.nojekyll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/docs/.nojekyll
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/docs/_coverpage.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | > QQ音乐API koa2实现版本
5 |
6 | * 当前代码仅共学习,不可做商业用途
7 | * 希望大家一起学习,有大佬愿意带我就更好了
8 |
9 | [GitHub](https://github.com/rain120/qq-music-api)
10 | [Get Started](#qqmusicapi)
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/docs/_navbar.md:
--------------------------------------------------------------------------------
1 | * Github其他项目
2 | * [Web-Study](https://github.com/Rain120/Web-Study)
3 | * [vue-study](https://github.com/Rain120/vue-study)
4 | * [program-learning-lists](https://github.com/Rain120/program-learning-lists)
5 | * [Free-Source](https://github.com/Rain120/Free-Source)
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/docs/chao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/docs/chao.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/docs/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/docs/logo.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/UCommon/UCommon.js:
--------------------------------------------------------------------------------
1 | const u_common = require('../u_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return u_common({ method, options });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/album/getAlbumInfo.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/v8/fcg-bin/fcg_v8_album_info_cp.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/comments/getComments.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/base/fcgi-bin/fcg_global_comment_h5.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/digitalAlbum/getDigitalAlbumLists.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/v8/fcg-bin/musicmall.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/music/getLyric.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/lyric/fcgi-bin/fcg_query_lyric_new.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/mv/getMvByTag.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/mv/fcgi-bin/getmv_by_tag', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/radio/getRadioLists.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/v8/fcg-bin/fcg_v8_radiolist.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/rank/getTopLists.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | const hasCommonParams = false;
6 | return y_common({ url: '/v8/fcg-bin/fcg_myqq_toplist.fcg', method, options, hasCommonParams, });
7 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/search/getHotKey.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/splcloud/fcgi-bin/gethotkey.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/search/getSearchByKey.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/soso/fcgi-bin/client_search_cp', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/search/getSmartbox.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/splcloud/fcgi-bin/smartbox_new.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/singers/getSimilarSinger.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/v8/fcg-bin/fcg_v8_simsinger.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/singers/getSingerDesc.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | const hasCommonParams = false;
6 | return y_common({ url: '/splcloud/fcgi-bin/fcg_get_singer_desc.fcg', method, options, hasCommonParams, });
7 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/singers/getSingerMv.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/mv/fcgi-bin/fcg_singer_mv.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/singers/getSingerStarNum.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/rsc/fcgi-bin/fcg_order_singer_getnum.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/songLists/songListCategories.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/splcloud/fcgi-bin/fcg_get_diss_tag_conf.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/songLists/songListDetail.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/qzone/fcg-bin/fcg_ucc_getcdinfo_byids_cp.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/module/apis/songLists/songLists.js:
--------------------------------------------------------------------------------
1 | const y_common = require('../y_common');
2 |
3 | module.exports = ({ method = 'get', params = {}, option = {} }) => {
4 | let options = Object.assign(option, { params, });
5 | return y_common({ url: '/splcloud/fcgi-bin/fcg_get_diss_by_tag.fcg', method, options, });
6 | }
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/downloadQQMusic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/downloadQQMusic.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getAlbumInfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getAlbumInfo.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getComments-id.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getComments-id.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getComments-param.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getComments-param.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getComments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getComments.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getDigitalAlbumLists.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getDigitalAlbumLists.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getLyric-parse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getLyric-parse.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getLyric.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getLyric.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getMusicVKey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getMusicVKey.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getMv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getMv.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getMvByTag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getMvByTag.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getMvPlay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getMvPlay.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getNewDisks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getNewDisks.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getRadioLists.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getRadioLists.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getRanks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getRanks.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getRecommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getRecommend.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSearchByKey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSearchByKey.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSimilarSinger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSimilarSinger.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerAlbum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerAlbum.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerDesc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerDesc.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerMv-default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerMv-default.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerMv-listen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerMv-listen.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerMv-time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerMv-time.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerStarNum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSingerStarNum.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSmartbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSmartbox.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSongListCategories.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSongListCategories.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSongListDetail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSongListDetail.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSongLists-params.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSongLists-params.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSongLists.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getSongLists.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getTicketInfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getTicketInfo.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getTopLists.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/getTopLists.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/gethotkey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/gethotkey.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/qq-music-v0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/qq-music-v0.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/screenshot/qq-music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/Api接口数据/QQ音乐/qq-music-api-master/screenshot/qq-music.png
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq-music-api-master/util/colors.js:
--------------------------------------------------------------------------------
1 | const colors = require('colors');
2 |
3 | colors.setTheme({
4 | silly: 'rainbow',
5 | input: 'grey',
6 | verbose: 'cyan',
7 | prompt: 'white',
8 | info: 'green',
9 | data: 'grey',
10 | help: 'cyan',
11 | warn: 'yellow',
12 | debug: 'blue',
13 | error: 'red'
14 | });
15 |
16 | module.exports = colors;
--------------------------------------------------------------------------------
/Api接口数据/QQ音乐/qq音乐接口.txt:
--------------------------------------------------------------------------------
1 | https://github.com/Rain120/qq-music-api
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/.editorconfig:
--------------------------------------------------------------------------------
1 | root = true
2 |
3 | [*]
4 | indent_style = space
5 | end_of_line = lf
6 | charset = utf-8
7 | trim_trailing_whitespace = true
8 | insert_final_newline = true
9 |
10 | [*.wxml]
11 | indent_size = 2
12 |
13 | [*.wxss]
14 | indent_size = 2
15 |
16 | [*.js]
17 | indent_size = 2
18 |
19 | [*.json]
20 | indent_size = 2
21 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/.eslintignore:
--------------------------------------------------------------------------------
1 | lib
2 | dist
3 | example/dist
4 | node_modules
5 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/.eslintrc:
--------------------------------------------------------------------------------
1 | {
2 | "root": true,
3 | "globals": {
4 | "getApp": false,
5 | "getCurrentPages": false,
6 | "Page": false,
7 | "Component": false,
8 | "App": false,
9 | "wx": false,
10 | "Behavior": false
11 | },
12 | "extends": ["@vant"]
13 | }
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/.github/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | 你好,请使用下面的链接创建 issue 以帮助我们更快的排查问题,不规范的 issue 会被关闭,感谢配合。
2 |
3 | https://youzan.github.io/vant-issue-generater?repo=VantWeapp
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/.gitignore:
--------------------------------------------------------------------------------
1 | *.log*
2 | .cache
3 | .DS_Store
4 | .idea
5 | .vscode
6 | node_modules
7 | project.config.json
8 | docs/dist
9 | example/dist
10 | .history
11 | changelog.generated.md
12 | package-lock.json
13 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/.npmignore:
--------------------------------------------------------------------------------
1 | changelog.generated.md
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | sudo: required
3 | addons:
4 | chrome: stable
5 | node_js:
6 | - 10
7 | os: linux
8 | cache:
9 | yarn: true
10 | branches:
11 | only:
12 | - master
13 | - dev
14 | install:
15 | - |
16 | yarn install
17 | script:
18 | - |
19 | npm run lint
20 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/babel.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | presets: [
3 | [
4 | '@babel/preset-env',
5 | {
6 | loose: true,
7 | modules: false
8 | }
9 | ]
10 | ],
11 | plugins: ['@babel/plugin-syntax-dynamic-import']
12 | };
13 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/browserslist:
--------------------------------------------------------------------------------
1 | Chrome >= 53
2 | ChromeAndroid >= 53
3 | iOS >= 8
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/build/release-site.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env sh
2 | rm -rf docs/dist
3 |
4 | npx cross-env NODE_ENV=production webpack --config build/webpack.doc.prd.js
5 |
6 | superman-cdn /vant-weapp ./docs/dist/*.js
7 |
8 | rm -rf docs/dist/*.js
9 |
10 | gh-pages -d docs/dist --add
11 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/action-sheet/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/action-sheet/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-popup": "../popup/index",
6 | "van-loading": "../loading/index"
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/area/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/area/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-picker": "../picker/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/area/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/button/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/button/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-loading": "../loading/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/card/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/card/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-tag": "../tag/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/cell-group/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/cell-group/index.js:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 | VantComponent({
3 | props: {
4 | title: String,
5 | border: {
6 | type: Boolean,
7 | value: true
8 | }
9 | }
10 | });
11 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/cell-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/cell-group/index.wxml:
--------------------------------------------------------------------------------
1 |
5 | {{ title }}
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/cell-group/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-cell-group__title{padding:15px 15px 5px;font-size:14px;line-height:16px;color:#999;color:var(--gray-dark,#999)}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/cell/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/cell/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/checkbox-group/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/checkbox-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/checkbox-group/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/checkbox-group/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/checkbox/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/checkbox/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/circle/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/circle/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/circle/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{ text }}
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/circle/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-circle{position:relative;display:inline-block;text-align:center}.van-circle__text{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#333;color:var(--circle-text-color,#333)}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/col/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/col/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/col/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/collapse-item/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/collapse-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/collapse/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/collapse/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/collapse/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/collapse/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/color.d.ts:
--------------------------------------------------------------------------------
1 | export declare const RED = "#ee0a24";
2 | export declare const BLUE = "#1989fa";
3 | export declare const WHITE = "#fff";
4 | export declare const GREEN = "#07c160";
5 | export declare const ORANGE = "#ff976a";
6 | export declare const GRAY = "#323233";
7 | export declare const GRAY_DARK = "#969799";
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/color.js:
--------------------------------------------------------------------------------
1 | export const RED = '#ee0a24';
2 | export const BLUE = '#1989fa';
3 | export const WHITE = '#fff';
4 | export const GREEN = '#07c160';
5 | export const ORANGE = '#ff976a';
6 | export const GRAY = '#323233';
7 | export const GRAY_DARK = '#969799';
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/component.d.ts:
--------------------------------------------------------------------------------
1 | import { VantComponentOptions, CombinedComponentInstance } from '../definitions/index';
2 | declare function VantComponent(vantOptions?: VantComponentOptions>): void;
3 | export { VantComponent };
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/style/clearfix.wxss:
--------------------------------------------------------------------------------
1 | .van-clearfix:after{display:table;clear:both;content:""}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/style/ellipsis.wxss:
--------------------------------------------------------------------------------
1 | .van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{-webkit-line-clamp:3}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/style/mixins/clearfix.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/dist/common/style/mixins/clearfix.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/style/mixins/ellipsis.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/dist/common/style/mixins/ellipsis.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/style/mixins/hairline.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/dist/common/style/mixins/hairline.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/style/theme.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/dist/common/style/theme.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/common/style/var.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/dist/common/style/var.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/datetime-picker/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/datetime-picker/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-picker": "../picker/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/datetime-picker/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/definitions/index.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/dist/definitions/index.js
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/definitions/weapp.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/dist/definitions/weapp.js
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/dialog/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/dialog/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-popup": "../popup/index",
5 | "van-button": "../button/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/divider/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/divider/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/field/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/field/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index",
5 | "van-icon": "../icon/index"
6 | }
7 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action-button/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action-button/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-button": "../button/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action-button/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';:host{-webkit-flex:1;flex:1}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action-icon/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action-icon/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-button": "../button/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action/index.js:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 | import { safeArea } from '../mixins/safe-area';
3 | VantComponent({
4 | mixins: [safeArea()]
5 | });
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/goods-action/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-goods-action{position:fixed;right:0;bottom:0;left:0;display:-webkit-flex;display:flex;background-color:#fff;background-color:var(--white,#fff)}.van-goods-action--safe{padding-bottom:34px;padding-bottom:var(--safe-area-inset-bottom,34px)}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/grid-item/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/grid-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/grid/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/grid/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/grid/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/grid/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-grid{position:relative;box-sizing:border-box;overflow:hidden}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/icon/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/icon/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/info/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/info/index.js:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 | VantComponent({
3 | props: {
4 | dot: Boolean,
5 | info: null,
6 | customStyle: String
7 | }
8 | });
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/info/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/info/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ dot ? '' : info }}
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/loading/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/loading/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/basic.d.ts:
--------------------------------------------------------------------------------
1 | export declare const basic: string;
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/button.d.ts:
--------------------------------------------------------------------------------
1 | export declare const button: string;
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/link.d.ts:
--------------------------------------------------------------------------------
1 | export declare const link: string;
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/observer/behavior.d.ts:
--------------------------------------------------------------------------------
1 | export declare const behavior: string;
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/observer/index.d.ts:
--------------------------------------------------------------------------------
1 | export declare function observe(vantOptions: any, options: any): void;
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/open-type.d.ts:
--------------------------------------------------------------------------------
1 | export declare const openType: string;
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/safe-area.d.ts:
--------------------------------------------------------------------------------
1 | export declare const safeArea: ({ safeAreaInsetBottom, safeAreaInsetTop }?: {
2 | safeAreaInsetBottom?: boolean;
3 | safeAreaInsetTop?: boolean;
4 | }) => string;
5 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/touch.d.ts:
--------------------------------------------------------------------------------
1 | export declare const touch: string;
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/mixins/transition.d.ts:
--------------------------------------------------------------------------------
1 | export declare const transition: (showDefaultValue: boolean) => any;
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/nav-bar/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/nav-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/notice-bar/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/notice-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/notify/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/notify/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-transition": "../transition/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/overlay/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/overlay/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-transition": "../transition/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/overlay/index.wxml:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/overlay/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);background-color:var(--overlay-background-color,rgba(0,0,0,.7))}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/panel/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/panel/index.js:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 | VantComponent({
3 | classes: ['header-class', 'footer-class'],
4 | props: {
5 | desc: String,
6 | title: String,
7 | status: String,
8 | useFooterSlot: Boolean
9 | }
10 | });
11 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/panel/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/panel/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-panel{background:#fff;background:var(--white,#fff)}.van-panel__header-value{color:#ee0a24;color:var(--red,#ee0a24)}.van-panel__footer{padding:10px 15px}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/picker-column/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/picker-column/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/picker-column/index.wxs:
--------------------------------------------------------------------------------
1 | function isObj(x) {
2 | var type = typeof x;
3 | return x !== null && (type === 'object' || type === 'function');
4 | }
5 |
6 | module.exports = function (option, valueKey) {
7 | return isObj(option) && option[valueKey] != null ? option[valueKey] : option;
8 | }
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/picker-column/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-picker-column{overflow:hidden;font-size:16px;text-align:center;color:#999;color:var(--gray-dark,#999)}.van-picker-column__item{padding:0 5px}.van-picker-column__item--selected{font-weight:500;color:#333;color:var(--text-color,#333)}.van-picker-column__item--disabled{opacity:.3}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/picker/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/picker/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "picker-column": "../picker-column/index",
5 | "loading": "../loading/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/popup/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/popup/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-overlay": "../overlay/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/progress/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/progress/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/progress/index.wxs:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | text: function(pivotText, percentage) {
3 | return pivotText || percentage + '%';
4 | }
5 | };
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/radio-group/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/radio-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/radio-group/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/radio-group/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/radio/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/radio/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/rate/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/rate/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/row/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/row/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/row/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/row/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-row:after{display:table;clear:both;content:""}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/search/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/search/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-field": "../field/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sidebar-item/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sidebar-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sidebar/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sidebar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sidebar/index.wxml:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sidebar/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-sidebar{width:85px}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/slider/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/slider/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/stepper/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/stepper/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/steps/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/steps/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sticky/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sticky/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sticky/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/sticky/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-sticky{position:relative}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/submit-bar/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/submit-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-button": "../button/index",
5 | "van-icon": "../icon/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/swipe-cell/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/swipe-cell/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/switch/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/switch/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-loading": "../loading/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tab/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tab/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tab/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tab/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-tab__pane{box-sizing:border-box;overflow-y:auto}.van-tab__pane--active{height:auto}.van-tab__pane--inactive{height:0;overflow:visible}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tabbar-item/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tabbar-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-info": "../info/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tabbar/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tabbar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tabbar/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tabbar/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-tabbar{display:-webkit-flex;display:flex;width:100%;height:50px;background-color:#fff;background-color:var(--white,#fff)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}.van-tabbar--safe{padding-bottom:34px;padding-bottom:var(--safe-area-inset-bottom,34px)}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tabs/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tabs/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tag/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tag/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/toast/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/toast/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-loading": "../loading/index",
6 | "van-overlay": "../overlay/index",
7 | "van-transition": "../transition/index"
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/transition/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/transition/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/transition/index.wxml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tree-select/index.d.ts:
--------------------------------------------------------------------------------
1 | export {};
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tree-select/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/tree-select/index.wxs:
--------------------------------------------------------------------------------
1 | /* eslint-disable */
2 | var array = require('../wxs/array.wxs');
3 |
4 | function isActive (activeList, itemId) {
5 | if (array.isArray(activeList)) {
6 | return activeList.indexOf(itemId) > -1;
7 | }
8 |
9 | return activeList === itemId;
10 | }
11 |
12 | module.exports.isActive = isActive;
13 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/wxs/array.wxs:
--------------------------------------------------------------------------------
1 | function isArray(array) {
2 | return array && array.constructor === 'Array';
3 | }
4 |
5 | module.exports.isArray = isArray;
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/wxs/object.wxs:
--------------------------------------------------------------------------------
1 | /* eslint-disable */
2 | var REGEXP = getRegExp('{|}|"', 'g');
3 |
4 | function keys(obj) {
5 | return JSON.stringify(obj)
6 | .replace(REGEXP, '')
7 | .split(',')
8 | .map(function(item) {
9 | return item.split(':')[0];
10 | });
11 | }
12 |
13 | module.exports.keys = keys;
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/dist/wxs/utils.wxs:
--------------------------------------------------------------------------------
1 | var bem = require('./bem.wxs').bem;
2 | var memoize = require('./memoize.wxs').memoize;
3 |
4 | module.exports = {
5 | bem: memoize(bem),
6 | memoize: memoize
7 | };
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/docs/src/preview.js:
--------------------------------------------------------------------------------
1 | import Vue from 'vue';
2 | import Preview from './Preview.vue';
3 |
4 | Vue.config.productionTip = false;
5 |
6 | new Vue({
7 | el: '#app',
8 | render: h => h(Preview)
9 | });
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/app.js:
--------------------------------------------------------------------------------
1 | App({
2 | globalData: {}
3 | });
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/common/page.js:
--------------------------------------------------------------------------------
1 | export default function(options = {}) {
2 | return Page({
3 | onShareAppMessage() {
4 | return {
5 | title: 'Vant Weapp 组件库演示'
6 | };
7 | },
8 | ...options
9 | });
10 | }
11 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/components/demo-block/index.js:
--------------------------------------------------------------------------------
1 | Component({
2 | properties: {
3 | title: String,
4 | padding: Boolean
5 | },
6 |
7 | externalClasses: ['custom-class']
8 | });
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/components/demo-block/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/components/demo-block/index.wxml:
--------------------------------------------------------------------------------
1 |
2 | {{ title }}
3 |
4 |
5 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/custom-tab-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-tabbar": "../dist/tabbar/index",
5 | "van-tabbar-item": "../dist/tabbar-item/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/custom-tab-bar/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ item.text }}
4 |
5 |
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/action-sheet/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "ActionSheet 上拉菜单"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/action-sheet/index.wxss:
--------------------------------------------------------------------------------
1 | .content {
2 | padding: 20px;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/area/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Area 省市区选择"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/area/index.wxss:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/button/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/button/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Button 按钮"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/button/index.wxss:
--------------------------------------------------------------------------------
1 | .row {
2 | height: 44px;
3 | margin-bottom: 15px;
4 | }
5 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/card/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page({
4 | data: {
5 | imageURL: '//img.yzcdn.cn/upload_files/2017/07/02/af5b9f44deaeb68000d7e4a711160c53.jpg'
6 | }
7 | });
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/card/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Card 商品卡片"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/card/index.wxss:
--------------------------------------------------------------------------------
1 | .container {
2 | height: 100vh;
3 | background-color: #fff;
4 | }
5 |
6 | .tag,
7 | .button {
8 | margin-right: 5px;
9 | }
10 |
11 | .van-card__footer {
12 | margin-top: 5px;
13 | }
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/cell/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/cell/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Cell 单元格"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/cell/index.wxss:
--------------------------------------------------------------------------------
1 | .title {
2 | margin-right: 5px;
3 | display: inline-block;
4 | vertical-align: middle;
5 | }
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/checkbox/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Checkbox 复选框"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/checkbox/index.wxss:
--------------------------------------------------------------------------------
1 | .demo-checkbox-group {
2 | margin: 10px 0 0 20px;
3 | }
4 |
5 | .demo-checkbox {
6 | margin: 10px 0 0 20px;
7 | }
8 |
9 | .value-class {
10 | flex: none !important;
11 | }
12 |
13 | .icon {
14 | width: 20px;
15 | }
16 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/circle/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Circle 进度条"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/circle/index.wxss:
--------------------------------------------------------------------------------
1 | .van-circle {
2 | margin: 5px 10px 20px;
3 | }
4 | .van-button{
5 | margin-left: 10px;
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/col/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/col/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Layout 布局"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/col/index.wxss:
--------------------------------------------------------------------------------
1 | .dark,
2 | .light {
3 | color: #fff;
4 | font-size: 13px;
5 | line-height: 30px;
6 | text-align: center;
7 | margin-bottom: 10px;
8 | background-clip: content-box;
9 | }
10 |
11 | .dark {
12 | background-color: #39a9ed;
13 | }
14 |
15 | .light {
16 | background-color: #66c6f2;
17 | }
18 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/collapse/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Collapse 折叠面板"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/collapse/index.wxss:
--------------------------------------------------------------------------------
1 | .van-icon-question {
2 | margin-left: 5px;
3 | font-size: 15px !important;
4 | color: #1989fa;
5 | vertical-align: -3px;
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/dashboard/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Vant Weapp"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/datetime-picker/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "DatetimePicker 时间选择"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/datetime-picker/index.wxss:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/dialog/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Dialog 弹出框"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/dialog/index.wxss:
--------------------------------------------------------------------------------
1 | .demo-image {
2 | width: 100%;
3 | padding: 25px 20px 0;
4 | box-sizing: border-box;
5 | }
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/divider/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/divider/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Divider 分割线"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/divider/index.wxss:
--------------------------------------------------------------------------------
1 | page {
2 | background-color: white;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/field/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Field 输入框"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/field/index.wxss:
--------------------------------------------------------------------------------
1 | .button {
2 | vertical-align: middle;
3 | }
4 |
5 | .custom-icon {
6 | color: #1989fa;
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/goods-action/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 | import Toast from '../../dist/toast/toast';
3 |
4 | Page({
5 | onClickIcon() {
6 | Toast('点击图标');
7 | },
8 |
9 | onClickButton() {
10 | Toast('点击按钮');
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/goods-action/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "GoodsAction 商品导航"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/goods-action/index.wxss:
--------------------------------------------------------------------------------
1 | .goods-action {
2 | position: relative !important;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/grid/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/grid/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Grid 宫格"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/grid/index.wxss:
--------------------------------------------------------------------------------
1 | /* empty */
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/icon/index.js:
--------------------------------------------------------------------------------
1 | import icons from '../../dist/@vant/icons/src/config';
2 | import Page from '../../common/page';
3 |
4 | Page({
5 | data: {
6 | icons,
7 | active: 0
8 | },
9 |
10 | onSwitch(event) {
11 | this.setData({
12 | active: event.detail.index
13 | });
14 | }
15 | });
16 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/icon/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Icon 图标"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/loading/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/loading/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Loading 加载"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/loading/index.wxss:
--------------------------------------------------------------------------------
1 | .loading {
2 | margin-right: 20px;
3 | }
4 |
5 | .shadow {
6 | padding: 10px;
7 | border-radius: 3px;
8 | background-color: rgba(0, 0, 0, .5);
9 | }
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/nav-bar/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page({
4 | onClickLeft() {
5 | wx.showToast({ title: '点击返回', icon: 'none' });
6 | },
7 |
8 | onClickRight() {
9 | wx.showToast({ title: '点击按钮', icon: 'none' });
10 | }
11 | });
12 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/nav-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "NavBar 导航栏"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/nav-bar/index.wxss:
--------------------------------------------------------------------------------
1 | .icon {
2 | color: #1989fa;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/notice-bar/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page({
4 | data: {
5 | text: '足协杯战线连续第2年上演广州德比战,上赛季半决赛上恒大以两回合5-3的总比分淘汰富力。'
6 | }
7 | });
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/notice-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "NoticeBar 通告栏"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/notice-bar/index.wxss:
--------------------------------------------------------------------------------
1 | /* pages/notice-bar/index.wxss */
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/notify/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Notify 消息通知"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/notify/index.wxss:
--------------------------------------------------------------------------------
1 | /* pages/notify/index.wxss */
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/overlay/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page({
4 | data: {
5 | show: false
6 | },
7 | onClickShow() {
8 | this.setData({ show: true });
9 | },
10 | onClickHide() {
11 | this.setData({ show: false });
12 | }
13 | });
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/overlay/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Overlay 遮罩层"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/overlay/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 显示遮罩层
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/overlay/index.wxss:
--------------------------------------------------------------------------------
1 | /* pages/overlay/index.wxss */
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/panel/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/panel/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Panel 面板"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/panel/index.wxss:
--------------------------------------------------------------------------------
1 | .content {
2 | padding: 20px;
3 | font-size: 16px;
4 | }
5 |
6 | .footer {
7 | text-align: right;
8 | }
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/picker/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Picker 选择器"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/picker/index.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/example/pages/picker/index.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/popup/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Popup 弹出层"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/popup/index.wxss:
--------------------------------------------------------------------------------
1 | :host {
2 | font-size: 16px;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/progress/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/progress/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Progress 进度条"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/progress/index.wxss:
--------------------------------------------------------------------------------
1 | .progress {
2 | margin: 5px 15px 20px;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/radio/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Radio 单选框"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/radio/index.wxss:
--------------------------------------------------------------------------------
1 | .demo-radio-group {
2 | padding: 0 17px;
3 | }
4 |
5 | .demo-radio {
6 | margin-bottom: 10px;
7 | }
8 |
9 | .value-class {
10 | flex: none !important;
11 | }
12 |
13 | .icon {
14 | width: 20px;
15 | }
16 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/rate/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Rate 评分"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/rate/index.wxss:
--------------------------------------------------------------------------------
1 | page {
2 | background-color: #fff;
3 | }
4 |
5 | .van-rate {
6 | margin-left: 15px;
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/search/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Search 搜索"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/search/index.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/example/pages/search/index.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/sidebar/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page({
4 | onChange(event) {
5 | wx.showToast({
6 | icon: 'none',
7 | title: `切换至第${event.detail}项`
8 | });
9 | }
10 | });
11 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/sidebar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Sidebar 侧边导航"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/sidebar/index.wxss:
--------------------------------------------------------------------------------
1 | page {
2 | background-color: #fff;
3 | }
4 |
5 | .custom-sidebar {
6 | margin-left: 15px;
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/slider/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Slider 滑块"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/slider/index.wxss:
--------------------------------------------------------------------------------
1 | .slider {
2 | margin: 0 15px 30px;
3 | }
4 |
5 | .custom-button {
6 | width: 26px;
7 | color: #fff;
8 | font-size: 10px;
9 | line-height: 18px;
10 | text-align: center;
11 | border-radius: 100px;
12 | background-color: #ee0a24;
13 | }
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/stepper/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Stepper 步进器"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/stepper/index.wxss:
--------------------------------------------------------------------------------
1 | /* pages/stepper/index.wxss */
2 | page {
3 | background-color: #fff;
4 | }
5 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/steps/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Steps 步骤条"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/steps/index.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/example/pages/steps/index.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/sticky/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page({
4 | data: {}
5 | });
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/sticky/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Sticky 粘性布局"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/sticky/index.wxss:
--------------------------------------------------------------------------------
1 | page {
2 | height: 200vh;
3 | }
4 |
5 | .van-button {
6 | margin-left: 16px;
7 | }
8 |
9 | .sticky-container {
10 | position: relative;
11 | z-index: -1;
12 | height: 150px;
13 | background-color: #fff;
14 | }
15 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/submit-bar/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 | import Toast from '../../dist/toast/toast';
3 |
4 | Page({
5 | onClickButton() {
6 | Toast('点击按钮');
7 | },
8 | onClickLink() {
9 | Toast('修改地址');
10 | }
11 | });
12 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/submit-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "SubmitBar 提交订单栏"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/submit-bar/index.wxss:
--------------------------------------------------------------------------------
1 | .van-submit-bar {
2 | position: relative !important;
3 | }
4 |
5 | .edit-address {
6 | color: #1989fa;
7 | }
8 |
9 | .van-tag {
10 | margin-left: 15px;
11 | }
12 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/swipe-cell/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "SwipeCell 滑动单元格"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/swipe-cell/index.wxss:
--------------------------------------------------------------------------------
1 | .demo-swipe-cell {
2 | user-select: none;
3 | }
4 |
5 | .van-swipe-cell__left,
6 | .van-swipe-cell__right {
7 | display: inline-block;
8 | width: 65px;
9 | height: 44px;
10 | font-size: 15px;
11 | line-height: 44px;
12 | color: #fff;
13 | text-align: center;
14 | background-color: #ee0a24;
15 | }
16 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/switch/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Switch 开关"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/switch/index.wxss:
--------------------------------------------------------------------------------
1 | /* pages/switch/index.wxss */
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tab/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Tab 标签页"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tabbar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Tabbar 标签栏"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tabbar/index.wxss:
--------------------------------------------------------------------------------
1 | .tabbar {
2 | position: relative !important;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tabbar1/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Tabbar 标签栏"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tabbar1/index.wxss:
--------------------------------------------------------------------------------
1 | .tabbar {
2 | position: relative !important;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tag/index.js:
--------------------------------------------------------------------------------
1 | import Page from '../../common/page';
2 |
3 | Page();
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tag/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Tag 标记"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tag/index.wxss:
--------------------------------------------------------------------------------
1 | /* pages/tag/index.wxss */
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/toast/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Toast 轻提示"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/toast/index.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/example/pages/toast/index.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/transition/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "Transition 动画"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tree-select/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "TreeSelect 分类选择"
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/pages/tree-select/index.wxss:
--------------------------------------------------------------------------------
1 | /* pages/tree-select/index.wxss */
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/example/sitemap.json:
--------------------------------------------------------------------------------
1 | {
2 | "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
3 | "rules": [{
4 | "action": "allow",
5 | "page": "*"
6 | }]
7 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/action-sheet/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-popup": "../popup/index",
6 | "van-loading": "../loading/index"
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/area/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-picker": "../picker/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/area/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/button/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-loading": "../loading/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/card/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-tag": "../tag/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/cell-group/index.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | var component_1 = require("../common/component");
4 | component_1.VantComponent({
5 | props: {
6 | title: String,
7 | border: {
8 | type: Boolean,
9 | value: true
10 | }
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/cell-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/cell-group/index.wxml:
--------------------------------------------------------------------------------
1 |
5 | {{ title }}
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/cell-group/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-cell-group__title{padding:15px 15px 5px;font-size:14px;line-height:16px;color:#999;color:var(--gray-dark,#999)}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/cell/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/checkbox-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/checkbox-group/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/checkbox-group/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/checkbox/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/circle/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/circle/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{ text }}
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/circle/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-circle{position:relative;display:inline-block;text-align:center}.van-circle__text{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#333;color:var(--circle-text-color,#333)}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/col/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/col/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/collapse-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/collapse/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/collapse/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/collapse/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/common/color.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | exports.RED = '#ee0a24';
4 | exports.BLUE = '#1989fa';
5 | exports.WHITE = '#fff';
6 | exports.GREEN = '#07c160';
7 | exports.ORANGE = '#ff976a';
8 | exports.GRAY = '#323233';
9 | exports.GRAY_DARK = '#969799';
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/common/style/clearfix.wxss:
--------------------------------------------------------------------------------
1 | .van-clearfix:after{display:table;clear:both;content:""}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/common/style/ellipsis.wxss:
--------------------------------------------------------------------------------
1 | .van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{-webkit-line-clamp:3}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/common/style/mixins/clearfix.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/lib/common/style/mixins/clearfix.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/common/style/mixins/ellipsis.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/lib/common/style/mixins/ellipsis.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/common/style/mixins/hairline.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/lib/common/style/mixins/hairline.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/common/style/theme.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/lib/common/style/theme.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/common/style/var.wxss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangsiman0419/Tool/eaada7d87080c72c695d25d522b4106d777f976a/vant-ui工具包/vant-weapp-dev/lib/common/style/var.wxss
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/datetime-picker/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-picker": "../picker/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/datetime-picker/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/definitions/index.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/definitions/weapp.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/dialog/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-popup": "../popup/index",
5 | "van-button": "../button/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/divider/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/field/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index",
5 | "van-icon": "../icon/index"
6 | }
7 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/goods-action-button/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-button": "../button/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/goods-action-button/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';:host{-webkit-flex:1;flex:1}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/goods-action-icon/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-button": "../button/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/goods-action/index.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | var component_1 = require("../common/component");
4 | var safe_area_1 = require("../mixins/safe-area");
5 | component_1.VantComponent({
6 | mixins: [safe_area_1.safeArea()]
7 | });
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/goods-action/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/goods-action/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/goods-action/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-goods-action{position:fixed;right:0;bottom:0;left:0;display:-webkit-flex;display:flex;background-color:#fff;background-color:var(--white,#fff)}.van-goods-action--safe{padding-bottom:34px;padding-bottom:var(--safe-area-inset-bottom,34px)}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/grid-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/grid/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/grid/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/grid/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-grid{position:relative;box-sizing:border-box;overflow:hidden}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/icon/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/info/index.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | var component_1 = require("../common/component");
4 | component_1.VantComponent({
5 | props: {
6 | dot: Boolean,
7 | info: null,
8 | customStyle: String
9 | }
10 | });
11 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/info/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/info/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ dot ? '' : info }}
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/loading/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/nav-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/notice-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/notify/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-transition": "../transition/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/overlay/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-transition": "../transition/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/overlay/index.wxml:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/overlay/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);background-color:var(--overlay-background-color,rgba(0,0,0,.7))}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/panel/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/panel/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-panel{background:#fff;background:var(--white,#fff)}.van-panel__header-value{color:#ee0a24;color:var(--red,#ee0a24)}.van-panel__footer{padding:10px 15px}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/picker-column/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/picker-column/index.wxs:
--------------------------------------------------------------------------------
1 | function isObj(x) {
2 | var type = typeof x;
3 | return x !== null && (type === 'object' || type === 'function');
4 | }
5 |
6 | module.exports = function (option, valueKey) {
7 | return isObj(option) && option[valueKey] != null ? option[valueKey] : option;
8 | }
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/picker-column/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-picker-column{overflow:hidden;font-size:16px;text-align:center;color:#999;color:var(--gray-dark,#999)}.van-picker-column__item{padding:0 5px}.van-picker-column__item--selected{font-weight:500;color:#333;color:var(--text-color,#333)}.van-picker-column__item--disabled{opacity:.3}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/picker/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "picker-column": "../picker-column/index",
5 | "loading": "../loading/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/popup/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-overlay": "../overlay/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/progress/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/progress/index.wxs:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | text: function(pivotText, percentage) {
3 | return pivotText || percentage + '%';
4 | }
5 | };
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/radio-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/radio-group/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/radio-group/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/radio/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/rate/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/row/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/row/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/row/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-row:after{display:table;clear:both;content:""}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/search/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-field": "../field/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/sidebar-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/sidebar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/sidebar/index.wxml:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/sidebar/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-sidebar{width:85px}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/slider/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/stepper/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/steps/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/sticky/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/sticky/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/sticky/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-sticky{position:relative}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/submit-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-button": "../button/index",
5 | "van-icon": "../icon/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/swipe-cell/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/switch/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-loading": "../loading/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tab/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tab/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tab/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-tab__pane{box-sizing:border-box;overflow-y:auto}.van-tab__pane--active{height:auto}.van-tab__pane--inactive{height:0;overflow:visible}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tabbar-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-info": "../info/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tabbar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tabbar/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tabbar/index.wxss:
--------------------------------------------------------------------------------
1 | @import '../common/index.wxss';.van-tabbar{display:-webkit-flex;display:flex;width:100%;height:50px;background-color:#fff;background-color:var(--white,#fff)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}.van-tabbar--safe{padding-bottom:34px;padding-bottom:var(--safe-area-inset-bottom,34px)}
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tabs/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tag/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/toast/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-loading": "../loading/index",
6 | "van-overlay": "../overlay/index",
7 | "van-transition": "../transition/index"
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/transition/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/transition/index.wxml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tree-select/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/tree-select/index.wxs:
--------------------------------------------------------------------------------
1 | /* eslint-disable */
2 | var array = require('../wxs/array.wxs');
3 |
4 | function isActive (activeList, itemId) {
5 | if (array.isArray(activeList)) {
6 | return activeList.indexOf(itemId) > -1;
7 | }
8 |
9 | return activeList === itemId;
10 | }
11 |
12 | module.exports.isActive = isActive;
13 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/wxs/array.wxs:
--------------------------------------------------------------------------------
1 | function isArray(array) {
2 | return array && array.constructor === 'Array';
3 | }
4 |
5 | module.exports.isArray = isArray;
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/wxs/object.wxs:
--------------------------------------------------------------------------------
1 | /* eslint-disable */
2 | var REGEXP = getRegExp('{|}|"', 'g');
3 |
4 | function keys(obj) {
5 | return JSON.stringify(obj)
6 | .replace(REGEXP, '')
7 | .split(',')
8 | .map(function(item) {
9 | return item.split(':')[0];
10 | });
11 | }
12 |
13 | module.exports.keys = keys;
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/lib/wxs/utils.wxs:
--------------------------------------------------------------------------------
1 | var bem = require('./bem.wxs').bem;
2 | var memoize = require('./memoize.wxs').memoize;
3 |
4 | module.exports = {
5 | bem: memoize(bem),
6 | memoize: memoize
7 | };
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/action-sheet/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-popup": "../popup/index",
6 | "van-loading": "../loading/index"
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/area/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-picker": "../picker/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/area/index.less:
--------------------------------------------------------------------------------
1 | // empty
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/button/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-loading": "../loading/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/card/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-tag": "../tag/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/cell-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/cell-group/index.less:
--------------------------------------------------------------------------------
1 | @import '../common/style/var.less';
2 | @import '../common/style/theme.less';
3 |
4 | .van-cell-group {
5 | &__title {
6 | padding: 15px 15px 5px;
7 | font-size: 14px;
8 | line-height: 16px;
9 | .theme(color, '@gray-dark');
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/cell-group/index.ts:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 |
3 | VantComponent({
4 | props: {
5 | title: String,
6 | border: {
7 | type: Boolean,
8 | value: true
9 | }
10 | }
11 | });
12 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/cell-group/index.wxml:
--------------------------------------------------------------------------------
1 |
5 | {{ title }}
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/cell/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/checkbox-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/checkbox-group/index.less:
--------------------------------------------------------------------------------
1 | // empty
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/checkbox-group/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/checkbox/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/circle/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/circle/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{ text }}
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/col/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/col/index.less:
--------------------------------------------------------------------------------
1 | .van-col {
2 | float: left;
3 | box-sizing: border-box;
4 | }
5 |
6 | .generate(24);
7 | .generate(@n, @i: 1) when (@i =< @n) {
8 | .van-col--@{i} { width: @i * 100% / 24; }
9 | .van-col--offset-@{i} { margin-left: @i * 100% / 24; }
10 | .generate(@n, (@i + 1));
11 | }
12 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/col/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/collapse-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/collapse/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/collapse/index.less:
--------------------------------------------------------------------------------
1 | @import '../common/style/var.less';
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/collapse/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/common/color.ts:
--------------------------------------------------------------------------------
1 | export const RED = '#ee0a24';
2 | export const BLUE = '#1989fa';
3 | export const WHITE = '#fff';
4 | export const GREEN = '#07c160';
5 | export const ORANGE = '#ff976a';
6 | export const GRAY = '#323233';
7 | export const GRAY_DARK = '#969799';
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/common/index.less:
--------------------------------------------------------------------------------
1 | /**
2 | * Entry of basic styles
3 | */
4 |
5 | @import "./style/var.less";
6 | @import "./style/ellipsis.less";
7 | @import "./style/clearfix.less";
8 | @import "./style/hairline.less";
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/common/style/clearfix.less:
--------------------------------------------------------------------------------
1 | @import './mixins/clearfix.less';
2 |
3 | .van-clearfix {
4 | .clearfix();
5 | }
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/common/style/ellipsis.less:
--------------------------------------------------------------------------------
1 | @import './mixins/ellipsis.less';
2 |
3 | .van-ellipsis {
4 | .ellipsis();
5 | }
6 |
7 | .van-multi-ellipsis--l2 {
8 | .multi-ellipsis(2);
9 | }
10 |
11 | .van-multi-ellipsis--l3 {
12 | .multi-ellipsis(3);
13 | }
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/common/style/mixins/clearfix.less:
--------------------------------------------------------------------------------
1 | .clearfix() {
2 | &::after {
3 | display: table;
4 | clear: both;
5 | content: '';
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/common/style/theme.less:
--------------------------------------------------------------------------------
1 | @import (reference) './var.less';
2 |
3 | .theme(@property, @imp) {
4 | @{property}: e(replace(@imp, '@([^() ]+)', '@{$1}', 'ig'));
5 | @{property}: e(replace(@imp, '@([^() ]+)', 'var(--$1, @{$1})', 'ig'));
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/datetime-picker/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-picker": "../picker/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/datetime-picker/index.less:
--------------------------------------------------------------------------------
1 | // empty
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/dialog/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-popup": "../popup/index",
5 | "van-button": "../button/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/divider/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/field/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index",
5 | "van-icon": "../icon/index"
6 | }
7 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/goods-action-button/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-button": "../button/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/goods-action-button/index.less:
--------------------------------------------------------------------------------
1 | :host {
2 | flex: 1;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/goods-action-icon/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-button": "../button/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/goods-action/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/goods-action/index.ts:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 | import { safeArea } from '../mixins/safe-area';
3 |
4 | VantComponent({
5 | mixins: [safeArea()]
6 | });
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/goods-action/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/grid-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/grid/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/grid/index.less:
--------------------------------------------------------------------------------
1 | .van-grid {
2 | position: relative;
3 | box-sizing: border-box;
4 | overflow: hidden;
5 | }
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/grid/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/icon/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/icon/index.less:
--------------------------------------------------------------------------------
1 | @import '../common/style/var.less';
2 | @import '@vant/icons/src/index.less';
3 |
4 | .van-icon {
5 | &--image {
6 | width: 1em;
7 | height: 1em;
8 | }
9 |
10 | &__image {
11 | width: 100%;
12 | height: 100%;
13 | }
14 |
15 | &__info {
16 | z-index: 1;
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/info/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/info/index.ts:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 |
3 | VantComponent({
4 | props: {
5 | dot: Boolean,
6 | info: null,
7 | customStyle: String
8 | }
9 | });
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/info/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ dot ? '' : info }}
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/loading/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/nav-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/notice-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/notify/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-transition": "../transition/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/overlay/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-transition": "../transition/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/overlay/index.less:
--------------------------------------------------------------------------------
1 | @import '../common/style/var.less';
2 | @import '../common/style/theme.less';
3 |
4 | .van-overlay {
5 | position: fixed;
6 | top: 0;
7 | left: 0;
8 | width: 100%;
9 | height: 100%;
10 | .theme(background-color, '@overlay-background-color');
11 | }
12 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/overlay/index.wxml:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/panel/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-cell": "../cell/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/panel/index.less:
--------------------------------------------------------------------------------
1 | @import '../common/style/var.less';
2 | @import '../common/style/theme.less';
3 |
4 | .van-panel {
5 | .theme(background, '@white');
6 |
7 | &__header-value {
8 | .theme(color, '@red');
9 | }
10 |
11 | &__footer {
12 | padding: 10px 15px;
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/panel/index.ts:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 |
3 | VantComponent({
4 | classes: ['header-class', 'footer-class'],
5 |
6 | props: {
7 | desc: String,
8 | title: String,
9 | status: String,
10 | useFooterSlot: Boolean
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/picker-column/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/picker-column/index.wxs:
--------------------------------------------------------------------------------
1 | function isObj(x) {
2 | var type = typeof x;
3 | return x !== null && (type === 'object' || type === 'function');
4 | }
5 |
6 | module.exports = function (option, valueKey) {
7 | return isObj(option) && option[valueKey] != null ? option[valueKey] : option;
8 | }
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/picker/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "picker-column": "../picker-column/index",
5 | "loading": "../loading/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/popup/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-overlay": "../overlay/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/progress/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/progress/index.wxs:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | text: function(pivotText, percentage) {
3 | return pivotText || percentage + '%';
4 | }
5 | };
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/radio-group/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/radio-group/index.less:
--------------------------------------------------------------------------------
1 | // empty
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/radio-group/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/radio/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/rate/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/row/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/row/index.less:
--------------------------------------------------------------------------------
1 | .van-row {
2 | &::after {
3 | display: table;
4 | clear: both;
5 | content: "";
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/row/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/search/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-field": "../field/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/sidebar-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/sidebar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/sidebar/index.less:
--------------------------------------------------------------------------------
1 | @import '../common/style/var.less';
2 |
3 | .van-sidebar {
4 | width: 85px;
5 | }
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/sidebar/index.wxml:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/slider/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/stepper/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/steps/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/sticky/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/sticky/index.less:
--------------------------------------------------------------------------------
1 | .van-sticky {
2 | position: relative;
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/sticky/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/submit-bar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-button": "../button/index",
5 | "van-icon": "../icon/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/swipe-cell/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/switch/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-loading": "../loading/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tab/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tab/index.less:
--------------------------------------------------------------------------------
1 | .van-tab__pane {
2 | box-sizing: border-box;
3 | overflow-y: auto;
4 |
5 | &--active {
6 | height: auto;
7 | }
8 |
9 | &--inactive {
10 | height: 0;
11 | overflow: visible;
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tab/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tabbar-item/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-info": "../info/index"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tabbar/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
4 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tabbar/index.wxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tabs/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-info": "../info/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tag/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tag/index.ts:
--------------------------------------------------------------------------------
1 | import { VantComponent } from '../common/component';
2 |
3 | VantComponent({
4 | props: {
5 | size: String,
6 | mark: Boolean,
7 | color: String,
8 | plain: Boolean,
9 | round: Boolean,
10 | textColor: String,
11 | type: {
12 | type: String,
13 | value: 'default'
14 | }
15 | }
16 | });
17 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/toast/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index",
5 | "van-loading": "../loading/index",
6 | "van-overlay": "../overlay/index",
7 | "van-transition": "../transition/index"
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/transition/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true
3 | }
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/transition/index.wxml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tree-select/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "van-icon": "../icon/index"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/tree-select/index.wxs:
--------------------------------------------------------------------------------
1 | /* eslint-disable */
2 | var array = require('../wxs/array.wxs');
3 |
4 | function isActive (activeList, itemId) {
5 | if (array.isArray(activeList)) {
6 | return activeList.indexOf(itemId) > -1;
7 | }
8 |
9 | return activeList === itemId;
10 | }
11 |
12 | module.exports.isActive = isActive;
13 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/wxs/array.wxs:
--------------------------------------------------------------------------------
1 | function isArray(array) {
2 | return array && array.constructor === 'Array';
3 | }
4 |
5 | module.exports.isArray = isArray;
6 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/wxs/object.wxs:
--------------------------------------------------------------------------------
1 | /* eslint-disable */
2 | var REGEXP = getRegExp('{|}|"', 'g');
3 |
4 | function keys(obj) {
5 | return JSON.stringify(obj)
6 | .replace(REGEXP, '')
7 | .split(',')
8 | .map(function(item) {
9 | return item.split(':')[0];
10 | });
11 | }
12 |
13 | module.exports.keys = keys;
14 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/packages/wxs/utils.wxs:
--------------------------------------------------------------------------------
1 | var bem = require('./bem.wxs').bem;
2 | var memoize = require('./memoize.wxs').memoize;
3 |
4 | module.exports = {
5 | bem: memoize(bem),
6 | memoize: memoize
7 | };
8 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | autoprefixer: {},
4 | cssnano: {
5 | preset: 'default'
6 | }
7 | }
8 | };
9 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/tsconfig.example.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "./tsconfig.json",
3 | "compilerOptions": {
4 | "outDir": "example/dist"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/vant-ui工具包/vant-weapp-dev/tsconfig.lib.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "./tsconfig.json",
3 | "compilerOptions": {
4 | "module": "commonjs",
5 | "target": "es5",
6 | "lib": ["es2015", "es2017", "dom"],
7 | "declaration": false,
8 | "outDir": "lib"
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/vant-ui工具包/使用.txt:
--------------------------------------------------------------------------------
1 | 将vant-weapp-dev/lib/下的所有文件复制过去
--------------------------------------------------------------------------------