📝 Update spanish docs
This commit is contained in:
parent
f369592860
commit
fa9ab97e29
@ -14,17 +14,18 @@
|
|||||||
<br />
|
<br />
|
||||||
|
|
||||||
## 👇 Índice
|
## 👇 Índice
|
||||||
- [👇 Índice](#-indice)
|
- [👇 Índice](#-índice)
|
||||||
- [✨ Características](#-caracteistícas)
|
- [✨ Características](#-características)
|
||||||
- [🚀 Usos](#-usos)
|
- [🚀 Usos](#-usos)
|
||||||
- [Como página de inicio](#como-página-de-inicio)
|
- [Como página de inicio](#como-página-de-inicio)
|
||||||
- [Como una nueva pestaña](#como-una-nueva-pestaña)
|
- [Como una nueva pestaña](#como-una-nueva-pestaña)
|
||||||
- [🎨 Personalización](#-personalización)
|
- [🎨 Personalización](#-personalización)
|
||||||
- [👋 General: Nombre, Imagen De Fondo y Saludos](#-nombre-imagen-de-fondo-y-saludos)
|
- [👋 General: Nombre, Imagen De Fondo y Saludos](#-general-nombre-imagen-de-fondo-y-saludos)
|
||||||
- [🏷️ Botones de enlace](#️-enlaces-de-botones)
|
- [🏷️ Botones de Enlace****](#️-botones-de-enlace)
|
||||||
- [📑 Lista de enlaces](#-lista-de-enlaces)
|
- [📑 Lista de enlaces](#-lista-de-enlaces)
|
||||||
- [⛈️ Clima: Clave De La Api, Iconos y Grupos](#️-Clima-clave-de-la-api-iconos-y-grupos)
|
- [⛈️ Clima: Clave De La Api, Iconos y Grupos](#️-clima-clave-de-la-api-iconos-y-grupos)
|
||||||
- [💛 Colores](#-colores)
|
- [💛 Colores](#-colores)
|
||||||
|
- [🌑 Cambio automatico de tema](#-cambio-automatico-de-tema)
|
||||||
|
|
||||||
|
|
||||||
## ✨ Características
|
## ✨ Características
|
||||||
@ -226,4 +227,22 @@ En el archivo `app.css` puedes cambiar las variables para cualquiera de los tema
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 🌑 Cambio automatico de tema
|
||||||
|
|
||||||
|
The theme can be automatically changed by the OS' current theme or personalized hours
|
||||||
|
that you can change in the `config.js` file:
|
||||||
|
|
||||||
|
```js
|
||||||
|
// Autochange
|
||||||
|
autoChangeTheme: true,
|
||||||
|
|
||||||
|
// Autochabge by OS
|
||||||
|
changeThemeByOS: false,
|
||||||
|
|
||||||
|
// Autochange by hour options (24hrs format, string must be in: hh:mm)
|
||||||
|
changeThemeByHour: true, // If it's true, it will use the values below:
|
||||||
|
hourDarkThemeActive: '18:30', // Turn on the dark theme after this hour
|
||||||
|
hourDarkThemeInactive: '07:00', // Turn off the dark theme after this hour and before the above hour
|
||||||
|
```
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user