Skip to content
Merged

Dev #32

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
1 change: 1 addition & 0 deletions .vitepress/sidebar/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const enSidebar: DefaultTheme.Sidebar = {
'/en_US/': [
{ text: 'Home Page', link: '/en_US' },
{ text: 'Download', link: '/en_US/download' },
{ text: 'donate', link: '/en_US/donate' },
{
text: 'Use documentation', items: [
{ text: 'Get Started Quickly', link: '/en_US/docs/manual/quick-start' },
Expand Down
4 changes: 2 additions & 2 deletions .vitepress/theme/components/AfdianCard.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<iframe
ref="afdianIframe"
src="https://afdian.com/leaflet?slug=sanmusen214"
src="https://ifdian.net/leaflet?slug=sanmusen214"
:width="iframeWidth"
height="200"
scrolling="no"
frameborder="0"
frameborder="0"i
></iframe>
</template>

Expand Down
24 changes: 10 additions & 14 deletions src/en_US/donate.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
# Donate
# Donation

If you really like BAAH and want to buy the developer a milk tea (or something else), please read on.
If you really like BAAH and would like to buy the developer a cup of milk tea (or something else), please read on.

## Paid Donation

You can purchase Mirror-chan CDK and use it for downloads and updates. This not only allows the developer to receive a commission, but also enables high-speed downloads/updates.
You can purchase Mirror-chan CDK and use it for downloads and updates. This not only allows the developer to earn a commission, but also enables high-speed downloads/updates.

## Free Donation

Here are the payment codes or Afdian links for the developers.
Here are the developers' payment codes or Afdian links.

::: warning
This is a donation, and there is no obligation for the developers to refund it, either legally or morally.

<p style="color:red;font-weight: bold">Please pay with caution</p>

<p style="color:red;font-weight: bold">Please pay with caution</p>

<p style="color:red;font-weight: bold">Please pay with caution</p>
:::
Software maintenance is not easy. If you feel this software has been helpful to you, you are welcome to sponsor through Afdian or WeChat QR code. Your support will be the motivation for developers to continue maintenance.

::: details sanmusen214
<AfdianCard />
:::
:::

::: warning
Generally, donations are non-refundable and do not include any additional features.
:::
14 changes: 5 additions & 9 deletions src/zh_CN/donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@

这里列出了开发者们的收款码或爱发电,

::: warning
这属于捐赠,无论是从法律上还是道德上都没有让开发者退还的义务。

<p style="color:red;font-weight: bold">请谨慎付款</p>

<p style="color:red;font-weight: bold">请谨慎付款</p>

<p style="color:red;font-weight: bold">请谨慎付款</p>
:::
软件维护不易,如果您感觉该软件对你有帮助,欢迎通过爱发电,或微信扫码赞助,您的支持将成为开发者继续维护的动力。

::: details sanmusen214
<AfdianCard />
:::

::: warning
一般情况下,捐赠不会退回,不代表附加任何额外功能。
:::
Loading