From 767d9fd234ca86d7f30ec7283754b04a79fb5c9d Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Tue, 26 Apr 2022 20:17:29 -0700 Subject: [PATCH] login functions --- README.md | 2 +- resources/index.html | 48 +++++++++++++++++++++++---- resources/js/index.js | 6 ++-- resources/js/login.js | 70 +++++++++++++++++++++++++++++++++++++++ resources/style/index.css | 42 ++++++++++++++++++++--- 5 files changed, 155 insertions(+), 13 deletions(-) create mode 100644 resources/js/login.js diff --git a/README.md b/README.md index 0f77f62..7656519 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Grasscutter launcher for easily switching between Official and Private servers 0. Clone the repository 1. Ensure you have [NodeJS](https://nodejs.org/en/download/) installed. 2. Install the `neu` CLI tool: `npm install -g @neutralinojs/neu` -3. Install the dependencies: `npm install` AND `neu update` +3. Install the dependencies: `setup_win.cmd` 4. Compile and run: * For testing: `npm run dev` * For production: `npm run build` diff --git a/resources/index.html b/resources/index.html index dc2e221..1780835 100644 --- a/resources/index.html +++ b/resources/index.html @@ -9,6 +9,7 @@ + @@ -26,19 +27,22 @@