chore: update html files
This commit is contained in:
parent
af62d24868
commit
d713a4697c
@ -24,6 +24,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.25.0 - 2026-01-16
|
||||
|
||||
update html files
|
||||
|
||||
**Changes:** 1 files, 2 lines
|
||||
**Languages:** HTML (2 lines)
|
||||
|
||||
## Version 1.24.0 - 2026-01-03
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "Snek"
|
||||
version = "1.24.0"
|
||||
version = "1.25.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: 50});
|
||||
const starField = new StarField({starCount: 150});
|
||||
app.starField = starField;
|
||||
|
||||
class DemoSequence {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user