Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krxkgit/scut-router
校园网路由客户端
https://github.com/krxkgit/scut-router
Last synced: 13 days ago
JSON representation
校园网路由客户端
- Host: GitHub
- URL: https://github.com/krxkgit/scut-router
- Owner: KrxkGit
- License: gpl-3.0
- Created: 2023-11-02T20:49:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T17:49:52.000Z (2 months ago)
- Last Synced: 2024-09-10T19:39:32.273Z (2 months ago)
- Language: C
- Size: 45.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## ❔关于
本项目是Scut校园网路由器管理客户端,基于 Vue3 + go1.21 + wails2.6。
## ▶编译前端
frontend目录是一个vue3项目,请先运行
```
npm install
```安装前端相关依赖。
然后运行
```
npm build
```构建前端。
## ▶编译应用程序
Wails 将利用*Vite*构建前端,故需要利用npm安装**Vite**,接着在MINGW64(安装git时会自动安装)运行
```shell
wails dev
```完成首次环境配置。
此后,可通过
```sh
wails build
```完成应用程序构建。
## ❗注意
若出现首页Avatar无法读取的情况,可先删除
> frontend/dist/MyAvatar.jpg
然后重新构建。
## ▶编译 Android
### ▶编译 Golang 跨语言包
> cd Compatibility
> ./build_android.sh
### ▶编译为 APK
使用 Android Studio 打开 Android 文件夹 项目编译即可。