added dynamic download page

This commit is contained in:
mi1468 2025-07-14 11:07:52 +03:30
parent ef571d9e69
commit 3f74408f02

View File

@ -105,7 +105,7 @@ export default {
if (downloadItem && downloadItem.file) {
return {
...platform,
downloadUrl: downloadItem.file,
downloadUrl: "http://my.xroomapp.com:8000"+downloadItem.file,
version: downloadItem.version,
buttonText: `دانلود اپلیکیشن (نسخه ${downloadItem.version})`
};