Initial commit

This commit is contained in:
2026-06-19 01:01:23 +05:00
commit 5218e7677a
3 changed files with 323 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/**
* @file felexdev-theme-manager-mini.js
* @version 1.0.0 dev-in-progress (2026-06-09)
* @author felex67 (admin@felexdev.ru)
* @license Apache2.0
*
* Language standart: ECMAScript 2022 (ES13)
*
* @brief ThemeManager - модуль-переключатель тем
* @details модуль переклюатель тем
*/
class ThemeManager {};
File diff suppressed because one or more lines are too long