Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hpq86zllw/ss-port-client
管理ss端口的微信小程序(客户端)
https://github.com/hpq86zllw/ss-port-client
Last synced: 27 days ago
JSON representation
管理ss端口的微信小程序(客户端)
- Host: GitHub
- URL: https://github.com/hpq86zllw/ss-port-client
- Owner: hpq86zllw
- Created: 2017-10-27T18:11:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T09:48:04.000Z (about 7 years ago)
- Last Synced: 2024-08-03T14:05:50.971Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - ss-port-client - 管理ss端口的微信小程序(客户端) (Wechat)
README
# 管理ss端口的微信小程序(客户端)
## 相关
[服务端](https://github.com/hpq86zllw/ss-port-server)
[代理端](https://github.com/hpq86zllw/ss-port-agent)
[客户端](https://github.com/hpq86zllw/ss-port-client)关系图
![](https://raw.githubusercontent.com/hpq86zllw/asset-repository/master/img/relation.jpg)
## 功能
申请端口,查看端口信息和删除端口
与服务端通信
## 使用技术
通信 RESTful API
## 运行前
1. 修改app.js
TITLE 转发小程序时的标题
SERVER 后端服务器地址
## 效果图
申请端口
![](https://raw.githubusercontent.com/hpq86zllw/asset-repository/master/img/apply.jpg)
查看端口信息和删除端口
![](https://raw.githubusercontent.com/hpq86zllw/asset-repository/master/img/delete.jpg)