From c312dc963e0863dbbd38764df205612bd0253c1f Mon Sep 17 00:00:00 2001 From: shingyu Date: Mon, 21 Jul 2025 23:00:32 +0800 Subject: [PATCH] update --- LICENSE.md | 2 +- lib/ui/screens/home_screen.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 9812280..f0f14fc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -### **星缘工作室软件共享许可证A (SSLA)** +# **星缘工作室软件共享许可证A** **StarEdge Studio Software Sharing License A** **SSLA, Version 1.0, 21 July 2025** diff --git a/lib/ui/screens/home_screen.dart b/lib/ui/screens/home_screen.dart index 328305e..d400558 100644 --- a/lib/ui/screens/home_screen.dart +++ b/lib/ui/screens/home_screen.dart @@ -165,7 +165,7 @@ class HomeScreen extends ConsumerWidget { recognizer: TapGestureRecognizer() ..onTap = () { // 在此处替换为您要打开的SSLA 1.0许可的URL - launchUrl(Uri.parse('https://staredges.cn/')); + launchUrl(Uri.parse('https://staredges.cn/ssla-1.0/')); }, ), const TextSpan(text: ' 许可发布\n禁止用于商业用途或盈利性活动'),