feat: custom shell script install path (#545)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-17 22:44:35 +08:00
committed by GitHub
parent d7ae8b75b8
commit 76e98c6468
20 changed files with 199 additions and 124 deletions

View File

@@ -26,7 +26,7 @@ enum NetViewType {
NetViewType.speed => l10n.speed,
};
/// If no device is specified, return the cached value (only real devices,
/// If no device is specified, return the cached value (only real devices,
/// such as ethX, wlanX...).
(String, String) build(ServerStatus ss, {String? dev}) {
final notSepcifyDev = dev == null || dev.isEmpty;