implement request breakpoint management UI and functionality (#669)(#660)(#386)

This commit is contained in:
wanghongenpin
2026-02-23 17:08:12 +08:00
parent ff06ac924a
commit 1148c837e7
10 changed files with 645 additions and 14 deletions

View File

@@ -221,7 +221,7 @@ class _RequestBreakpointPageState extends State<RequestBreakpointPage> {
child: Row(children: [
SizedBox(
width: 150,
child: Text(rule.name?.isNotEmpty == true ? rule.name! : rule.url,
child: Text(rule.name ?? "",
overflow: TextOverflow.ellipsis, style: const TextStyle(fontSize: 13, fontWeight: FontWeight.w500)),
),
SizedBox(