Commit Graph

5 Commits

Author SHA1 Message Date
cchis
95a6f15564 补commit:画布inline style修复(1a59f86遗漏了home-page)
工作区已有inline style修复且探针验证几何正确,但1a59f86只commit了
index.css清理,漏掉home-page。此commit补上画布div的inline style:
width=min(100vw,540px,calc(100vh*9/16)) + aspectRatio 9/16,背景层absolute inset-0。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 14:03:56 +08:00
cchis
4d2c686f03 首页自适应优化:背景视频铺满整屏
- index.css: 新增 .home-bg-cover(absolute inset-0)
- home-page.tsx: home-canvas 前插入背景视频层(成对插入,不破坏JSX)
- 效果:背景视频独立铺满真实屏,540画布内保留原视频(前景对齐美术构图),
  画布外区域由铺满背景自然延续,消除瘦长屏的深蓝色块边界,无边界沉浸
- DOM验证: home-bg-cover + home-canvas 均生效
2026-06-29 13:08:16 +08:00
km2023
b3da91f17f chore: standardize on pnpm, remove npm lockfile
Mixed npm + pnpm installs corrupted node_modules and broke
@tailwindcss/vite resolution, which stopped the dev server from
starting. Standardize the project on pnpm:

- remove package-lock.json (keep pnpm-lock.yaml as the single lockfile)
- switch all README commands from npm to pnpm, and document that
  npm/yarn must not be mixed in

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 11:37:30 +08:00
km2023
8f164fd04e docs: rewrite README with project overview and Capacitor build flow
Replace the default Vite template README with project-specific docs:
tech stack, dev/build/sync scripts, the dist-based Capacitor packaging
flow (build before cap sync), project structure, and the dev-only
home-layout writer plugin.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 11:25:04 +08:00
km2023
4ad8e7cbec chore: 初始化仓库,配置 Git LFS 管理大素材
- git init (分支 main) + remote origin → gitea comi-logic/vtubermini
- 根级 .gitignore 排除 node_modules/dist/android-build/releases(APK)/日志/.codex-logs
- .gitattributes 用 Git LFS 跟踪 *.png/*.mp4 等媒体(141 个文件)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 11:19:40 +08:00