feat: ai translate

Closes #1285

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-20 11:46:38 +08:00
parent 9b171e04be
commit 0745d83e4b
10 changed files with 155 additions and 20 deletions

View File

@@ -36,7 +36,7 @@ class AppBarAni extends StatelessWidget {
end: Alignment.topCenter,
colors: <Color>[
Colors.transparent,
Colors.black54,
Color(0xBF000000),
],
tileMode: TileMode.mirror,
)
@@ -45,7 +45,7 @@ class AppBarAni extends StatelessWidget {
end: Alignment.bottomCenter,
colors: <Color>[
Colors.transparent,
Colors.black54,
Color(0xBF000000),
],
tileMode: TileMode.mirror,
),