@ruck-plugins/ip-switcher 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -0
- package/assets/FiraCode-Regular-CRwVj4V2.woff2 +0 -0
- package/assets/LatoLatin-Regular-Dmlz1U0B.woff2 +0 -0
- package/assets/LatoLatin-Semibold-Dbk81p2D.woff2 +0 -0
- package/assets/index-C2MdPCPD.js +2497 -0
- package/assets/index-DPDkw8ya.css +1 -0
- package/index.html +13 -0
- package/logo.png +0 -0
- package/package.json +4 -0
- package/plugin.json +39 -0
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# IP Switcher - 电脑 IP 便捷切换工具
|
|
2
|
+
|
|
3
|
+
#### 介绍
|
|
4
|
+
|
|
5
|
+
> 快捷修改本机 IP 地址,保存多套 IP 方案,一键切换。
|
|
6
|
+
>
|
|
7
|
+
> 项目使用 `react` 开发,UI 采用 `ant-design`。
|
|
8
|
+
|
|
9
|
+
#### 注意事项
|
|
10
|
+
|
|
11
|
+
1. 当前工具暂时仅支持 Windows 系统,敬请关注后续更新。
|
|
12
|
+
|
|
13
|
+
#### Todo List
|
|
14
|
+
|
|
15
|
+
1. IPv6 功能支持
|
|
16
|
+
|
|
17
|
+
#### 特点 & 版本
|
|
18
|
+
|
|
19
|
+
1. 支持多网卡独立配置
|
|
20
|
+
2. 支持保存多套 IP 方案,一键切换
|
|
21
|
+
3. 支持快速切换为【自动获取】
|
|
22
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|