Skip to content

Commit 68ee4d0

Browse files
committed
build: перенос к нам музыкальных дорожек
1 parent eac6da9 commit 68ee4d0

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

docs/assets/index-DjS3LxrN.css renamed to docs/assets/index-CZ6Hxoaj.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-CyblKbVO.js renamed to docs/assets/index-V0TwfYBC.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" href="/js-data-structures/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
77
<title>Структуры данных для frontend-разработчика</title>
8-
<script type="module" crossorigin src="/js-data-structures/assets/index-CyblKbVO.js"></script>
9-
<link rel="stylesheet" crossorigin href="/js-data-structures/assets/index-DjS3LxrN.css">
8+
<script type="module" crossorigin src="/js-data-structures/assets/index-V0TwfYBC.js"></script>
9+
<link rel="stylesheet" crossorigin href="/js-data-structures/assets/index-CZ6Hxoaj.css">
1010
</head>
1111
<body>
1212
<div id="app"></div>

docs/music/SoundHelix-Song-1.mp3

8.53 MB
Binary file not shown.

docs/music/SoundHelix-Song-2.mp3

9.75 MB
Binary file not shown.

docs/music/SoundHelix-Song-3.mp3

7.88 MB
Binary file not shown.

public/music/SoundHelix-Song-1.mp3

8.53 MB
Binary file not shown.

public/music/SoundHelix-Song-2.mp3

9.75 MB
Binary file not shown.

public/music/SoundHelix-Song-3.mp3

7.88 MB
Binary file not shown.

src/structures/list/examples/music-player/music-player.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const progress = ref<number>(0)
1010
1111
// Пример списка песен
1212
const songs = ref([
13-
{ title: '🦄 Песня 1', src: 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3' },
14-
{ title: '🤑 Песня 2', src: 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-2.mp3' },
15-
{ title: '🤖 Песня 3', src: 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-3.mp3' },
13+
{ title: '🦄 Песня 1', src: './music/SoundHelix-Song-1.mp3' },
14+
{ title: '🤑 Песня 2', src: './music/SoundHelix-Song-2.mp3' },
15+
{ title: '🤖 Песня 3', src: './music/SoundHelix-Song-3.mp3' },
1616
])
1717
1818
onMounted(() => {

0 commit comments

Comments
 (0)