diff --git a/README.md b/README.md index 9236278..fd83c86 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,21 @@ ### Web Link -https://xdpcs.github.io/flt-withdraw/ +Should you prefer not to run it locally, you can utilize this [web link](https://xdpcs.github.io/flt-withdraw/). I've deployed it. ### To run it locally -1. Run the `index.html` file. +1. Run the script below. + + ```shell + npm install -g http-server + http-server + ``` + 2. Click the `connect` button. 3. Click the `withdraw` button. ### Disclaimer If you believe any risks are associated with this tool, please submit a PR or open an issue, and I will address it as -soon as possible. If you still feel uncomfortable with the tool, you are welcome to refrain from using it. Thank you! \ No newline at end of file +soon as possible. If you still feel uncomfortable with the tool, you are welcome to refrain from using it. Thank you! diff --git a/README_ZH.md b/README_ZH.md index 21c5efe..afde6eb 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -13,11 +13,17 @@ ### 网页链接 -https://xdpcs.github.io/flt-withdraw/ +如果你不想在本地运行,你可以使用这个[网页链接](https://xdpcs.github.io/flt-withdraw/)。我已经部署了它。 ### 本地运行 -1. 运行`index.html`文件 +1. 运行下面脚本 + + ```shell + npm install -g http-server + http-server + ``` + 2. 点击 `connect` 按钮 3. 点击 `withdraw`按钮