File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A lightweight & cross-platform SSH/SFTP client built with Flutter.
77- 完整 SFTP:批量文件操作,支持自定义默认访问目录
88- 支持telnet:自动登录、多编码支持
99- 响应式布局:多尺寸设备自适应
10- - 跨平台:Android / Windows / iOS / MacOS / HarmonyOS
10+ - 跨平台:Android / Windows / HarmonyOS
1111- 支持私钥 / 密码 认证
1212
1313### 截图
@@ -18,9 +18,8 @@ A lightweight & cross-platform SSH/SFTP client built with Flutter.
1818### 下载
1919| 平台 | 下载 | 备注 |
2020| ------| ------| ------|
21- | Android | [ APK] ( https://github.com/RWPteam/ConnSSH/releases/download/1.2.2/ConnSSH_1.2.2.apk ) | arm64 |
22- | Windows | [ exe] ( https://github.com/RWPteam/ConnSSH/releases/download/1.2.2/ConnSSH.1.2.2.Installer.exe ) | 仅支持64位设备 |
23- | OHOS | [ app] ( https://github.com/RWPteam/ConnSSH/releases/download/1.2.2/ConnSSH_1.2.2.app.zip ) | 华为手机、平板用户需要从AppGallery下载 |
21+ | Android | [ APK] ( https://github.com/RWPteam/ConnSSH/releases/download/1.2.3/ConnSSH_1.2.3.apk ) | arm64 |
22+ | Windows | [ exe] ( https://github.com/RWPteam/ConnSSH/releases/download/1.2.3/ConnSSH.1.2.3.Installer.exe ) | 仅支持64位设备 |
2423| OHOS | [ AppGallery] ( https://appgallery.huawei.com/app/detail?id=com.samuioto.connecter&channelId=SHARE&source=appshare ) | 已上架至华为应用市场,欢迎体验
2524
2625
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
2323
2424def flutterVersionCode = localProperties. getProperty(" flutter.versionCode" )
2525if (flutterVersionCode == null ) {
26- flutterVersionCode = " 232 "
26+ flutterVersionCode = " 245 "
2727}
2828
2929def flutterVersionName = " 1.2.3"
You can’t perform that action at this time.
0 commit comments