This commit is contained in:
zyronon
2025-09-19 01:38:40 +08:00
parent 107a9fed45
commit 8069c9e14c
37 changed files with 20171 additions and 311 deletions

View File

@@ -1,5 +1,18 @@
[
[
{
"id": "article_nce1",
"name": "新概念英语1-课文",
"description": "",
"category": "文章学习",
"tags": [
"新概念英语"
],
"url": "NCE_1.json",
"length": 72,
"translateLanguage": "common",
"language": "en"
},
{
"id": "article_nce2",
"name": "新概念英语2-课文",

View File

@@ -18,7 +18,7 @@
--color-sub-gray: #c0bfbf;
--article-width: 50vw;
--article-toolbar-width: 50rem;
--article-toolbar-width: 50vw;
--article-panel-width: 20rem;
--article-panel-margin-left: calc(50% + var(--article-width) / 2 + 1rem);
@@ -129,7 +129,7 @@ html.dark {
--panel-width: 20vw;
--space: 0.5rem;
--article-toolbar-width: 45rem;
--article-toolbar-width: 50rem;
--article-panel-width: 18rem;
}
}