diff --git a/Cargo.toml b/Cargo.toml index 07e111e..42bdbe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dream" -version = "0.3.1" +version = "0.3.2" edition = "2021" [dependencies] diff --git a/products.json b/products.json index 93fc656..83ec28a 100644 --- a/products.json +++ b/products.json @@ -10,5 +10,17 @@ "family.3": [2290000, "۳ ماهه Family - ترکیه"], "family.6": [4490000, "۶ ماهه Family - ترکیه"] } + }, + "applemusic": { + "name": "اپل موزیک", + "logo": "/static/image/logo/applemusic.jpg", + "data": ["apple id", "telegram id"], + "color": "#1db954", + "image": "/static/image/banner/applemusic.jpg", + "plans": { + "family.1": [880000, "۱ ماهه Family"], + "family.3": [2280000, "۳ ماهه Family"], + "family.6": [3980000, "۶ ماهه Family"] + } } }