This commit is contained in:
xuhang-x 2024-07-23 14:15:36 +08:00
parent 4d68f4a47b
commit 0691689152

View File

@ -16,11 +16,11 @@ import 'package:wallpaperx/routes/app_pages.dart';
import 'package:share_plus/share_plus.dart'; import 'package:share_plus/share_plus.dart';
class SettingsController extends GetxController { class SettingsController extends GetxController {
final privacyUrlAndroid = 'https://wallpapergenie.mystrikingly.com/privacy'; final privacyUrlAndroid = 'https://visualwallpaper.mystrikingly.com/privacy';
final termsUrlAndroid = 'https://wallpapergenie.mystrikingly.com/terms'; final termsUrlAndroid = 'https://visualwallpaper.mystrikingly.com/terms';
final privacyUrlIOS = 'https://wallpapergenie.mystrikingly.com/privacy'; final privacyUrlIOS = 'https://visualwallpaper.mystrikingly.com/privacy';
final termsUrlIOS = 'https://wallpapergenie.mystrikingly.com/terms'; final termsUrlIOS = 'https://visualwallpaper.mystrikingly.com/terms';
final options = [ final options = [
'AI preferences', 'AI preferences',