woocommerce/plugins/woocommerce-beta-tester/zh-cn/README.md
2026-04-15 10:18:01 +08:00

26 lines
No EOL
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# WooCommerce Beta Tester
一个插件,可轻松测试预发布版本,例如 Beta 版、候选发布版甚至最终发布版。它还附带 WooCommerce Admin Test Helper有助于测试 WooCommerce Admin 功能。
## 安装
您可以从 [woocommerce.com](https://woocommerce.com/products/woocommerce-beta-tester/) 安装最新版本,也可以通过运行 `ln -s ./ :path-to-your-wp-plugin-directory/woocommerce-beta-tester` 将此目录符号链接到您的 WordPress 插件目录。
## 开发
要开始开发,请运行以下命令:
```text
pnpm --filter=@woocommerce/plugin-woocommerce-beta-tester install
pnpm --filter=@woocommerce/plugin-woocommerce-beta-tester start
```
有关更多用法信息,请参阅 [wp-scripts](https://github.com/WordPress/gutenberg/tree/trunk/packages/scripts)。
## 用法
您可以在顶部工具栏中名为 "WC Beta Tester" 的菜单下找到设置和功能。
有关 WooCommerce Admin Test Helper 用法的更多信息,请点击[此处](plugins/woocommerce-beta-tester/EXTENDING-WC-ADMIN-HELPER)。
运行 `./bin/build-zip.sh` 来创建 zip 文件。