Universal Dark Mode Invenza

外掛說明

Advanced full-site dark mode management system for WordPress. Allows you to configure customizable color schemes, exclude specific sections, and create priority rules for selectors.

Developer Notes

This plugin uses PostCSS for CSS compilation and nesting, and PHP_CodeSniffer (PHPCS) for WordPress coding standard checks. Source files and build configurations are included.

CSS Compilation

To build the compiled stylesheets:
1. Ensure Node.js and npm are installed.
2. Run npm install in the plugin directory to install dependencies.
3. Run npm run build to compile styles from src/css/ to admin/css/ and public/css/.

Coding Standards

To run WordPress coding standard checks:
1. Ensure Composer is installed.
2. Run composer install to install development packages.
3. Run vendor/bin/phpcs to check PHP code against WordPress standards.

安裝方式

  1. Upload the universal-dark-mode-invenza folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings -> Universal Dark Mode Invenza to configure.

常見問題集

How do I enable dark mode?

Once activated, navigate to Settings -> Universal Dark Mode Invenza to configure the colors and toggle the dark mode switch.

Can I exclude specific pages or sections?

Yes, you can configure exclusions using selectors or section names directly in the plugin settings page.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Universal Dark Mode Invenza〉的開發相關工作。

參與者

將〈Universal Dark Mode Invenza〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release.