
內容簡介
總結:這個 WordPress 外掛提供了一個模擬 Cloudflare 停機錯誤畫面的區塊,可以用來建立與 Cloudflare 官方錯誤頁面相似的錯誤頁面。
問題與答案:
1. 這個 WordPress 外掛提供了什麼功能?
- 提供了一個區塊,模仿 Cloudflare 停機錯誤畫面,可以用來建立與 Cloudflare 官方錯誤頁面相似的錯誤頁面。
2. 這個外掛基於什麼專案進行開發?
- 這個外掛基於 cloudflare-error-page 專案進行開發,並適應為 WordPress Gutenberg 編輯器的區塊。
3. 使用這個外掛前需要注意什麼重要事項?
- 這個外掛與 Cloudflare 公司無關聯,也未獲得他們的認可,僅為一個獨立的專案,目的是用於教育和娛樂。
4. 這個外掛使用了哪些外部服務?
- 這個外掛使用了 ipify API 來取得訪客的 IP 地址,當他們在區塊中點選「點擊顯示」時。僅進行 GET 請求,不會傳送其他任何資料。
5. 如何能夠貢獻這個外掛的開發?
- 貢獻者可以在 GitHub 上開啟問題、建議功能,或者提交拉取請求進行修正。
6. 這個外掛的原始碼在哪裡?
- 這個外掛的 JavaScript 和 CSS 是從源代碼構建而來,可在 GitHub 的 src/ 目錄中看到易讀的源代碼。
7. 這個外掛的基礎專案是採用什麼授權?
- 這個外掛基於 donlon 的 cloudflare-error-page 專案進行開發,並在 MIT 授權下進行授權。詳細資訊可參考 THIRD_PARTY_LICENSES.md。
外掛標籤
開發者團隊
原文外掛簡介
Adds a block that mimics the Cloudflare downtime error screen. Use it to create error pages that look like the official Cloudflare error pages.
This plugin is based on the cloudflare-error-page project, adapted as a WordPress block for the Gutenberg editor.
Important Notice: This plugin is not affiliated with, endorsed by, or connected to Cloudflare, Inc. This plugin is an independent project created for educational and entertainment purposes.
External services
The plugin uses the ipify API to fetch the visitor’s IP address when they click “Click to reveal” in the block. Only a GET request is made; no other data is sent. See ipify’s terms of use and privacy policy.
Source Code
The plugin’s JavaScript and CSS are built from source. The human-readable source is in the src/ directory on GitHub.
Contributing
Contributions are welcome. Open issues, suggest features, or send pull requests on GitHub.
Credits
This plugin is based on the idea and some code from cloudflare-error-page by donlon (MIT License). See THIRD_PARTY_LICENSES.md for details.
