From e790f08f91e558113cb3d37faed1dd3ff35664b8 Mon Sep 17 00:00:00 2001 From: march3 Date: Wed, 5 Apr 2023 11:35:01 +0800 Subject: [PATCH] =?UTF-8?q?Python=E8=B6=85=E4=BA=BA-=E5=AE=87=E5=AE=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sounds/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sounds/README.md diff --git a/sounds/README.md b/sounds/README.md new file mode 100644 index 0000000..9c220d6 --- /dev/null +++ b/sounds/README.md @@ -0,0 +1,12 @@ +* 星际穿越背景音乐 +```shell script +sounds/interstellar.mp3 +``` + +* 宇宙背景音乐 +```shell script +sounds/universe_01.mp3 +sounds/universe_02.mp3 +sounds/universe_03.mp3 +sounds/universe_04.mp3 +``` -- GitLab