feat: add easy-jyy Slidev theme

This commit is contained in:
2026-08-29 18:59:41 +08:00
parent 33152a90dc
commit 5224d45994
23 changed files with 1875 additions and 0 deletions
@@ -0,0 +1,33 @@
{
"name": "slidev-theme-easy-jyy",
"version": "0.2.0",
"description": "JYY-inspired presentation theme for easy-slides and Slidev",
"license": "MIT",
"private": false,
"type": "module",
"keywords": ["slidev-theme", "slidev"],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.12.0",
"slidev": ">=52.0.0"
},
"slidev": {
"defaults": {
"aspectRatio": "4/3",
"canvasWidth": 1024,
"colorSchema": "light",
"fonts": {
"sans": "Lato,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif",
"mono": "Inconsolata,JetBrains Mono,Fira Code,monospace",
"serif": "Noto Serif SC,STKaiti,KaiTi,serif"
}
}
},
"dependencies": {
"@slidev/client": "52.19.1",
"@slidev/types": "52.19.1",
"markdown-it-attrs": "4.3.1"
}
}