Update domain from gitea.tolchin.pro to git.tolchin.pro

This commit is contained in:
2026-02-16 21:56:26 +03:00
parent 1bd364a669
commit 589890770f
6 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@
**Использование:**
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/static-sidebar.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/static-sidebar.css");
```
---
@@ -19,7 +19,7 @@
**Использование:**
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/central-libraries-small.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/central-libraries-small.css");
```
---
@@ -29,7 +29,7 @@
**Использование:**
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/count-indicators.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/count-indicators.css");
```
---
@@ -39,7 +39,7 @@
**Использование:**
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/forgot-password.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/forgot-password.css");
```
---
@@ -49,7 +49,7 @@
**Использование:**
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/hide-my-media.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/hide-my-media.css");
```
---
@@ -59,7 +59,7 @@
**Использование:**
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/moving-cards.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/moving-cards.css");
```
---
@@ -69,7 +69,7 @@
**Использование:**
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/smaller-cast.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/smaller-cast.css");
```
---
@@ -79,7 +79,7 @@
**Использование:**
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/floating-progress.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/floating-progress.css");
```
---
@@ -88,12 +88,12 @@
### Полная тема (все модули):
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/tolfin.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/tolfin.css");
```
### Индивидуальные модули:
```css
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/static-sidebar.css");
@import url("https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/central-libraries-small.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/static-sidebar.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/theme/modules/central-libraries-small.css");
/* Добавляйте нужные модули */
```

View File

@@ -31,7 +31,7 @@
--theme-blur: 16px; /* Сила размытия фона */
/* URL изображений */
--banner-url: url('https://gitea.tolchin.pro/Oleg/Tolfin/raw/branch/latest/assets/banner.png');
--banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/latest/assets/banner.png');
/* Переменные модулей */
--show-count-indicators: flex; /* none для скрытия индикаторов */
@@ -1162,4 +1162,4 @@ progress {
git tag -a v1.0.1 -m "Release v1.0.1"
git push origin v1.0.1
git tag -f latest (хеш v1.0.1)
git push origin latest --force
git push origin latest --force