mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +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
|
@ -17,6 +17,7 @@ import evcc from "./evcc/widget";
|
|||
import fileflows from "./fileflows/widget";
|
||||
import flood from "./flood/widget";
|
||||
import freshrss from "./freshrss/widget";
|
||||
import gamedig from "./gamedig/widget";
|
||||
import ghostfolio from "./ghostfolio/widget";
|
||||
import gluetun from "./gluetun/widget";
|
||||
import gotify from "./gotify/widget";
|
||||
|
@ -107,6 +108,7 @@ const widgets = {
|
|||
fileflows,
|
||||
flood,
|
||||
freshrss,
|
||||
gamedig,
|
||||
ghostfolio,
|
||||
gluetun,
|
||||
gotify,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue