night time hurricane icons
5.13.1
This commit is contained in:
parent
80a68caa27
commit
844544c364
7 changed files with 28 additions and 22 deletions
|
|
@ -29,6 +29,9 @@ module.exports = {
|
||||||
indent: [
|
indent: [
|
||||||
'error',
|
'error',
|
||||||
'tab',
|
'tab',
|
||||||
|
{
|
||||||
|
SwitchCase: 1
|
||||||
|
},
|
||||||
],
|
],
|
||||||
'no-tabs': 0,
|
'no-tabs': 0,
|
||||||
'no-console': 0,
|
'no-console': 0,
|
||||||
|
|
|
||||||
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -7,8 +7,6 @@
|
||||||
"format": "compressed",
|
"format": "compressed",
|
||||||
"extensionName": ".css",
|
"extensionName": ".css",
|
||||||
"savePath": "/server/styles",
|
"savePath": "/server/styles",
|
||||||
"savePathSegmentKeys": null,
|
|
||||||
"savePathReplaceSegmentsWith": null
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
|
|
@ -21,5 +19,8 @@
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": "explicit"
|
"source.fixAll.eslint": "explicit"
|
||||||
}
|
},
|
||||||
|
"eslint.validate": [
|
||||||
|
"javascript"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
2
dist/index.html
vendored
2
dist/index.html
vendored
File diff suppressed because one or more lines are too long
2
dist/resources/ws.min.js
vendored
2
dist/resources/ws.min.js
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "ws4kp",
|
"name": "ws4kp",
|
||||||
"version": "5.13.0",
|
"version": "5.13.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ws4kp",
|
"name": "ws4kp",
|
||||||
"version": "5.13.0",
|
"version": "5.13.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ejs": "^3.1.5",
|
"ejs": "^3.1.5",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ws4kp",
|
"name": "ws4kp",
|
||||||
"version": "5.13.0",
|
"version": "5.13.1",
|
||||||
"description": "Welcome to the WeatherStar 4000+ project page!",
|
"description": "Welcome to the WeatherStar 4000+ project page!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,8 @@ const getWeatherRegionalIconFromIconLink = (link, _isNightTime) => {
|
||||||
case 'tsra_hi-n':
|
case 'tsra_hi-n':
|
||||||
case 'hurricane':
|
case 'hurricane':
|
||||||
case 'tropical_storm':
|
case 'tropical_storm':
|
||||||
|
case 'hurricane-n':
|
||||||
|
case 'tropical_storm-n':
|
||||||
return addPath('Thunderstorm.gif');
|
return addPath('Thunderstorm.gif');
|
||||||
|
|
||||||
case 'wind':
|
case 'wind':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue