🎉 新版本

This commit is contained in:
刘嘉伟 2024-08-11 19:12:05 +08:00
parent e97bc89434
commit 3030631521
8 changed files with 9 additions and 3 deletions

View File

@ -26,9 +26,10 @@
- [x] 开机自启动 - [x] 开机自启动
- [x] 适配多用户 user & meta_token - [x] 适配多用户 user & meta_token
- [x] 便携版 - [x] 便携版
- [ ] 在线更新 - [x] 增加udp代理类型
- [x] 支持快速分享frps
- [x] 增加快速选择本地端口
- [ ] 支持stcp代理类型 - [ ] 支持stcp代理类型
- [ ] 支持快速分享frps
- [ ] 支持配的导出导入 - [ ] 支持配的导出导入
- [ ] 优化配置 - [ ] 优化配置
@ -38,6 +39,7 @@
执行命令:`sudo xattr -cr Frpc-Desktop.app` 执行命令:`sudo xattr -cr Frpc-Desktop.app`
## 里程碑 ## 里程碑
- 2024-08-11: 发布v1.0.7版本
- 2024-08-09: 发布v1.0.6版本 - 2024-08-09: 发布v1.0.6版本
- 2024-08-06: 发布v1.0.5版本 - 2024-08-06: 发布v1.0.5版本
- 2024-08-06: 发布v1.0.4版本 适配支持多用户插件 - 2024-08-06: 发布v1.0.4版本 适配支持多用户插件
@ -60,8 +62,12 @@
![frp download](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/versions.png?raw=true) ![frp download](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/versions.png?raw=true)
![config](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/config.png?raw=true)
![log](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/log.png?raw=true) ![log](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/log.png?raw=true)
![about](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/about.png?raw=true)
## License ## License
[MIT](LICENSE) [MIT](LICENSE)

BIN
screenshots/about.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
screenshots/config.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 419 KiB

After

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 143 KiB

View File

@ -548,7 +548,7 @@ onUnmounted(() => {
} }
.local-port-input { .local-port-input {
width: calc(100% - 120px); width: calc(100% - 125px);
} }
.domain-input-button { .domain-input-button {