Update subscription perks
This commit is contained in:
@@ -53,8 +53,8 @@ onMount(() => {
|
||||
Charged through Patreon
|
||||
</div>
|
||||
<div class="feature_cell prepaid_feat">
|
||||
<span class="bold">€2 / month</span><br/>
|
||||
From account credit
|
||||
<span class="bold">€1 / month</span><br/>
|
||||
Base fee from account credit
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
@@ -67,7 +67,7 @@ onMount(() => {
|
||||
downloads
|
||||
</div>
|
||||
<div class="feature_cell pro_feat">
|
||||
<span class="bold">2 TB per 30 days</span><br/>
|
||||
<span class="bold">4 TB per 30 days</span><br/>
|
||||
|
||||
Transfer limit is used for downloading, sharing and hotlinking. No
|
||||
connection limit
|
||||
@@ -86,11 +86,11 @@ onMount(() => {
|
||||
</button>
|
||||
</div>
|
||||
<div class="feature_cell free_feat">
|
||||
Only <span class="bold">image files</span> below <span
|
||||
class="bold">1 MB</span> in size can be hotlinked
|
||||
<span class="bold">Hotlinking not supported</span><br/>
|
||||
Hotlinked files get blocked
|
||||
</div>
|
||||
<div class="feature_cell span2 pro_feat">
|
||||
<span class="bold">Any file type</span><br/>
|
||||
<span class="bold">Hotlinking supported</span><br/>
|
||||
Hotlinking uses your transfer limit
|
||||
</div>
|
||||
|
||||
@@ -113,7 +113,7 @@ onMount(() => {
|
||||
</button>
|
||||
</div>
|
||||
<div class="feature_cell free_feat">
|
||||
<span class="bold">90 days</span> (3 months)<br/>
|
||||
<span class="bold">120 days</span> (4 months)<br/>
|
||||
After last download or view
|
||||
</div>
|
||||
<div class="feature_cell pro_feat">
|
||||
@@ -147,7 +147,7 @@ onMount(() => {
|
||||
Payment processors
|
||||
</div>
|
||||
<div class="feature_cell free_feat">
|
||||
None
|
||||
<span class="bold">None</span>
|
||||
</div>
|
||||
<div class="feature_cell pro_feat">
|
||||
<span class="bold">PayPal</span>, <span class="bold">Credit card</span>
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<div class="feat_pro features_cell round_tr">
|
||||
<div><span class="text_highlight">100 GB</span> max file size</div>
|
||||
<div><span class="text_highlight">Files never expire</span></div>
|
||||
<div><span class="text_highlight">4 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">8 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">4 TB</span> storage space</div>
|
||||
<div>
|
||||
<span class="text_highlight">File viewer
|
||||
@@ -41,7 +41,7 @@
|
||||
<div class="feat_pro features_cell">
|
||||
<div><span class="text_highlight">100 GB</span> max file size</div>
|
||||
<div><span class="text_highlight">Files never expire</span></div>
|
||||
<div><span class="text_highlight">8 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">16 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">8 TB</span> storage space</div>
|
||||
<div><span class="text_highlight">File viewer branding</span></div>
|
||||
</div>
|
||||
@@ -62,7 +62,7 @@
|
||||
<div class="feat_pro features_cell">
|
||||
<div><span class="text_highlight">100 GB</span> max file size</div>
|
||||
<div><span class="text_highlight">Files never expire</span></div>
|
||||
<div><span class="text_highlight">16 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">32 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">16 TB</span> storage space</div>
|
||||
<div><span class="text_highlight">File viewer branding</span></div>
|
||||
</div>
|
||||
@@ -83,7 +83,7 @@
|
||||
<div class="feat_pro features_cell round_br">
|
||||
<div><span class="text_highlight">100 GB</span> max file size</div>
|
||||
<div><span class="text_highlight">Files never expire</span></div>
|
||||
<div><span class="text_highlight">32 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">64 TB</span> transfer limit</div>
|
||||
<div><span class="text_highlight">32 TB</span> storage space</div>
|
||||
<div><span class="text_highlight">File viewer branding</span></div>
|
||||
</div>
|
||||
|
@@ -259,10 +259,10 @@ onDestroy(() => {
|
||||
{/if}
|
||||
|
||||
{#if transfer_cap === -1}
|
||||
Premium transfers in the last 30 days: {formatDataVolume(transfer_used, 3)}.
|
||||
Premium transfer used in the last 30 days: {formatDataVolume(transfer_used, 3)}.
|
||||
<a href="/user/sharing/bandwidth">Configure limit</a>
|
||||
{:else}
|
||||
Premium transfers:
|
||||
Transfer cap:
|
||||
{formatDataVolume(transfer_used, 3)}
|
||||
out of
|
||||
{formatDataVolume(transfer_cap, 3)}
|
||||
|
@@ -110,13 +110,14 @@ onMount(() => {
|
||||
</div>
|
||||
<div class="feat_normal round_tr" class:feat_highlight={subscription === "prepaid"}>
|
||||
<ul>
|
||||
<li>Base price of €2 per month</li>
|
||||
<li>Base price of €1 per month</li>
|
||||
<li>€4 per TB per month for storage</li>
|
||||
<li>
|
||||
€2 per TB for data transfer (with <a
|
||||
href="user/sharing/bandwidth">bandwidth sharing</a>
|
||||
enabled)
|
||||
</li>
|
||||
<li>Access to the <a href="/filesystem">filesystem</a></li>
|
||||
<li>Files never expire as long as subscription is active</li>
|
||||
<li>
|
||||
Download page <a href="/user/sharing/branding">branding
|
||||
|
Reference in New Issue
Block a user