diff --git a/.editorconfig b/.editorconfig index 08af9ae..1ed453a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,10 +8,3 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 2 -quote_type = single - -[*.{ts,tsx}] -charset = utf-8 -indent_style = space -indent_size = 2 -quote_type = single diff --git a/.gitattributes b/.gitattributes index 66fc5ff..af3ad12 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,5 +2,3 @@ /.yarn/releases/* binary /.yarn/plugins/**/* binary /.pnp.* binary linguist-generated -/assets/**/*.* filter=lfs diff=lfs merge=lfs -text -/assets/**/*.sixu !filter !diff !merge text diff --git a/.gitignore b/.gitignore index 6645b56..3ebb865 100644 --- a/.gitignore +++ b/.gitignore @@ -13,9 +13,6 @@ .pnp.* /node_modules -/docs -/dist -/assets/non-free/**/* -# Engine downloads -.moyu/ +/assets +/dist diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7ffcd56..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "json.schemaDownload.trustedDomains": { - "https://gist.githubusercontent.com": true - }, - "editor.defaultFormatter": "biomejs.biome", - "[json]": { - "editor.defaultFormatter": "biomejs.biome" - }, - "[typescriptreact]": { - "editor.defaultFormatter": "biomejs.biome" - }, - "[typescript]": { - "editor.defaultFormatter": "biomejs.biome" - }, - "[javascript]": { - "editor.defaultFormatter": "biomejs.biome" - }, - "[html]": { - "editor.defaultFormatter": "biomejs.biome" - }, - "[sixu]": { - "editor.defaultFormatter": "icemic.sixu-vscode-extension" - } -} diff --git a/AGENTS.md b/AGENTS.md deleted file mode 100644 index 30e7e1a..0000000 --- a/AGENTS.md +++ /dev/null @@ -1,450 +0,0 @@ -# Moyu Visual Novel Framework — Agent 指南 - -本文档面向 AI coding agent 和开发者,修改或定制 **末语(Moyu)视觉小说框架** 前务必阅读。 - -## 本项目是什么 - -基于 **末语(Moyu)** 引擎的 TypeScript + React 视觉小说框架。运行于 native(Windows / macOS / Linux / Android / iOS,通过 QuickJS)与 web(WebAssembly)两种平台。 - -- **渲染器**:`@momoyu-ink/kit` 的自定义 React reconciler(**不是 react-dom**) -- **JSX 元素**:`` / `` / `` / `