This commit is contained in:
zimplexing
2025-07-02 13:56:22 +08:00
parent 53381843fd
commit 810a13a33c
4 changed files with 24 additions and 6 deletions

View File

@@ -178,7 +178,7 @@ export class SettingsManager {
theme: "auto",
autoPlay: true,
playbackSpeed: 1.0,
apiBaseUrl: "http://127.0.0.1:3001",
apiBaseUrl: "",
};
try {
const data = await AsyncStorage.getItem(STORAGE_KEYS.SETTINGS);