mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 11:11:30 +08:00
Added new service classes: Maintenance, Acceleration, Adblock, Avatar, Database, Fonts, Performance, and related templates and assets. Updated Service/Base.php to conditionally instantiate service classes only if they exist. Improved Service/Memory.php and Service/Monitor.php with better settings handling and update logic. Enhanced Service/Setting.php to simplify framework title usage. These changes modularize features and improve plugin extensibility and reliability.
48 lines
4.1 KiB
PHP
Executable file
48 lines
4.1 KiB
PHP
Executable file
<?php
|
||
// about-section.php
|
||
?>
|
||
<div class="wpcy-about__section">
|
||
<div class="wpcy-about__grid columns-1">
|
||
<div class="column wpcy-kit-banner"><span class="wpcy-icon-inner"> <i class="icon icon-archive-1"></i></span>
|
||
<h2>项目简介</h2>
|
||
<p>文派(WordPress)中国本土化项目始于 2019 年,由 文派叶子🍃(WPCY) 插件开启,其前身为 WP-China-Yes。
|
||
|
||
</p>
|
||
<p>2023 年 4 月,文派科技完成对该项目的收购,并对其进行了全面的品牌重塑。</p>
|
||
<p></p>
|
||
<div class="wpcy-buttons"><a href="https://wpcy.com/about" target="_blank" rel="noopener" class="components-button button-secondary">关于 WPCY ↗</a><a href="/wp-content/plugins/wp-china-yes/changelog.txt" target="_blank" rel="noopener" class="components-button button-secondary">更新日志 ↗</a></div>
|
||
</div>
|
||
<div class="column wpcy-kit-banner"><span class="wpcy-icon-inner"> <i class="icon icon-lovely"></i></span>
|
||
<h2>赞助支持</h2>
|
||
<p>特别感谢以下企业品牌对文派项目提供的资金资源支持。早期伙伴未来有机会共享文派生态资源,期待社会各界参与。</p>
|
||
<div class="card-body sponsor-logos">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/feibisi-logo.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/shujue-logo.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/upyun-logo.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/haozi-logo.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/wpsaas-logo.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/lingding-logo.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/weixiaoduo-logo-2020.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/modiqi-logo.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/kekechong-logo.png">
|
||
<img src="https://cravatar.cn/wp-content/uploads/2024/09/wenpai-logo@2X.png">
|
||
</div>
|
||
<div class="wpcy-buttons"><a href="https://wpcy.com/ecosystem" target="_blank" rel="noopener" class="components-button button-secondary">生态共建 ↗</a><a href="https://wpcy.com/about/investor" target="_blank" rel="noopener" class="components-button button-secondary">项目投资 ↗</a></div>
|
||
</div>
|
||
</div>
|
||
<div class="wpcy-about__grid columns-1">
|
||
<div class="column wpcy-kit-banner"><span class="wpcy-icon-inner"> <i class="icon icon-user-octagon"></i></span>
|
||
<h2>开发 & 贡献者</h2>
|
||
<p>100% 开源代码,诚邀您一起参与文派 (WordPress) 软件国产化进程,打造属于自己的开源自助建站程序。</p>
|
||
<div class="card-body contributors-name">
|
||
<a href="https://github.com/sunxiyuan" target="_blank">孙锡源</a><a href="https://github.com/devhaozi/" target="_blank">耗子</a><a href="https://github.com/Yulinn233/" target="_blank">Yulinn</a><a href="https://github.com/zhaofeng-shu33/" target="_blank">赵丰</a>
|
||
<a
|
||
href="https://github.com/djl0415/" target="_blank">jialong Dong</a><a href="https://github.com/k99k5/" target="_blank">TigerKK</a><a href="https://github.com/xianyu125/" target="_blank">xianyu125</a><a href="https://github.com/ElliotHughes/" target="_blank">ElliotHughes</a><a href="https://bbs.weixiaoduo.com/users/feibisi/"
|
||
target="_blank">诗语</a><a href="https://www.modiqi.com/" target="_blank">莫蒂奇</a><a href="https://www.weixiaoduo.com/" target="_blank">薇晓朵</a>
|
||
<p></p>
|
||
</div>
|
||
<div class="wpcy-buttons"><a href="https://wpcy.com/about/promoter" target="_blank" rel="noopener" class="components-button button-secondary">推广名单 ↗</a><a href="https://github.com/WenPai-org/wp-china-yes" target="_blank" rel="noopener" class="components-button button-secondary">参与贡献 ↗</a></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="clear"></div>
|