* opt: env

* fix

* fix: regex

* fix: android

* fix

* fix

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

* fastforge define

* fix

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

---------

Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2025-10-10 15:52:26 +08:00
committed by GitHub
parent c0bbf8400a
commit a65edab7d1
11 changed files with 99 additions and 130 deletions

37
.vscode/launch.json vendored
View File

@@ -1,48 +1,25 @@
{
// 使用 IntelliSense 了解相关属性。
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"name": "PiliPlus",
"request": "launch",
"type": "dart",
"preLaunchTask": "Update build_config"
"type": "dart"
},
{
"name": "Profile",
"name": "PiliPlus (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile",
"preLaunchTask": "Update build_config"
"flutterMode": "profile"
},
{
"name": "Release",
"name": "PiliPlus (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release",
"preLaunchTask": "Update build_config"
},
{
"name": "Debug (FVM)",
"request": "launch",
"type": "dart",
"preLaunchTask": "Update build_config (FVM)"
},
{
"name": "Profile (FVM)",
"request": "launch",
"type": "dart",
"flutterMode": "profile",
"preLaunchTask": "Update build_config (FVM)"
},
{
"name": "Release (FVM)",
"request": "launch",
"type": "dart",
"flutterMode": "release",
"preLaunchTask": "Update build_config (FVM)"
"flutterMode": "release"
}
]
}