#8 首次啟動 seed 內建模型: - app.go 新增 seedUserDataDir() 在 server spawn 之前執行 - 若 user data-dir 缺 models.json,從 locateBundleDataDir() 複製 models.json + nef/ 預置模型過去 - 新增 locateBundleDataDir() / copyFile() / copyDirRecursive() helper - user 第一次開 app 會看到 8 個 Kneron 預置 .nef 模型(kl520×5 + kl720×3) #5 #6 #7 品牌視覺: - 新增 branding/ 目錄存放設計資產與生成工具 - logo.svg(向量原始稿) - icon-{16,...,1024}.png(10 種尺寸) - icon.ico(Windows 多解析度 ICO,PNG-in-ICO 格式) - icon.icns(macOS) - tools/gen_icon.go + gen_ico.go(純 Go 生成工具,未來調整 logo 用) - README.md + 色票表 - 部署: - visiona-local/build/appicon.png → Wails build 會嵌入 exe - visiona-local/frontend/icon.png → splash 使用 - frontend/src/app/favicon.ico + icon.png → Next.js App Router favicon - splash page 升級:加 logo icon + 品牌名 visionA Local + tagline Edge AI Workspace - Wails window title: "visionA Local — Edge AI Workspace" - wails.json productName: "visionA Local" - Next.js metadata title + icons - i18n: en/zh-TW 把殘留的 "Edge AI 平台" 字串改為 visionA Local 品牌 - .iss: SetupIconFile 指向 branding/icon.ico + UninstallDisplayIcon + ArchitecturesAllowed 改 x64compatible 修掉之前的 deprecation warning 品牌色票: - 主色 #4F7EFF(電子藍) - 輔色 #6EF3C5(mint 點綴) - 深色背景漸層 #1A1F36 → #0E1222 - 警示 #FF6B6B Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.