diff --git a/app/config.json b/app/config.json
new file mode 100644
index 0000000..184ed71
--- /dev/null
+++ b/app/config.json
@@ -0,0 +1 @@
+{"music":"true","desktopDanmu":"false"}
\ No newline at end of file
diff --git a/app/css/index.css b/app/css/index.css
index a4e93f8..5477108 100644
--- a/app/css/index.css
+++ b/app/css/index.css
@@ -24,3 +24,7 @@
.num {
margin: 5px;
}
+
+#set {
+ margin-top: 25px;
+}
diff --git a/app/player/playlist.txt b/app/player/playlist.txt
index c10f6c1..213ecd6 100644
--- a/app/player/playlist.txt
+++ b/app/player/playlist.txt
@@ -1 +1,2 @@
播放列表
+1. 玫瑰
diff --git a/app/render/frameless.html b/app/render/frameless.html
new file mode 100644
index 0000000..e69de29
diff --git a/app/render/frameless.js b/app/render/frameless.js
new file mode 100644
index 0000000..e69de29
diff --git a/app/render/github.js b/app/render/github.js
new file mode 100644
index 0000000..96b3e6b
--- /dev/null
+++ b/app/render/github.js
@@ -0,0 +1,8 @@
+const { shell } = require('electron');
+
+$(document).ready(function() {
+ const githubLink = document.getElementById('github');
+ githubLink.addEventListener('click', function(event) {
+ shell.openExternal('http://github.com/zephyrzoom');
+ });
+});
diff --git a/app/render/index.html b/app/render/index.html
index 4d6b804..e4734f8 100644
--- a/app/render/index.html
+++ b/app/render/index.html
@@ -11,6 +11,7 @@
@@ -19,7 +20,7 @@