web/SavingDialog: add ios saving tutorial

This commit is contained in:
wukko
2024-09-09 00:10:21 +06:00
parent a613f1402d
commit 53eb052fe6
5 changed files with 194 additions and 12 deletions

View File

@@ -43,7 +43,12 @@ const donate = {
}
};
const siriShortcuts = {
photos: "https://www.icloud.com/shortcuts/14e9aebf04b24156acc34ceccf7e6fcd",
files: "https://www.icloud.com/shortcuts/2134cd9d4d6b41448b2201f933542b2e",
}
const apiURL = "https://api.cobalt.tools";
export { donate, apiURL, contacts, partners };
export { donate, apiURL, contacts, partners, siriShortcuts };
export default variables;