Skip to content

Commit 17bdd96

Browse files
update new content for ee
1 parent deb5b52 commit 17bdd96

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed
7.1 MB
Binary file not shown.
10.3 MB
Binary file not shown.
5.49 MB
Binary file not shown.
5.95 MB
Binary file not shown.
7.78 MB
Binary file not shown.

docs/src/assets/music_player.js

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,34 @@
6969
activePlayer: 'topbar', // 'topbar' or 'popup'
7070
popupWindow: null,
7171
tracks: [
72-
'alpha_centauri.mp3', 'andromeda_galaxy.mp3', 'betelgeuse_supergiant.mp3',
73-
'black_hole.mp3', 'cassiopeia_constellation.mp3', 'crab_nebula.mp3',
74-
'eagle_nebula.mp3', 'europa_moon.mp3', 'horsehead_nebula.mp3',
75-
'milky_way_galaxy.mp3', 'orion_nebula.mp3', 'proxima_centauri.mp3',
76-
'ring_nebula.mp3', 'sagittarius_a_star.mp3', 'titan_moon.mp3',
77-
'vega.mp3', 'whirlpool_galaxy.mp3'
72+
'alpha_centauri.mp3', 'andromeda_galaxy.mp3', 'arcturus_red_giant.mp3',
73+
'betelgeuse_supergiant.mp3', 'black_hole.mp3', 'cassiopeia_constellation.mp3',
74+
'crab_nebula.mp3', 'eagle_nebula.mp3', 'europa_moon.mp3', 'horsehead_nebula.mp3',
75+
'kepler_442b_exoplanet.mp3', 'milky_way_galaxy.mp3', 'orion_nebula.mp3',
76+
'polaris_north_star.mp3', 'proxima_centauri.mp3', 'ring_nebula.mp3',
77+
'rigel_blue_supergiant.mp3', 'sagittarius_a_star.mp3', 'sirius_binary_star.mp3',
78+
'titan_moon.mp3', 'vega.mp3', 'whirlpool_galaxy.mp3'
7879
],
7980
musicLibrary: [
8081
{ file: 'alpha_centauri.mp3', name: 'Alpha Centauri' },
8182
{ file: 'andromeda_galaxy.mp3', name: 'Andromeda Galaxy' },
83+
{ file: 'arcturus_red_giant.mp3', name: 'Arcturus Red Giant' },
8284
{ file: 'betelgeuse_supergiant.mp3', name: 'Betelgeuse Supergiant' },
8385
{ file: 'black_hole.mp3', name: 'Black Hole' },
8486
{ file: 'cassiopeia_constellation.mp3', name: 'Cassiopeia Constellation' },
8587
{ file: 'crab_nebula.mp3', name: 'Crab Nebula' },
8688
{ file: 'eagle_nebula.mp3', name: 'Eagle Nebula' },
8789
{ file: 'europa_moon.mp3', name: 'Europa Moon' },
8890
{ file: 'horsehead_nebula.mp3', name: 'Horsehead Nebula' },
91+
{ file: 'kepler_442b_exoplanet.mp3', name: 'Kepler-442b Exoplanet' },
8992
{ file: 'milky_way_galaxy.mp3', name: 'Milky Way Galaxy' },
9093
{ file: 'orion_nebula.mp3', name: 'Orion Nebula' },
94+
{ file: 'polaris_north_star.mp3', name: 'Polaris North Star' },
9195
{ file: 'proxima_centauri.mp3', name: 'Proxima Centauri' },
9296
{ file: 'ring_nebula.mp3', name: 'Ring Nebula' },
97+
{ file: 'rigel_blue_supergiant.mp3', name: 'Rigel Blue Supergiant' },
9398
{ file: 'sagittarius_a_star.mp3', name: 'Sagittarius A Star' },
99+
{ file: 'sirius_binary_star.mp3', name: 'Sirius Binary Star' },
94100
{ file: 'titan_moon.mp3', name: 'Titan Moon' },
95101
{ file: 'vega.mp3', name: 'Vega' },
96102
{ file: 'whirlpool_galaxy.mp3', name: 'Whirlpool Galaxy' }

0 commit comments

Comments
 (0)