Get Flutter URL correct

[GitHub #80]
This commit is contained in:
Aoran Zeng
2024-09-14 03:29:36 +08:00
parent e66cff3686
commit 001b477936
5 changed files with 225 additions and 125 deletions

View File

@@ -13,13 +13,13 @@
* | Terrasse <terrasse@qq.com>
* |
* Created On : <2023-08-28>
* Last Modified : <2024-09-13>
* Last Modified : <2024-09-14>
*
* chsrc: Change Source —— 全平台通用命令行换源工具
* ------------------------------------------------------------*/
#define Chsrc_Version "0.1.8.2.dev1"
#define Chsrc_Release_Date "2024/09/13"
#define Chsrc_Version "0.1.8.2.dev2"
#define Chsrc_Release_Date "2024/09/14"
#define Chsrc_Banner_Version "v" Chsrc_Version "-" Chsrc_Release_Date
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
@@ -46,7 +46,10 @@
#include "recipe/lang/Go.c"
#include "recipe/lang/Java.c"
#include "recipe/lang/Rust.c"
#include "recipe/lang/Dart.c"
#include "recipe/lang/Dart/Pub.c"
#include "recipe/lang/Dart/Flutter.c"
#include "recipe/lang/Haskell.c"
#include "recipe/lang/OCaml.c"
#include "recipe/lang/R.c"