Skip to content

Commit

Permalink
[+*]Kill all process when exit & README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Dec 23, 2023
1 parent 6cdaf41 commit 8f43a00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
# NyaLCF
# Nya LoCyanFrp! Launcher

<img src="https://pan.1l1.icu/f/3YEFv/NyaLCF.png" width="100%" />
<img src="https://pan.1l1.icu/f/J3VsZ/NyaLCF%20-%202.png" width="100%" />

一个由非官方打造的 LoCyanFrp 启动器。

An unoffical LoCyanFrp launcher.

## 为什么使用NyaLCF
## NyaLCF 特色

- [x] 质感,美观,基于 Material Design 3 设计
- [x] 跨平台可用
- [x] 高性能,低占用
- [x] 轻量化体积,启动器总大小不超过50MB,本体不足1MB
- [x] 轻量化体积,启动器总大小不超过 50 MB,本体不足 1 MB
- [x] 流畅的界面动画
- [x] 可爱喵!にゃ~
- [x] HarmonyOS Sans 字体,可读性强

## 设计功能

标识\*的代表未完全实现,或未达到预期效果仍需测试。

- [x] 自动登录
- [ ] Frpc管理
- [x] *进程管理器
- [x] Frp Token复制
- [x] 隧道信息展示
- [x] 隧道启动
- [x] 控制台
- [x] *控制台
- [ ] 隧道编辑
- [x] 公告

Expand Down
2 changes: 2 additions & 0 deletions lib/ui/model/AppbarActions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:bitsdojo_window/bitsdojo_window.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:nyalcf/controller/user.dart';
import 'package:nyalcf/util/frpc/ProcessManager.dart';

class AppbarActionsX {
AppbarActionsX(
Expand Down Expand Up @@ -95,6 +96,7 @@ class AppbarActionsX {
style: TextStyle(color: Colors.red),
),
onPressed: () {
ProcessManager().killAll();
Navigator.pop(context, true);
},
),
Expand Down

0 comments on commit 8f43a00

Please sign in to comment.