Skip to content

Commit

Permalink
删除api链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhoucheng133 committed Nov 14, 2024
1 parent 0da9a5a commit 9d658ca
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions lib/views/functions/operations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -855,28 +855,6 @@ class Operations{
),
),
),
const SizedBox(height: 10,),
GestureDetector(
onTap: (){
final url=Uri.parse('https://lrclib.net/docs');
launchUrl(url);
},
child: MouseRegion(
cursor: SystemMouseCursors.click,
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
const Icon(
Icons.code_rounded,
size: 15,
),
const SizedBox(width: 5,),
Text('lyricAPI'.tr),
],
),
),
)
],
),
actions: [
Expand Down

0 comments on commit 9d658ca

Please sign in to comment.