Skip to content

Commit

Permalink
🎉 新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
luckjiawei committed Aug 11, 2024
1 parent e97bc89 commit 3030631
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
- [x] 开机自启动
- [x] 适配多用户 user & meta_token
- [x] 便携版
- [ ] 在线更新
- [x] 增加udp代理类型
- [x] 支持快速分享frps
- [x] 增加快速选择本地端口
- [ ] 支持stcp代理类型
- [ ] 支持快速分享frps
- [ ] 支持配的导出导入
- [ ] 优化配置

Expand All @@ -38,6 +39,7 @@
执行命令:`sudo xattr -cr Frpc-Desktop.app`

## 里程碑
- 2024-08-11: 发布v1.0.7版本
- 2024-08-09: 发布v1.0.6版本
- 2024-08-06: 发布v1.0.5版本
- 2024-08-06: 发布v1.0.4版本 适配支持多用户插件
Expand All @@ -60,8 +62,12 @@

![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)

![about](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/about.png?raw=true)

## License

[MIT](LICENSE)
Expand Down
Binary file added screenshots/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/conn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/proxys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/versions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/views/proxy/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ onUnmounted(() => {
}
.local-port-input {
width: calc(100% - 120px);
width: calc(100% - 125px);
}
.domain-input-button {
Expand Down

0 comments on commit 3030631

Please sign in to comment.