change peertube color
This commit is contained in:
parent
522b8d4efa
commit
a5115537c9
@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "url-peertube",
|
"name": "url-peertube",
|
||||||
"version": "1.0.0"
|
"version": "1.0.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "url-twitter",
|
"name": "url-twitter",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"main": "plugin.js",
|
"main": "plugin.js",
|
||||||
"name": "url-peertube",
|
"name": "url-peertube",
|
||||||
"description": "URLReply PeerTube",
|
"description": "URLReply PeerTube",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"tags": ["urlreply"],
|
"tags": ["urlreply"],
|
||||||
"dependencies": ["urlreply"],
|
"dependencies": ["urlreply"],
|
||||||
"npmDependencies": []
|
"npmDependencies": []
|
||||||
|
@ -30,7 +30,7 @@ async function peertubeResponse(url: URL, msg: IMessage): Promise<boolean> {
|
|||||||
keys.push(['field', '[LIVE]', {color: 'red'}]);
|
keys.push(['field', '[LIVE]', {color: 'red'}]);
|
||||||
}
|
}
|
||||||
|
|
||||||
keys.push(['field', 'PeerTube', { color: 'white', type: 'title' }]);
|
keys.push(['field', 'PeerTube', { color: 'gold', type: 'title' }]);
|
||||||
keys.push(['field', data.name, {type: 'description'}]);
|
keys.push(['field', data.name, {type: 'description'}]);
|
||||||
|
|
||||||
keys.push(['field', data.views.toString(), { type: 'metric', label: 'Views' }]);
|
keys.push(['field', data.views.toString(), { type: 'metric', label: 'Views' }]);
|
||||||
|
Loading…
Reference in New Issue
Block a user