This commit is contained in:
2025-07-21 23:00:32 +08:00
parent b366553ae0
commit c312dc963e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
### **星缘工作室软件共享许可证A (SSLA)**
# **星缘工作室软件共享许可证A**
**StarEdge Studio Software Sharing License A**
**SSLA, Version 1.0, 21 July 2025**

View File

@@ -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禁止用于商业用途或盈利性活动'),