diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..0ebb50d --- /dev/null +++ b/manifest.json @@ -0,0 +1,5 @@ +{ + "applicationId": "js.grassclipper.app", + "version": "0.4.6", + "resourcesURL": "https://github.com/Grasscutters/GrassClipper/releases/latest/download/manifest.json" +} \ No newline at end of file diff --git a/neutralino.config.json b/neutralino.config.json index 698dd57..01f7ae9 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -1,6 +1,6 @@ { "applicationId": "js.grassclipper.app", - "version": "1.0.0", + "version": "0.4.6", "defaultMode": "window", "port": 0, "documentRoot": "/resources/", diff --git a/resources/index.html b/resources/index.html index 78fb70c..38f96d5 100644 --- a/resources/index.html +++ b/resources/index.html @@ -47,6 +47,15 @@ Install the proxy server via the install script. +
+
+ Update + +
+ + Checking for updates... + +
diff --git a/resources/style/index.css b/resources/style/index.css index 39420c9..6da82e6 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -244,12 +244,17 @@ body { background: linear-gradient(#ffc61e, #ffd326); } -.playBtn.disabled { +.playBtn.disabled, +.smolBtn.disabled { background: linear-gradient(#9c9c9c, #949494); color: rgb(226, 226, 226); cursor: default; } +.smolBtn.disabled:hover { + background: linear-gradient(#949494, #9c9c9c); +} + .smolBtn { padding: 0 20px; border-radius: 5px;