mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 06:48:47 +00:00
Feature: GameDig Widget (#1717)
* Adding Counter-Strike: Global Offensive (CSGO) Adding Counter-Strike: Global Offensive (CSGO) widget * Changed to GameDig Converted csgo widget to gamedig Added game server type as widget parameter Added more fields * Limited widget displayed fields to 4 * Moved fields limit to gamedig widget
This commit is contained in:
parent
6586af17a3
commit
420aa896d7
9 changed files with 497 additions and 3 deletions
7
src/widgets/gamedig/widget.js
Normal file
7
src/widgets/gamedig/widget.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import gamedigProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
proxyHandler: gamedigProxyHandler
|
||||
}
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue