更新 PURCHASE_URL (#3675)

* Update YggdrasilService.java

* Update YggdrasilService.java
This commit is contained in:
Zkitefly 2025-03-05 02:54:39 +08:00 committed by GitHub
parent d2f58a89a2
commit e61fb27c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,5 +269,5 @@ public class YggdrasilService {
.registerTypeAdapterFactory(ValidationTypeAdapterFactory.INSTANCE)
.create();
public static final String PURCHASE_URL = "https://www.microsoft.com/store/productId/9NXP44L49SHJ";
public static final String PURCHASE_URL = "https://www.microsoft.com/store/productid/9nxp44l49shj";
}