diff --git a/.prettierignore b/.prettierignore index 5446648..15709e8 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,5 @@ build coverage dist -napi +netease_api diff --git a/napi/.editorconfig b/netease_api/.editorconfig similarity index 100% rename from napi/.editorconfig rename to netease_api/.editorconfig diff --git a/napi/.eslintrc.js b/netease_api/.eslintrc.js similarity index 100% rename from napi/.eslintrc.js rename to netease_api/.eslintrc.js diff --git a/napi/.gitignore b/netease_api/.gitignore similarity index 100% rename from napi/.gitignore rename to netease_api/.gitignore diff --git a/napi/.npmignore b/netease_api/.npmignore similarity index 100% rename from napi/.npmignore rename to netease_api/.npmignore diff --git a/napi/.prettierrc b/netease_api/.prettierrc similarity index 100% rename from napi/.prettierrc rename to netease_api/.prettierrc diff --git a/napi/README.MD b/netease_api/README.MD similarity index 100% rename from napi/README.MD rename to netease_api/README.MD diff --git a/napi/app.js b/netease_api/app.js similarity index 100% rename from napi/app.js rename to netease_api/app.js diff --git a/napi/buildScript.js b/netease_api/buildScript.js similarity index 100% rename from napi/buildScript.js rename to netease_api/buildScript.js diff --git a/napi/interface.d.ts b/netease_api/interface.d.ts similarity index 100% rename from napi/interface.d.ts rename to netease_api/interface.d.ts diff --git a/napi/main.js b/netease_api/main.js similarity index 100% rename from napi/main.js rename to netease_api/main.js diff --git a/napi/module/activate_init_profile.js b/netease_api/module/activate_init_profile.js similarity index 100% rename from napi/module/activate_init_profile.js rename to netease_api/module/activate_init_profile.js diff --git a/napi/module/album.js b/netease_api/module/album.js similarity index 100% rename from napi/module/album.js rename to netease_api/module/album.js diff --git a/napi/module/album_detail.js b/netease_api/module/album_detail.js similarity index 100% rename from napi/module/album_detail.js rename to netease_api/module/album_detail.js diff --git a/napi/module/album_detail_dynamic.js b/netease_api/module/album_detail_dynamic.js similarity index 100% rename from napi/module/album_detail_dynamic.js rename to netease_api/module/album_detail_dynamic.js diff --git a/napi/module/album_list.js b/netease_api/module/album_list.js similarity index 100% rename from napi/module/album_list.js rename to netease_api/module/album_list.js diff --git a/napi/module/album_list_style.js b/netease_api/module/album_list_style.js similarity index 100% rename from napi/module/album_list_style.js rename to netease_api/module/album_list_style.js diff --git a/napi/module/album_new.js b/netease_api/module/album_new.js similarity index 100% rename from napi/module/album_new.js rename to netease_api/module/album_new.js diff --git a/napi/module/album_newest.js b/netease_api/module/album_newest.js similarity index 100% rename from napi/module/album_newest.js rename to netease_api/module/album_newest.js diff --git a/napi/module/album_songsaleboard.js b/netease_api/module/album_songsaleboard.js similarity index 100% rename from napi/module/album_songsaleboard.js rename to netease_api/module/album_songsaleboard.js diff --git a/napi/module/album_sub.js b/netease_api/module/album_sub.js similarity index 100% rename from napi/module/album_sub.js rename to netease_api/module/album_sub.js diff --git a/napi/module/album_sublist.js b/netease_api/module/album_sublist.js similarity index 100% rename from napi/module/album_sublist.js rename to netease_api/module/album_sublist.js diff --git a/napi/module/artist_album.js b/netease_api/module/artist_album.js similarity index 100% rename from napi/module/artist_album.js rename to netease_api/module/artist_album.js diff --git a/napi/module/artist_desc.js b/netease_api/module/artist_desc.js similarity index 100% rename from napi/module/artist_desc.js rename to netease_api/module/artist_desc.js diff --git a/napi/module/artist_list.js b/netease_api/module/artist_list.js similarity index 100% rename from napi/module/artist_list.js rename to netease_api/module/artist_list.js diff --git a/napi/module/artist_mv.js b/netease_api/module/artist_mv.js similarity index 100% rename from napi/module/artist_mv.js rename to netease_api/module/artist_mv.js diff --git a/napi/module/artist_songs.js b/netease_api/module/artist_songs.js similarity index 100% rename from napi/module/artist_songs.js rename to netease_api/module/artist_songs.js diff --git a/napi/module/artist_sub.js b/netease_api/module/artist_sub.js similarity index 100% rename from napi/module/artist_sub.js rename to netease_api/module/artist_sub.js diff --git a/napi/module/artist_sublist.js b/netease_api/module/artist_sublist.js similarity index 100% rename from napi/module/artist_sublist.js rename to netease_api/module/artist_sublist.js diff --git a/napi/module/artist_top_song.js b/netease_api/module/artist_top_song.js similarity index 100% rename from napi/module/artist_top_song.js rename to netease_api/module/artist_top_song.js diff --git a/napi/module/artists.js b/netease_api/module/artists.js similarity index 100% rename from napi/module/artists.js rename to netease_api/module/artists.js diff --git a/napi/module/audio_match.js b/netease_api/module/audio_match.js similarity index 100% rename from napi/module/audio_match.js rename to netease_api/module/audio_match.js diff --git a/napi/module/avatar_upload.js b/netease_api/module/avatar_upload.js similarity index 100% rename from napi/module/avatar_upload.js rename to netease_api/module/avatar_upload.js diff --git a/napi/module/banner.js b/netease_api/module/banner.js similarity index 100% rename from napi/module/banner.js rename to netease_api/module/banner.js diff --git a/napi/module/batch.js b/netease_api/module/batch.js similarity index 100% rename from napi/module/batch.js rename to netease_api/module/batch.js diff --git a/napi/module/calendar.js b/netease_api/module/calendar.js similarity index 100% rename from napi/module/calendar.js rename to netease_api/module/calendar.js diff --git a/napi/module/captcha_sent.js b/netease_api/module/captcha_sent.js similarity index 100% rename from napi/module/captcha_sent.js rename to netease_api/module/captcha_sent.js diff --git a/napi/module/captcha_verify.js b/netease_api/module/captcha_verify.js similarity index 100% rename from napi/module/captcha_verify.js rename to netease_api/module/captcha_verify.js diff --git a/napi/module/cellphone_existence_check.js b/netease_api/module/cellphone_existence_check.js similarity index 100% rename from napi/module/cellphone_existence_check.js rename to netease_api/module/cellphone_existence_check.js diff --git a/napi/module/check_music.js b/netease_api/module/check_music.js similarity index 100% rename from napi/module/check_music.js rename to netease_api/module/check_music.js diff --git a/napi/module/cloudsearch.js b/netease_api/module/cloudsearch.js similarity index 100% rename from napi/module/cloudsearch.js rename to netease_api/module/cloudsearch.js diff --git a/napi/module/comment.js b/netease_api/module/comment.js similarity index 100% rename from napi/module/comment.js rename to netease_api/module/comment.js diff --git a/napi/module/comment_album.js b/netease_api/module/comment_album.js similarity index 100% rename from napi/module/comment_album.js rename to netease_api/module/comment_album.js diff --git a/napi/module/comment_dj.js b/netease_api/module/comment_dj.js similarity index 100% rename from napi/module/comment_dj.js rename to netease_api/module/comment_dj.js diff --git a/napi/module/comment_event.js b/netease_api/module/comment_event.js similarity index 100% rename from napi/module/comment_event.js rename to netease_api/module/comment_event.js diff --git a/napi/module/comment_floor.js b/netease_api/module/comment_floor.js similarity index 100% rename from napi/module/comment_floor.js rename to netease_api/module/comment_floor.js diff --git a/napi/module/comment_hot.js b/netease_api/module/comment_hot.js similarity index 100% rename from napi/module/comment_hot.js rename to netease_api/module/comment_hot.js diff --git a/napi/module/comment_hotwall_list.js b/netease_api/module/comment_hotwall_list.js similarity index 100% rename from napi/module/comment_hotwall_list.js rename to netease_api/module/comment_hotwall_list.js diff --git a/napi/module/comment_like.js b/netease_api/module/comment_like.js similarity index 100% rename from napi/module/comment_like.js rename to netease_api/module/comment_like.js diff --git a/napi/module/comment_music.js b/netease_api/module/comment_music.js similarity index 100% rename from napi/module/comment_music.js rename to netease_api/module/comment_music.js diff --git a/napi/module/comment_mv.js b/netease_api/module/comment_mv.js similarity index 100% rename from napi/module/comment_mv.js rename to netease_api/module/comment_mv.js diff --git a/napi/module/comment_new.js b/netease_api/module/comment_new.js similarity index 100% rename from napi/module/comment_new.js rename to netease_api/module/comment_new.js diff --git a/napi/module/comment_playlist.js b/netease_api/module/comment_playlist.js similarity index 100% rename from napi/module/comment_playlist.js rename to netease_api/module/comment_playlist.js diff --git a/napi/module/comment_video.js b/netease_api/module/comment_video.js similarity index 100% rename from napi/module/comment_video.js rename to netease_api/module/comment_video.js diff --git a/napi/module/countries_code_list.js b/netease_api/module/countries_code_list.js similarity index 100% rename from napi/module/countries_code_list.js rename to netease_api/module/countries_code_list.js diff --git a/napi/module/daily_signin.js b/netease_api/module/daily_signin.js similarity index 100% rename from napi/module/daily_signin.js rename to netease_api/module/daily_signin.js diff --git a/napi/module/digitalAlbum_ordering.js b/netease_api/module/digitalAlbum_ordering.js similarity index 100% rename from napi/module/digitalAlbum_ordering.js rename to netease_api/module/digitalAlbum_ordering.js diff --git a/napi/module/digitalAlbum_purchased.js b/netease_api/module/digitalAlbum_purchased.js similarity index 100% rename from napi/module/digitalAlbum_purchased.js rename to netease_api/module/digitalAlbum_purchased.js diff --git a/napi/module/dj_banner.js b/netease_api/module/dj_banner.js similarity index 100% rename from napi/module/dj_banner.js rename to netease_api/module/dj_banner.js diff --git a/napi/module/dj_category_excludehot.js b/netease_api/module/dj_category_excludehot.js similarity index 100% rename from napi/module/dj_category_excludehot.js rename to netease_api/module/dj_category_excludehot.js diff --git a/napi/module/dj_category_recommend.js b/netease_api/module/dj_category_recommend.js similarity index 100% rename from napi/module/dj_category_recommend.js rename to netease_api/module/dj_category_recommend.js diff --git a/napi/module/dj_catelist.js b/netease_api/module/dj_catelist.js similarity index 100% rename from napi/module/dj_catelist.js rename to netease_api/module/dj_catelist.js diff --git a/napi/module/dj_detail.js b/netease_api/module/dj_detail.js similarity index 100% rename from napi/module/dj_detail.js rename to netease_api/module/dj_detail.js diff --git a/napi/module/dj_hot.js b/netease_api/module/dj_hot.js similarity index 100% rename from napi/module/dj_hot.js rename to netease_api/module/dj_hot.js diff --git a/napi/module/dj_paygift.js b/netease_api/module/dj_paygift.js similarity index 100% rename from napi/module/dj_paygift.js rename to netease_api/module/dj_paygift.js diff --git a/napi/module/dj_personalize_recommend.js b/netease_api/module/dj_personalize_recommend.js similarity index 100% rename from napi/module/dj_personalize_recommend.js rename to netease_api/module/dj_personalize_recommend.js diff --git a/napi/module/dj_program.js b/netease_api/module/dj_program.js similarity index 100% rename from napi/module/dj_program.js rename to netease_api/module/dj_program.js diff --git a/napi/module/dj_program_detail.js b/netease_api/module/dj_program_detail.js similarity index 100% rename from napi/module/dj_program_detail.js rename to netease_api/module/dj_program_detail.js diff --git a/napi/module/dj_program_toplist.js b/netease_api/module/dj_program_toplist.js similarity index 100% rename from napi/module/dj_program_toplist.js rename to netease_api/module/dj_program_toplist.js diff --git a/napi/module/dj_program_toplist_hours.js b/netease_api/module/dj_program_toplist_hours.js similarity index 100% rename from napi/module/dj_program_toplist_hours.js rename to netease_api/module/dj_program_toplist_hours.js diff --git a/napi/module/dj_radio_hot.js b/netease_api/module/dj_radio_hot.js similarity index 100% rename from napi/module/dj_radio_hot.js rename to netease_api/module/dj_radio_hot.js diff --git a/napi/module/dj_recommend.js b/netease_api/module/dj_recommend.js similarity index 100% rename from napi/module/dj_recommend.js rename to netease_api/module/dj_recommend.js diff --git a/napi/module/dj_recommend_type.js b/netease_api/module/dj_recommend_type.js similarity index 100% rename from napi/module/dj_recommend_type.js rename to netease_api/module/dj_recommend_type.js diff --git a/napi/module/dj_sub.js b/netease_api/module/dj_sub.js similarity index 100% rename from napi/module/dj_sub.js rename to netease_api/module/dj_sub.js diff --git a/napi/module/dj_sublist.js b/netease_api/module/dj_sublist.js similarity index 100% rename from napi/module/dj_sublist.js rename to netease_api/module/dj_sublist.js diff --git a/napi/module/dj_subscriber.js b/netease_api/module/dj_subscriber.js similarity index 100% rename from napi/module/dj_subscriber.js rename to netease_api/module/dj_subscriber.js diff --git a/napi/module/dj_today_perfered.js b/netease_api/module/dj_today_perfered.js similarity index 100% rename from napi/module/dj_today_perfered.js rename to netease_api/module/dj_today_perfered.js diff --git a/napi/module/dj_toplist.js b/netease_api/module/dj_toplist.js similarity index 100% rename from napi/module/dj_toplist.js rename to netease_api/module/dj_toplist.js diff --git a/napi/module/dj_toplist_hours.js b/netease_api/module/dj_toplist_hours.js similarity index 100% rename from napi/module/dj_toplist_hours.js rename to netease_api/module/dj_toplist_hours.js diff --git a/napi/module/dj_toplist_newcomer.js b/netease_api/module/dj_toplist_newcomer.js similarity index 100% rename from napi/module/dj_toplist_newcomer.js rename to netease_api/module/dj_toplist_newcomer.js diff --git a/napi/module/dj_toplist_pay.js b/netease_api/module/dj_toplist_pay.js similarity index 100% rename from napi/module/dj_toplist_pay.js rename to netease_api/module/dj_toplist_pay.js diff --git a/napi/module/dj_toplist_popular.js b/netease_api/module/dj_toplist_popular.js similarity index 100% rename from napi/module/dj_toplist_popular.js rename to netease_api/module/dj_toplist_popular.js diff --git a/napi/module/event.js b/netease_api/module/event.js similarity index 100% rename from napi/module/event.js rename to netease_api/module/event.js diff --git a/napi/module/event_del.js b/netease_api/module/event_del.js similarity index 100% rename from napi/module/event_del.js rename to netease_api/module/event_del.js diff --git a/napi/module/event_forward.js b/netease_api/module/event_forward.js similarity index 100% rename from napi/module/event_forward.js rename to netease_api/module/event_forward.js diff --git a/napi/module/fm_trash.js b/netease_api/module/fm_trash.js similarity index 100% rename from napi/module/fm_trash.js rename to netease_api/module/fm_trash.js diff --git a/napi/module/follow.js b/netease_api/module/follow.js similarity index 100% rename from napi/module/follow.js rename to netease_api/module/follow.js diff --git a/napi/module/history_recommend_songs.js b/netease_api/module/history_recommend_songs.js similarity index 100% rename from napi/module/history_recommend_songs.js rename to netease_api/module/history_recommend_songs.js diff --git a/napi/module/history_recommend_songs_detail.js b/netease_api/module/history_recommend_songs_detail.js similarity index 100% rename from napi/module/history_recommend_songs_detail.js rename to netease_api/module/history_recommend_songs_detail.js diff --git a/napi/module/homepage_block_page.js b/netease_api/module/homepage_block_page.js similarity index 100% rename from napi/module/homepage_block_page.js rename to netease_api/module/homepage_block_page.js diff --git a/napi/module/homepage_dragon_ball.js b/netease_api/module/homepage_dragon_ball.js similarity index 100% rename from napi/module/homepage_dragon_ball.js rename to netease_api/module/homepage_dragon_ball.js diff --git a/napi/module/hot_topic.js b/netease_api/module/hot_topic.js similarity index 100% rename from napi/module/hot_topic.js rename to netease_api/module/hot_topic.js diff --git a/napi/module/like.js b/netease_api/module/like.js similarity index 100% rename from napi/module/like.js rename to netease_api/module/like.js diff --git a/napi/module/likelist.js b/netease_api/module/likelist.js similarity index 100% rename from napi/module/likelist.js rename to netease_api/module/likelist.js diff --git a/napi/module/login.js b/netease_api/module/login.js similarity index 100% rename from napi/module/login.js rename to netease_api/module/login.js diff --git a/napi/module/login_cellphone.js b/netease_api/module/login_cellphone.js similarity index 100% rename from napi/module/login_cellphone.js rename to netease_api/module/login_cellphone.js diff --git a/napi/module/login_refresh.js b/netease_api/module/login_refresh.js similarity index 100% rename from napi/module/login_refresh.js rename to netease_api/module/login_refresh.js diff --git a/napi/module/login_status.js b/netease_api/module/login_status.js similarity index 100% rename from napi/module/login_status.js rename to netease_api/module/login_status.js diff --git a/napi/module/logout.js b/netease_api/module/logout.js similarity index 100% rename from napi/module/logout.js rename to netease_api/module/logout.js diff --git a/napi/module/lyric.js b/netease_api/module/lyric.js similarity index 100% rename from napi/module/lyric.js rename to netease_api/module/lyric.js diff --git a/napi/module/msg_comments.js b/netease_api/module/msg_comments.js similarity index 100% rename from napi/module/msg_comments.js rename to netease_api/module/msg_comments.js diff --git a/napi/module/msg_forwards.js b/netease_api/module/msg_forwards.js similarity index 100% rename from napi/module/msg_forwards.js rename to netease_api/module/msg_forwards.js diff --git a/napi/module/msg_notices.js b/netease_api/module/msg_notices.js similarity index 100% rename from napi/module/msg_notices.js rename to netease_api/module/msg_notices.js diff --git a/napi/module/msg_private.js b/netease_api/module/msg_private.js similarity index 100% rename from napi/module/msg_private.js rename to netease_api/module/msg_private.js diff --git a/napi/module/msg_private_history.js b/netease_api/module/msg_private_history.js similarity index 100% rename from napi/module/msg_private_history.js rename to netease_api/module/msg_private_history.js diff --git a/napi/module/mv_all.js b/netease_api/module/mv_all.js similarity index 100% rename from napi/module/mv_all.js rename to netease_api/module/mv_all.js diff --git a/napi/module/mv_detail.js b/netease_api/module/mv_detail.js similarity index 100% rename from napi/module/mv_detail.js rename to netease_api/module/mv_detail.js diff --git a/napi/module/mv_detail_info.js b/netease_api/module/mv_detail_info.js similarity index 100% rename from napi/module/mv_detail_info.js rename to netease_api/module/mv_detail_info.js diff --git a/napi/module/mv_exclusive_rcmd.js b/netease_api/module/mv_exclusive_rcmd.js similarity index 100% rename from napi/module/mv_exclusive_rcmd.js rename to netease_api/module/mv_exclusive_rcmd.js diff --git a/napi/module/mv_first.js b/netease_api/module/mv_first.js similarity index 100% rename from napi/module/mv_first.js rename to netease_api/module/mv_first.js diff --git a/napi/module/mv_sub.js b/netease_api/module/mv_sub.js similarity index 100% rename from napi/module/mv_sub.js rename to netease_api/module/mv_sub.js diff --git a/napi/module/mv_sublist.js b/netease_api/module/mv_sublist.js similarity index 100% rename from napi/module/mv_sublist.js rename to netease_api/module/mv_sublist.js diff --git a/napi/module/mv_url.js b/netease_api/module/mv_url.js similarity index 100% rename from napi/module/mv_url.js rename to netease_api/module/mv_url.js diff --git a/napi/module/personal_fm.js b/netease_api/module/personal_fm.js similarity index 100% rename from napi/module/personal_fm.js rename to netease_api/module/personal_fm.js diff --git a/napi/module/personalized.js b/netease_api/module/personalized.js similarity index 100% rename from napi/module/personalized.js rename to netease_api/module/personalized.js diff --git a/napi/module/personalized_djprogram.js b/netease_api/module/personalized_djprogram.js similarity index 100% rename from napi/module/personalized_djprogram.js rename to netease_api/module/personalized_djprogram.js diff --git a/napi/module/personalized_mv.js b/netease_api/module/personalized_mv.js similarity index 100% rename from napi/module/personalized_mv.js rename to netease_api/module/personalized_mv.js diff --git a/napi/module/personalized_newsong.js b/netease_api/module/personalized_newsong.js similarity index 100% rename from napi/module/personalized_newsong.js rename to netease_api/module/personalized_newsong.js diff --git a/napi/module/personalized_privatecontent.js b/netease_api/module/personalized_privatecontent.js similarity index 100% rename from napi/module/personalized_privatecontent.js rename to netease_api/module/personalized_privatecontent.js diff --git a/napi/module/personalized_privatecontent_list.js b/netease_api/module/personalized_privatecontent_list.js similarity index 100% rename from napi/module/personalized_privatecontent_list.js rename to netease_api/module/personalized_privatecontent_list.js diff --git a/napi/module/playlist_catlist.js b/netease_api/module/playlist_catlist.js similarity index 100% rename from napi/module/playlist_catlist.js rename to netease_api/module/playlist_catlist.js diff --git a/napi/module/playlist_cover_update.js b/netease_api/module/playlist_cover_update.js similarity index 100% rename from napi/module/playlist_cover_update.js rename to netease_api/module/playlist_cover_update.js diff --git a/napi/module/playlist_create.js b/netease_api/module/playlist_create.js similarity index 100% rename from napi/module/playlist_create.js rename to netease_api/module/playlist_create.js diff --git a/napi/module/playlist_delete.js b/netease_api/module/playlist_delete.js similarity index 100% rename from napi/module/playlist_delete.js rename to netease_api/module/playlist_delete.js diff --git a/napi/module/playlist_desc_update.js b/netease_api/module/playlist_desc_update.js similarity index 100% rename from napi/module/playlist_desc_update.js rename to netease_api/module/playlist_desc_update.js diff --git a/napi/module/playlist_detail.js b/netease_api/module/playlist_detail.js similarity index 100% rename from napi/module/playlist_detail.js rename to netease_api/module/playlist_detail.js diff --git a/napi/module/playlist_highquality_tags.js b/netease_api/module/playlist_highquality_tags.js similarity index 100% rename from napi/module/playlist_highquality_tags.js rename to netease_api/module/playlist_highquality_tags.js diff --git a/napi/module/playlist_hot.js b/netease_api/module/playlist_hot.js similarity index 100% rename from napi/module/playlist_hot.js rename to netease_api/module/playlist_hot.js diff --git a/napi/module/playlist_mylike.js b/netease_api/module/playlist_mylike.js similarity index 100% rename from napi/module/playlist_mylike.js rename to netease_api/module/playlist_mylike.js diff --git a/napi/module/playlist_name_update.js b/netease_api/module/playlist_name_update.js similarity index 100% rename from napi/module/playlist_name_update.js rename to netease_api/module/playlist_name_update.js diff --git a/napi/module/playlist_order_update.js b/netease_api/module/playlist_order_update.js similarity index 100% rename from napi/module/playlist_order_update.js rename to netease_api/module/playlist_order_update.js diff --git a/napi/module/playlist_subscribe.js b/netease_api/module/playlist_subscribe.js similarity index 100% rename from napi/module/playlist_subscribe.js rename to netease_api/module/playlist_subscribe.js diff --git a/napi/module/playlist_subscribers.js b/netease_api/module/playlist_subscribers.js similarity index 100% rename from napi/module/playlist_subscribers.js rename to netease_api/module/playlist_subscribers.js diff --git a/napi/module/playlist_tags_update.js b/netease_api/module/playlist_tags_update.js similarity index 100% rename from napi/module/playlist_tags_update.js rename to netease_api/module/playlist_tags_update.js diff --git a/napi/module/playlist_track_add.js b/netease_api/module/playlist_track_add.js similarity index 100% rename from napi/module/playlist_track_add.js rename to netease_api/module/playlist_track_add.js diff --git a/napi/module/playlist_track_delete.js b/netease_api/module/playlist_track_delete.js similarity index 100% rename from napi/module/playlist_track_delete.js rename to netease_api/module/playlist_track_delete.js diff --git a/napi/module/playlist_tracks.js b/netease_api/module/playlist_tracks.js similarity index 100% rename from napi/module/playlist_tracks.js rename to netease_api/module/playlist_tracks.js diff --git a/napi/module/playlist_update.js b/netease_api/module/playlist_update.js similarity index 100% rename from napi/module/playlist_update.js rename to netease_api/module/playlist_update.js diff --git a/napi/module/playlist_video_recent.js b/netease_api/module/playlist_video_recent.js similarity index 100% rename from napi/module/playlist_video_recent.js rename to netease_api/module/playlist_video_recent.js diff --git a/napi/module/playmode_intelligence_list.js b/netease_api/module/playmode_intelligence_list.js similarity index 100% rename from napi/module/playmode_intelligence_list.js rename to netease_api/module/playmode_intelligence_list.js diff --git a/napi/module/program_recommend.js b/netease_api/module/program_recommend.js similarity index 100% rename from napi/module/program_recommend.js rename to netease_api/module/program_recommend.js diff --git a/napi/module/rebind.js b/netease_api/module/rebind.js similarity index 100% rename from napi/module/rebind.js rename to netease_api/module/rebind.js diff --git a/napi/module/recommend_resource.js b/netease_api/module/recommend_resource.js similarity index 100% rename from napi/module/recommend_resource.js rename to netease_api/module/recommend_resource.js diff --git a/napi/module/recommend_songs.js b/netease_api/module/recommend_songs.js similarity index 100% rename from napi/module/recommend_songs.js rename to netease_api/module/recommend_songs.js diff --git a/napi/module/register_cellphone.js b/netease_api/module/register_cellphone.js similarity index 100% rename from napi/module/register_cellphone.js rename to netease_api/module/register_cellphone.js diff --git a/napi/module/related_allvideo.js b/netease_api/module/related_allvideo.js similarity index 100% rename from napi/module/related_allvideo.js rename to netease_api/module/related_allvideo.js diff --git a/napi/module/related_playlist.js b/netease_api/module/related_playlist.js similarity index 100% rename from napi/module/related_playlist.js rename to netease_api/module/related_playlist.js diff --git a/napi/module/resource_like.js b/netease_api/module/resource_like.js similarity index 100% rename from napi/module/resource_like.js rename to netease_api/module/resource_like.js diff --git a/napi/module/scrobble.js b/netease_api/module/scrobble.js similarity index 100% rename from napi/module/scrobble.js rename to netease_api/module/scrobble.js diff --git a/napi/module/search.js b/netease_api/module/search.js similarity index 100% rename from napi/module/search.js rename to netease_api/module/search.js diff --git a/napi/module/search_default.js b/netease_api/module/search_default.js similarity index 100% rename from napi/module/search_default.js rename to netease_api/module/search_default.js diff --git a/napi/module/search_hot.js b/netease_api/module/search_hot.js similarity index 100% rename from napi/module/search_hot.js rename to netease_api/module/search_hot.js diff --git a/napi/module/search_hot_detail.js b/netease_api/module/search_hot_detail.js similarity index 100% rename from napi/module/search_hot_detail.js rename to netease_api/module/search_hot_detail.js diff --git a/napi/module/search_multimatch.js b/netease_api/module/search_multimatch.js similarity index 100% rename from napi/module/search_multimatch.js rename to netease_api/module/search_multimatch.js diff --git a/napi/module/search_suggest.js b/netease_api/module/search_suggest.js similarity index 100% rename from napi/module/search_suggest.js rename to netease_api/module/search_suggest.js diff --git a/napi/module/send_playlist.js b/netease_api/module/send_playlist.js similarity index 100% rename from napi/module/send_playlist.js rename to netease_api/module/send_playlist.js diff --git a/napi/module/send_text.js b/netease_api/module/send_text.js similarity index 100% rename from napi/module/send_text.js rename to netease_api/module/send_text.js diff --git a/napi/module/setting.js b/netease_api/module/setting.js similarity index 100% rename from napi/module/setting.js rename to netease_api/module/setting.js diff --git a/napi/module/share_resource.js b/netease_api/module/share_resource.js similarity index 100% rename from napi/module/share_resource.js rename to netease_api/module/share_resource.js diff --git a/napi/module/simi_artist.js b/netease_api/module/simi_artist.js similarity index 100% rename from napi/module/simi_artist.js rename to netease_api/module/simi_artist.js diff --git a/napi/module/simi_mv.js b/netease_api/module/simi_mv.js similarity index 100% rename from napi/module/simi_mv.js rename to netease_api/module/simi_mv.js diff --git a/napi/module/simi_playlist.js b/netease_api/module/simi_playlist.js similarity index 100% rename from napi/module/simi_playlist.js rename to netease_api/module/simi_playlist.js diff --git a/napi/module/simi_song.js b/netease_api/module/simi_song.js similarity index 100% rename from napi/module/simi_song.js rename to netease_api/module/simi_song.js diff --git a/napi/module/simi_user.js b/netease_api/module/simi_user.js similarity index 100% rename from napi/module/simi_user.js rename to netease_api/module/simi_user.js diff --git a/napi/module/song_detail.js b/netease_api/module/song_detail.js similarity index 100% rename from napi/module/song_detail.js rename to netease_api/module/song_detail.js diff --git a/napi/module/song_order_update.js b/netease_api/module/song_order_update.js similarity index 100% rename from napi/module/song_order_update.js rename to netease_api/module/song_order_update.js diff --git a/napi/module/song_url.js b/netease_api/module/song_url.js similarity index 100% rename from napi/module/song_url.js rename to netease_api/module/song_url.js diff --git a/napi/module/top_album.js b/netease_api/module/top_album.js similarity index 100% rename from napi/module/top_album.js rename to netease_api/module/top_album.js diff --git a/napi/module/top_artists.js b/netease_api/module/top_artists.js similarity index 100% rename from napi/module/top_artists.js rename to netease_api/module/top_artists.js diff --git a/napi/module/top_list.js b/netease_api/module/top_list.js similarity index 100% rename from napi/module/top_list.js rename to netease_api/module/top_list.js diff --git a/napi/module/top_mv.js b/netease_api/module/top_mv.js similarity index 100% rename from napi/module/top_mv.js rename to netease_api/module/top_mv.js diff --git a/napi/module/top_playlist.js b/netease_api/module/top_playlist.js similarity index 100% rename from napi/module/top_playlist.js rename to netease_api/module/top_playlist.js diff --git a/napi/module/top_playlist_highquality.js b/netease_api/module/top_playlist_highquality.js similarity index 100% rename from napi/module/top_playlist_highquality.js rename to netease_api/module/top_playlist_highquality.js diff --git a/napi/module/top_song.js b/netease_api/module/top_song.js similarity index 100% rename from napi/module/top_song.js rename to netease_api/module/top_song.js diff --git a/napi/module/toplist.js b/netease_api/module/toplist.js similarity index 100% rename from napi/module/toplist.js rename to netease_api/module/toplist.js diff --git a/napi/module/toplist_artist.js b/netease_api/module/toplist_artist.js similarity index 100% rename from napi/module/toplist_artist.js rename to netease_api/module/toplist_artist.js diff --git a/napi/module/toplist_detail.js b/netease_api/module/toplist_detail.js similarity index 100% rename from napi/module/toplist_detail.js rename to netease_api/module/toplist_detail.js diff --git a/napi/module/user_account.js b/netease_api/module/user_account.js similarity index 100% rename from napi/module/user_account.js rename to netease_api/module/user_account.js diff --git a/napi/module/user_audio.js b/netease_api/module/user_audio.js similarity index 100% rename from napi/module/user_audio.js rename to netease_api/module/user_audio.js diff --git a/napi/module/user_binding.js b/netease_api/module/user_binding.js similarity index 100% rename from napi/module/user_binding.js rename to netease_api/module/user_binding.js diff --git a/napi/module/user_cloud.js b/netease_api/module/user_cloud.js similarity index 100% rename from napi/module/user_cloud.js rename to netease_api/module/user_cloud.js diff --git a/napi/module/user_cloud_del.js b/netease_api/module/user_cloud_del.js similarity index 100% rename from napi/module/user_cloud_del.js rename to netease_api/module/user_cloud_del.js diff --git a/napi/module/user_cloud_detail.js b/netease_api/module/user_cloud_detail.js similarity index 100% rename from napi/module/user_cloud_detail.js rename to netease_api/module/user_cloud_detail.js diff --git a/napi/module/user_detail.js b/netease_api/module/user_detail.js similarity index 100% rename from napi/module/user_detail.js rename to netease_api/module/user_detail.js diff --git a/napi/module/user_dj.js b/netease_api/module/user_dj.js similarity index 100% rename from napi/module/user_dj.js rename to netease_api/module/user_dj.js diff --git a/napi/module/user_event.js b/netease_api/module/user_event.js similarity index 100% rename from napi/module/user_event.js rename to netease_api/module/user_event.js diff --git a/napi/module/user_followeds.js b/netease_api/module/user_followeds.js similarity index 100% rename from napi/module/user_followeds.js rename to netease_api/module/user_followeds.js diff --git a/napi/module/user_follows.js b/netease_api/module/user_follows.js similarity index 100% rename from napi/module/user_follows.js rename to netease_api/module/user_follows.js diff --git a/napi/module/user_level.js b/netease_api/module/user_level.js similarity index 100% rename from napi/module/user_level.js rename to netease_api/module/user_level.js diff --git a/napi/module/user_playlist.js b/netease_api/module/user_playlist.js similarity index 100% rename from napi/module/user_playlist.js rename to netease_api/module/user_playlist.js diff --git a/napi/module/user_record.js b/netease_api/module/user_record.js similarity index 100% rename from napi/module/user_record.js rename to netease_api/module/user_record.js diff --git a/napi/module/user_replacephone.js b/netease_api/module/user_replacephone.js similarity index 100% rename from napi/module/user_replacephone.js rename to netease_api/module/user_replacephone.js diff --git a/napi/module/user_subcount.js b/netease_api/module/user_subcount.js similarity index 100% rename from napi/module/user_subcount.js rename to netease_api/module/user_subcount.js diff --git a/napi/module/user_update.js b/netease_api/module/user_update.js similarity index 100% rename from napi/module/user_update.js rename to netease_api/module/user_update.js diff --git a/napi/module/video_category_list.js b/netease_api/module/video_category_list.js similarity index 100% rename from napi/module/video_category_list.js rename to netease_api/module/video_category_list.js diff --git a/napi/module/video_detail.js b/netease_api/module/video_detail.js similarity index 100% rename from napi/module/video_detail.js rename to netease_api/module/video_detail.js diff --git a/napi/module/video_detail_info.js b/netease_api/module/video_detail_info.js similarity index 100% rename from napi/module/video_detail_info.js rename to netease_api/module/video_detail_info.js diff --git a/napi/module/video_group.js b/netease_api/module/video_group.js similarity index 100% rename from napi/module/video_group.js rename to netease_api/module/video_group.js diff --git a/napi/module/video_group_list.js b/netease_api/module/video_group_list.js similarity index 100% rename from napi/module/video_group_list.js rename to netease_api/module/video_group_list.js diff --git a/napi/module/video_sub.js b/netease_api/module/video_sub.js similarity index 100% rename from napi/module/video_sub.js rename to netease_api/module/video_sub.js diff --git a/napi/module/video_timeline_all.js b/netease_api/module/video_timeline_all.js similarity index 100% rename from napi/module/video_timeline_all.js rename to netease_api/module/video_timeline_all.js diff --git a/napi/module/video_timeline_recommend.js b/netease_api/module/video_timeline_recommend.js similarity index 100% rename from napi/module/video_timeline_recommend.js rename to netease_api/module/video_timeline_recommend.js diff --git a/napi/module/video_url.js b/netease_api/module/video_url.js similarity index 100% rename from napi/module/video_url.js rename to netease_api/module/video_url.js diff --git a/napi/module/weblog.js b/netease_api/module/weblog.js similarity index 100% rename from napi/module/weblog.js rename to netease_api/module/weblog.js diff --git a/napi/module/yunbei.js b/netease_api/module/yunbei.js similarity index 100% rename from napi/module/yunbei.js rename to netease_api/module/yunbei.js diff --git a/napi/module/yunbei_expense.js b/netease_api/module/yunbei_expense.js similarity index 100% rename from napi/module/yunbei_expense.js rename to netease_api/module/yunbei_expense.js diff --git a/napi/module/yunbei_info.js b/netease_api/module/yunbei_info.js similarity index 100% rename from napi/module/yunbei_info.js rename to netease_api/module/yunbei_info.js diff --git a/napi/module/yunbei_receipt.js b/netease_api/module/yunbei_receipt.js similarity index 100% rename from napi/module/yunbei_receipt.js rename to netease_api/module/yunbei_receipt.js diff --git a/napi/module/yunbei_sign.js b/netease_api/module/yunbei_sign.js similarity index 100% rename from napi/module/yunbei_sign.js rename to netease_api/module/yunbei_sign.js diff --git a/napi/module/yunbei_task_finish.js b/netease_api/module/yunbei_task_finish.js similarity index 100% rename from napi/module/yunbei_task_finish.js rename to netease_api/module/yunbei_task_finish.js diff --git a/napi/module/yunbei_tasks.js b/netease_api/module/yunbei_tasks.js similarity index 100% rename from napi/module/yunbei_tasks.js rename to netease_api/module/yunbei_tasks.js diff --git a/napi/module/yunbei_tasks_todo.js b/netease_api/module/yunbei_tasks_todo.js similarity index 100% rename from napi/module/yunbei_tasks_todo.js rename to netease_api/module/yunbei_tasks_todo.js diff --git a/napi/module/yunbei_today.js b/netease_api/module/yunbei_today.js similarity index 100% rename from napi/module/yunbei_today.js rename to netease_api/module/yunbei_today.js diff --git a/napi/package-lock.json b/netease_api/package-lock.json similarity index 100% rename from napi/package-lock.json rename to netease_api/package-lock.json diff --git a/napi/package.json b/netease_api/package.json similarity index 100% rename from napi/package.json rename to netease_api/package.json diff --git a/napi/plugins/upload.js b/netease_api/plugins/upload.js similarity index 100% rename from napi/plugins/upload.js rename to netease_api/plugins/upload.js diff --git a/napi/public/avatar_update.html b/netease_api/public/avatar_update.html similarity index 100% rename from napi/public/avatar_update.html rename to netease_api/public/avatar_update.html diff --git a/napi/public/index.html b/netease_api/public/index.html similarity index 100% rename from napi/public/index.html rename to netease_api/public/index.html diff --git a/napi/public/playlist_cover_update.html b/netease_api/public/playlist_cover_update.html similarity index 100% rename from napi/public/playlist_cover_update.html rename to netease_api/public/playlist_cover_update.html diff --git a/napi/public/test.html b/netease_api/public/test.html similarity index 100% rename from napi/public/test.html rename to netease_api/public/test.html diff --git a/napi/renovate.json b/netease_api/renovate.json similarity index 100% rename from napi/renovate.json rename to netease_api/renovate.json diff --git a/napi/routes/index.js b/netease_api/routes/index.js similarity index 100% rename from napi/routes/index.js rename to netease_api/routes/index.js diff --git a/napi/tsconfig.json b/netease_api/tsconfig.json similarity index 100% rename from napi/tsconfig.json rename to netease_api/tsconfig.json diff --git a/napi/util/apicache.js b/netease_api/util/apicache.js similarity index 100% rename from napi/util/apicache.js rename to netease_api/util/apicache.js diff --git a/napi/util/crypto.js b/netease_api/util/crypto.js similarity index 100% rename from napi/util/crypto.js rename to netease_api/util/crypto.js diff --git a/napi/util/index.js b/netease_api/util/index.js similarity index 100% rename from napi/util/index.js rename to netease_api/util/index.js diff --git a/napi/util/memory-cache.js b/netease_api/util/memory-cache.js similarity index 100% rename from napi/util/memory-cache.js rename to netease_api/util/memory-cache.js diff --git a/napi/util/request.js b/netease_api/util/request.js similarity index 100% rename from napi/util/request.js rename to netease_api/util/request.js