feat(plugins/stargazers): add worldmap (#1137) [skip ci]
This commit is contained in:
@@ -860,10 +860,14 @@
|
||||
//Stargazers
|
||||
...(set.plugins.enabled.stargazers
|
||||
? ({
|
||||
__stargazers: {
|
||||
worldmap: await staticPlaceholder(options["stargazers.worldmap"], "stargazers.worldmap.svg"),
|
||||
},
|
||||
get stargazers() {
|
||||
const dates = []
|
||||
let total = faker.datatype.number(1000)
|
||||
const result = {
|
||||
worldmap: this.__stargazers.worldmap,
|
||||
total: {
|
||||
dates: {},
|
||||
get max() {
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 3.3 MiB |
Reference in New Issue
Block a user