chore: update html files
This commit is contained in:
parent
8837e26b13
commit
5b241038f1
@ -26,6 +26,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.27.0 - 2026-01-16
|
||||
|
||||
update html files
|
||||
|
||||
**Changes:** 1 files, 2 lines
|
||||
**Languages:** HTML (2 lines)
|
||||
|
||||
## Version 1.26.0 - 2026-01-16
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "Snek"
|
||||
version = "1.26.0"
|
||||
version = "1.27.0"
|
||||
readme = "README.md"
|
||||
#license = { file = "LICENSE", content-type="text/markdown" }
|
||||
description = "Snek Chat Application by Molodetz"
|
||||
|
||||
@ -567,7 +567,7 @@ const count = Array.from(messages).filter(el => el.textContent.trim() === text).
|
||||
|
||||
|
||||
|
||||
const starField = new StarField({starCount: 300});
|
||||
const starField = new StarField({count: 200});
|
||||
app.starField = starField;
|
||||
|
||||
class DemoSequence {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user