Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Windows 下的 [frp](https://github.com/fatedier/frp) 图形界面客户端。
* :pencil2: 简易的编辑界面,快速完成配置
* :play_or_pause_button: 快捷启用/禁用代理条目
* 📚 多配置文件管理
* :inbox_tray: 支持导入/导出配置文件
* :inbox_tray: 导入/导出配置文件
* :computer: 开机自启动
* :lock: 支持密码保护
* :lock: 密码保护、配置文件加密
* :clock4: 支持自动删除配置文件

## :gear: 构建
Expand Down
14 changes: 7 additions & 7 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Instructions for use:

## :sparkles: Features

* :pencil2: Simple GUI for quick configuration
* :play_or_pause_button: Quick enable/disable proxy entry
* 📚 Multiple configuration files management
* :inbox_tray: Support import/export configuration files
* :computer: Auto-start at system boot
* :lock: Support password protection
* :clock4: Support automatic deletion of configuration files
* :pencil2: Simple GUI for quick configuration.
* :play_or_pause_button: Enable/Disable proxy entry.
* 📚 Manage multiple configuration files.
* :inbox_tray: Import/Export configuration files.
* :computer: Auto-start at system boot.
* :lock: Lock application, encrypt configuration files.
* :clock4: Support automatic deletion of configuration files.

## :gear: Build

Expand Down
1 change: 0 additions & 1 deletion cmd/frpmgr/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#define IDI_APP 7
#define IDI_DOT 21
#define IDI_OPEN 22
#define IDI_REFRESH 23
#define IDI_COPY 24
#define IDI_COPY_ACT 25
Expand Down
1 change: 0 additions & 1 deletion cmd/frpmgr/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST manifest.xml
IDI_APP ICON icon/app.ico
IDI_DOT ICON icon/dot.ico
IDI_OPEN ICON icon/open.ico
IDI_REFRESH ICON icon/refresh.ico
IDI_COPY ICON icon/copy.ico
IDI_COPY_ACT ICON icon/copy_act.ico
Expand Down
Binary file modified docs/screenshot_en.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 docs/screenshot_zh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ require (
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/klauspost/reedsolomon v1.9.15 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
Expand All @@ -41,9 +40,6 @@ require (
github.com/quic-go/qtls-go1-19 v0.2.0 // indirect
github.com/quic-go/qtls-go1-20 v0.1.0 // indirect
github.com/quic-go/quic-go v0.32.0 // indirect
github.com/rodaine/table v1.0.1 // indirect
github.com/spf13/cobra v1.1.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
Expand Down
143 changes: 0 additions & 143 deletions go.sum

Large diffs are not rendered by default.

Loading