components and pages are now stored in browserwindow.ts

This commit is contained in:
booploops 2022-02-03 21:08:55 -08:00
parent 7920561ba3
commit 56aeb5c4ee
2 changed files with 48 additions and 125 deletions

View file

@ -26,6 +26,51 @@ export class BrowserWindow {
env: {
platform: process.platform,
dev: app.isPackaged,
components: [
"pages/podcasts",
"pages/apple-account-settings",
"pages/library-songs",
"pages/browse",
"pages/settings",
"pages/listen_now",
"pages/home",
"pages/artist-feed",
"pages/cider-playlist",
"pages/recordLabel",
"pages/collection-list",
"pages/apple-curator",
"pages/artist",
"pages/search",
"pages/about",
"pages/library-videos",
"components/mediaitem-artwork",
"components/artwork-material",
"components/menu-panel",
"components/sidebar-playlist",
"components/spatial-properties",
"components/audio-settings",
"components/qrcode-modal",
"components/equalizer",
"components/add-to-playlist",
"components/queue",
"components/queue-item",
"components/mediaitem-scroller-horizontal",
"components/mediaitem-scroller-horizontal-large",
"components/mediaitem-scroller-horizontal-sp",
"components/mediaitem-scroller-horizontal-mvview",
"components/mediaitem-list-item",
"components/mediaitem-hrect",
"components/mediaitem-square",
"components/mediaitem-square-sp",
"components/mediaitem-mvview",
"components/libraryartist-item",
"components/listennow-child",
"components/mediaitem-mvview-sp",
"components/animatedartwork-view",
"components/lyrics-view",
"components/fullscreen",
"components/miniplayer",
]
},
};
private options: any = {