ruki преди 1 месец
родител
ревизия
53f8cf9bf4
променени са 7 файла, в които са добавени 79 реда и са изтрити 49 реда
  1. 1 1
      docs/.vitepress/data/team.ts
  2. 27 0
      docs/about/author.md
  3. 1 16
      docs/about/sponsor.md
  4. 2 0
      docs/config.ts
  5. 44 0
      docs/zh/about/author.md
  6. 2 32
      docs/zh/about/sponsor.md
  7. 2 0
      docs/zh/config.ts

+ 1 - 1
docs/.vitepress/data/team.ts

@@ -24,7 +24,7 @@ export const coreTeamMembers: TeamMember[] = [
       { icon: 'github', link: 'https://github.com/waruqi' },
       { icon: 'twitter', link: 'https://twitter.com/waruqi' }
     ],
-    sponsor: 'https://github.com/sponsors/waruqi'
+    sponsor: './author'
   },
   {
     avatar: 'https://github.com/star-hengxing.png',

+ 27 - 0
docs/about/author.md

@@ -0,0 +1,27 @@
+# About the Author
+
+Hello, I am Ruki Wang, the creator and core maintainer of the [Xmake](https://github.com/xmake-io/xmake) project.
+
+Beyond developing the Xmake build utility itself, I also maintain the vast majority of projects within the Xmake ecosystem. This includes the official package repository [xmake-repo](https://github.com/xmake-io/xmake-repo), major IDE plugins ([xmake-idea](https://github.com/xmake-io/xmake-idea), [xmake-vscode](https://github.com/xmake-io/xmake-vscode)), as well as auxiliary tools like [xmake-gradle](https://github.com/xmake-io/xmake-gradle) and [xmake.sh](https://github.com/xmake-io/xmake.sh).
+
+Xmake is a completely community-driven open-source project, developed and maintained primarily in my spare time. If Xmake has made your development process easier, saved you time, or improved your efficiency, please consider supporting my work through sponsorship. Your support is the greatest motivation for me to continue improving Xmake and advancing its ecosystem!
+
+## Contact
+
+- Email: [email protected]
+- GitHub: [https://github.com/waruqi](https://github.com/waruqi)
+- Twitter: [https://twitter.com/waruqi](https://twitter.com/waruqi)
+
+## Payment Methods
+
+### PayPal
+
+[Donate via PayPal](https://paypal.me/tboox/5)
+
+### GitHub Sponsor
+
+[Become a sponsor via GitHub Sponsors](https://github.com/sponsors/waruqi)
+
+### OpenCollective
+
+[Become a sponsor via OpenCollective](https://opencollective.com/xmake#sponsor)

+ 1 - 16
docs/about/sponsor.md

@@ -14,22 +14,7 @@ Sponsoring Xmake as a business ensures the long-term sustainability of the proje
 
 In return, we will display your company's logo and link on our homepage, documentation, and README. This not only increases your brand exposure within the developer community but also demonstrates your support for open source software and the developer ecosystem.
 
-If you are interested in becoming a corporate sponsor or would like to learn more about exclusive benefits, please feel free to [contact us](/about/contact).
-
-## Payment Methods
-
-### PayPal
-
-[Donate via PayPal](https://paypal.me/tboox/5)
-
-### GitHub Sponsor
-
-[Become a sponsor via GitHub Sponsors](https://github.com/sponsors/waruqi)
-
-### OpenCollective
-
-[Become a sponsor via OpenCollective](https://opencollective.com/xmake#sponsor)
-
+If you are interested in becoming a corporate sponsor or would like to learn more about exclusive benefits, please feel free to [contact us](/about/author#contact).
 
 ## Supporters
 

+ 2 - 0
docs/config.ts

@@ -23,6 +23,7 @@ export default defineAdditionalConfig({
           text: 'About',
           items: [
             { text: 'Sponsor', link: '/about/sponsor' },
+            { text: 'About Author', link: '/about/author' },
             { text: 'Meet the Team', link: '/about/team' },
             { text: 'Contact', link: '/about/contact' },
             { text: 'Who is using Xmake?', link: '/about/who_is_using_xmake' },
@@ -97,6 +98,7 @@ function nav(): DefaultTheme.NavItem[] {
             { text: 'Community', link: '/about/contact' },
             { text: 'Who is using Xmake?', link: '/about/who_is_using_xmake' },
             { text: 'Meet the Team', link: '/about/team' },
+            { text: 'About Author', link: '/about/author' },
           ]
         }
       ]

+ 44 - 0
docs/zh/about/author.md

@@ -0,0 +1,44 @@
+# 关于作者 {#about-author}
+
+你好,我是 Ruki Wang,[Xmake](https://github.com/xmake-io/xmake) 项目的创建者和核心维护者。
+
+除了致力于 Xmake 构建工具本身的开发,我还维护着 Xmake 生态系统中的绝大部分项目,这包括官方包仓库 [xmake-repo](https://github.com/xmake-io/xmake-repo)、主流 IDE 插件([xmake-idea](https://github.com/xmake-io/xmake-idea)、[xmake-vscode](https://github.com/xmake-io/xmake-vscode))、以及 [xmake-gradle](https://github.com/xmake-io/xmake-gradle)、[xmake.sh](https://github.com/xmake-io/xmake.sh) 等周边工具。
+
+Xmake 是一个完全由社区驱动的开源项目,其开发和维护主要依赖于我的业余时间。如果您觉得 Xmake 能够为您的开发工作带来便利,节省了宝贵的时间并提升了效率,不妨考虑赞助支持一下。您的每一份支持,都将成为我持续改进 Xmake、推动生态发展的最大动力!
+
+## 联系方式 {#contact}
+
+- 邮箱:[email protected]
+- 微信公众号:tboox-os
+- GitHub:[https://github.com/waruqi](https://github.com/waruqi)
+- Twitter:[https://twitter.com/waruqi](https://twitter.com/waruqi)
+
+## 赞助方式 {#payment-methods}
+
+### 支付宝 {#alipay}
+
+<SponsorButton text="点击查看支付宝二维码" image="/assets/img/alipay.png" />
+
+账号:[email protected]
+
+### 微信 {#wechat}
+
+<SponsorButton text="点击查看微信二维码" image="/assets/img/weixin.png" />
+
+### GitHub Sponsor
+
+[通过 GitHub Sponsors 成为赞助者](https://github.com/sponsors/waruqi)
+
+### PayPal
+
+[通过 PayPal 捐赠](https://paypal.me/tboox/5)
+
+### OpenCollective
+
+[通过 OpenCollective 成为赞助者](https://opencollective.com/xmake#sponsor)
+
+## 购买周边 {#buying-merchandise}
+
+您也可以通过购买 Xmake 限量版周边纪念品(如马克杯)来支持我们。
+
+[点击查看周边详情](/zh/about/peripheral_items)

+ 2 - 32
docs/zh/about/sponsor.md

@@ -14,39 +14,9 @@ Xmake 的赞助商通过提供资金支持,确保了项目的长期可持续
 
 作为赞助的回报,我们会在项目首页、文档以及 README 中展示贵公司的 Logo 和链接,这不仅能够提升贵公司在开发者社区中的品牌曝光度,还表明了贵公司对开源软件和开发者生态的支持。
 
-如果您有兴趣成为企业赞助商,或了解更多专属权益,欢迎随时[联系我们](/zh/about/contact)。
+如果您有兴趣成为企业赞助商,或了解更多专属权益,欢迎随时[联系我们](/zh/about/author#contact)。
 
-## 赞助方式
-
-### 支付宝
-
-<SponsorButton text="点击查看支付宝二维码" image="/assets/img/alipay.png" />
-
-账号:[email protected]
-
-### 微信
-
-<SponsorButton text="点击查看微信二维码" image="/assets/img/weixin.png" />
-
-### GitHub Sponsor
-
-[通过 GitHub Sponsors 成为赞助者](https://github.com/sponsors/waruqi)
-
-### PayPal
-
-[通过 PayPal 捐赠](https://paypal.me/tboox/5)
-
-### OpenCollective
-
-[通过 OpenCollective 成为赞助者](https://opencollective.com/xmake#sponsor)
-
-### 购买周边
-
-您也可以通过购买 Xmake 限量版周边纪念品(如马克杯)来支持我们。
-
-[点击查看周边详情](/zh/about/peripheral_items)
-
-## 支持者
+## 支持者 {#supporters}
 
 此列表会不定期更新,并非实时数据。如有遗漏,请联系我们更新。
 

+ 2 - 0
docs/zh/config.ts

@@ -25,6 +25,7 @@ export default defineAdditionalConfig({
           text: '关于',
           items: [
             { text: '在线赞助', link: '/zh/about/sponsor' },
+            { text: '关于作者', link: '/zh/about/author' },
             { text: '认识团队', link: '/zh/about/team' },
             { text: '社区', link: '/zh/about/contact' },
             { text: '谁在使用 Xmake?', link: '/zh/about/who_is_using_xmake' },
@@ -172,6 +173,7 @@ function nav(): DefaultTheme.NavItem[] {
             { text: '社区', link: '/zh/about/contact' },
             { text: '谁在使用 Xmake?', link: '/zh/about/who_is_using_xmake' },
             { text: '认识团队', link: '/zh/about/team' },
+            { text: '关于作者', link: '/zh/about/author' },
           ]
         },
         {