Initial 智念AIGC platform

This commit is contained in:
inman
2026-05-29 10:26:02 +08:00
commit f9c3393f84
86 changed files with 14741 additions and 0 deletions

7
runtime/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Runtime Layout
`runtime/nianxx-play` is the extracted Next.js standalone runtime copied from the desktop app bundle for Zhinian Creation Assistant.
This directory is intentionally treated as a generated/runtime artifact. The original NianxxPlay source project was deleted, so the editable source code is not fully recoverable from this bundle.
Do not place user uploads, generated videos, or secrets under this directory. Runtime state is written to the root `.runtime/` directory by `scripts/start-runtime.mjs`.