Skip to content

Commit 7390223

Browse files
authored
Add files via upload
更新安装向导
1 parent 5bdfc47 commit 7390223

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

app/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ services:
44
container_name: mefrp
55
network_mode: host
66
command: ${start_cmd}
7-
image: mefrp/core-next:latest
7+
image: menetx/frpc:latest

manifest

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
appname = mefrp
2-
version = 1.0.26-1.15
3-
display_name = ME frp内网穿透
4-
desc = 幻缘映射飞牛fnos启动器,您需要先前往官网创建隧道后,复制启动命令填写到安装向导中<a href="https://magicedge.feishu.cn/share/base/form/shrcndMe3AIHvbEXxxG11SuHw3g">点击这里提交问题反馈</a> <a href="https://www.mefrp.com/docs/usage/fnnas">使用方法点这</a> <a href="https://www.mefrp.com/">官网链接点这</a>
5-
platform =x86
2+
version = 1.5.20
3+
display_name = ME Frp 内网穿透
4+
desc = 幻缘映射飞牛fnos启动器,请先前往官网创建隧道并复制启动命令,再填写至安装向导中<br>📝 <a href="https://magicedge.feishu.cn/share/base/form/shrcndMe3AIHvbEXxxG11SuHw3g">问题反馈问卷</a><br>📖 <a href="https://www.mefrp.com/docs/usage/fnnas">使用方法</a><br>🌐 <a href="https://www.mefrp.com/">官网链接</a><br>👥 <a href="https://qm.qq.com/q/fBtW7lJ1Xa">QQ交流反馈群</a>
5+
platform = x86
66
source = thirdparty
77
maintainer = 幻缘网络
88
maintainer_url = https://www.mefrp.com/
99
distributor = sherry
1010
distributor_url = https://club.fnnas.com/home.php?mod=space&uid=16443
11-
os_min_version = 1.1.8
12-
changelog = 1.修复已知的配置向导bug <br> 2.提高系统安装要求 <br> (ps:作者中考去了,这是六月前的最后一个版本更新)
11+
os_min_version = 1.1.19
12+
changelog = 1.更新docker镜像
1313
desktop_uidir =
1414
checksum = 1849af81cf61cbe141d81cb545dd9428

wizard/install

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"stepTitle": "安装前提示",
4+
"items": [
5+
{
6+
"type": "tips",
7+
"helpText": "1.本应用支持启动TCP/UDP/HTTP类型的隧道,不支持启动HTTPS隧道<br>2.安装前,请务必前往官网复制启动命令,并按照\"-t xxx -p xxx\"的格式填写<br>3.还是不会?到 <a target=\"_blank\" href=\"https://mefrp.com/docs/usage/fnnas\">https://mefrp.com/docs/usage/fnnas</a> 查看图文教程<br><br>祝你使用愉快~"
8+
}
9+
]
10+
},
211
{
312
"stepTitle": "启动参数",
413
"items": [
@@ -14,4 +23,4 @@
1423
}
1524
]
1625
}
17-
]
26+
]

0 commit comments

Comments
 (0)