內容簡介
這是一款 WordPress 插件,可讓 World of Warcraft 公會顯示招募訊息的小工具。
它可以直接使用,但是也支援一些 CSS 技巧進行自訂。
這裡可以找到自訂教學
從 1.0.x 升級後,請確定儲存並存取小工具,使其可以搭配新的程式碼運作。
如果在 1.2 之前已更改顏色代碼,請務必在升級前備份。
1.4.6 新增項目:
新增惡魔獵人職業。
此插件現已使用 npm 建立 SCSS 樣式表,詳細資訊請參閱原始碼,如果您建立自己的 WordPress 佈景主題,可使用 mixins。
** 我不會積極更新此插件,但在無聊的時候仍會進行偶爾的更新
歡迎從 GitHub 分叉此專案。
要使用此小工具,只需進入外觀 => 小工具,並像其他小工具一樣將其拖到側邊欄即可。
插件網站
示範
此插件網頁上的完整描述
GitHub 上的問題追踪器
原始碼
如果您發現錯誤或想要更正我的某些代碼,請在 GitHub 中提交問題 :)
開發備忘錄
需要使用 npm 來建立樣式表
輸入 npm run build 可以在 ./css/ 中連續建立樣式表,直到按下 Ctrl+C 終止,可以在 http://localhost:8001 查看測試頁面
僅在 Mac 上進行測試,應該可以在 *nix 平台上運行,也應該可以在 Windows 上運行
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
A widget that helps to display recruitment message of a World of Warcraft guild.
It works just fine out of the box, but it is very customizable with some CSS techniques.
Customization tutorial can be found here
please save the widget once after upgrade from 1.0.x to make it work with new codes,
make sure you backup those color codes before upgrade if you have changed them before 1.2
New in 1.4.6:
added demon hunter class
this plugin now uses npm to build SCSS stylesheets, see source code for details, mixins will be useful if you’re building your own wordpress theme
** I will not be actively updating this plugin, but I’ll still do occasional update like this one when I’m bored,
please feel free to fork this project from github.
To use this widget, simply go to Appearance => Widget and drag it to a sidebar as similar to other widgets.
Plugin site
Demo
Full description on the web page of this plugin
Issue Tracker on github
Source Code
If you found bugs or want to correct some of my codes, please file issues in github 🙂
Development Note
require npm to build stylesheets
npm run build to build stylesheets continuously to ./css/ until Ctrl+C to terminate, test page can be viewed at http://localhost:8001
only tested on Mac, should work in *nix platforms, should work in Windows too
