Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -920,10 +920,9 @@ disableAltpayment = "true"

## contribution-offset

> **The ‘contributionOffset’ parameter sets an initial amount to add to the total contributions displayed, simulating prior contributions.**

?> This parameter is optional. Default value is 0. Possible values are positive integers between 0 and the goal-amount.
> **The ‘contributionOffset’ parameter adjusts the total contributions displayed, simulating prior contributions or subtracting from the total.**

?> This parameter is optional. Default value is 0. It accepts positive or negative integers, with the total contribution capped at goalAmount.
**Example:**
<!-- tabs:start -->

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -918,9 +918,9 @@ disableAltpayment = "true"

## contribution-offset

> **"contributionOffset" 参数用于设置一个初始金额,将其加到显示的总贡献额中,以模拟先前的贡献。**
> **"contributionOffset" 参数用于调整显示的总贡献额,可用于模拟先前的贡献或减少总额。**

?> 此参数是可选的,默认值为 0。可能的值是介于 0 和目标金额之间的正整数。
?> 此参数为可选(默认值:0)。接受正数或负数整数,且总贡献额上限为 goalAmount

**Example:**
<!-- tabs:start -->
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-tw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,9 +917,9 @@ disableAltpayment = "true"

## contribution-offset

> **"contributionOffset" 參數用於設定一個初始數額,將其加至顯示的總貢獻額,以模擬先前的貢獻。**
> **"contributionOffset" 參數用於調整顯示的總貢獻額,可用於模擬先前的貢獻或減少總額。**

?> 此參數是可選的,預設值為 0。可能的值是介於 0 和目標金額之間的正整數
?> 此參數為可選(預設值:0)。接受正數或負數整數,且總貢獻額上限為 goalAmount

**Example:**
<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion paybutton/dev/demo/paybutton-generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<div class="form-input toggle">
<input type="checkbox" id="disable-altpayment" v-model="paybuttonProps.disableAltpayment" true-value="true"
false-value="false">
<label for="disable-altpayment">Enable Altpayment</label>
<label for="disable-altpayment">Disable Altpayment</label>
</div>
</div>
<div>
Expand Down