This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'Snow Effect', | |
version: '1.4', | |
init: function(Lampa) { | |
console.log('Snow Effect: Initializing plugin'); | |
// Стили для снежинок | |
var style = document.createElement('style'); | |
style.innerHTML = ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'Snow Effect', | |
version: '1.4', | |
init: function(Lampa) { | |
console.log('Snow Effect: Initializing plugin'); | |
// Стили для снежинок | |
var style = document.createElement('style'); | |
style.innerHTML = ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'Snow Effect', | |
version: '1.3', | |
init: function(Lampa) { | |
console.log('Snow Effect: Initializing plugin'); | |
// Стили для снежинок | |
var style = document.createElement('style'); | |
style.innerHTML = ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'Snow Effect', | |
version: '1.2', | |
init: function(Lampa) { | |
console.log('Snow Effect: Initializing plugin'); | |
// Стили для снежинок | |
var style = document.createElement('style'); | |
style.innerHTML = ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'Snow Effect', | |
version: '1.1', | |
init: function(Lampa) { | |
console.log('Snow Effect: Initializing plugin'); | |
// Стили для снежинок | |
var style = document.createElement('style'); | |
style.innerHTML = ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'Snow Effect', | |
version: '1.0', | |
init: function(Lampa) { | |
console.log('Snow Effect: Initializing plugin'); | |
// Стили для снежинок | |
var style = document.createElement('style'); | |
style.innerHTML = ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'mybalancer', | |
version: '1.3', | |
init: function(Lampa) { | |
console.log('mybalancer: Initializing plugin'); // Лог инициализации | |
// Регистрация в боковом меню | |
Lampa.Platforms.add({ | |
id: 'mybalancer', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'mybalancer', | |
version: '1.2', | |
init: function(Lampa) { | |
Lampa.Platforms.add({ | |
id: 'mybalancer', | |
title: 'mybalancer', | |
html: function() { | |
return ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'mybalancer', | |
version: '1.1', | |
init: function(Lampa) { | |
Lampa.Platforms.add({ | |
id: 'mybalancer', | |
title: 'mybalancer', | |
html: function() { | |
return ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var plugin = { | |
name: 'mybalancer', | |
version: '1.0', | |
init: function(Lampa) { | |
// Добавляем в боковое меню слева | |
Lampa.Platforms.add({ | |
id: 'mybalancer', | |
title: 'mybalancer', // Название в меню | |
html: function() { |