# lvssn_ai **Repository Path**: wowaka/lvssn_ai ## Basic Information - **Project Name**: lvssn_ai - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-29 - **Last Updated**: 2026-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # whatsapp This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Type Support for `.vue` Imports in TS TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install # 开发服务 npm run dev # 如果sqlite报错,使用此命令重新打包sqlite3 npm run rebuild:sqlite3 # 打包命令 npm run build # 打包由于需要下载winCodeSign和nsis,可能会下载失败,需要直接去GitHub下载并解压到electron-builder缓存里 # winCodeSign下载地址:https://objects.githubusercontent.com/github-production-release-asset-2e65be/65527128/f73f2200-5d53-11ea-8264-ddd345f11ee4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250321%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250321T020043Z&X-Amz-Expires=300&X-Amz-Signature=d0cb0dfbc142c45de4b7fef7dde42ac4981168b8fb9178333c27bdbb3e7e7a6b&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DwinCodeSign-2.6.0.7z&response-content-type=application%2Foctet-stream # 解压到C:/User/用户名/AppData/Local/electron-builder/Cache/winCodeSign # nsis下载地址:https://objects.githubusercontent.com/github-production-release-asset-2e65be/65527128/10518a80-10f6-11ea-8d2f-403bab81b4cd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250321%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250321T020331Z&X-Amz-Expires=300&X-Amz-Signature=881e8e70969d81f731128e522c59ab63bf42ebe6ed8cc2b4ef6b2c03dbfabb10&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dnsis-3.0.4.1.7z&response-content-type=application%2Foctet-stream # 解压到C:/User/用户名/AppData/Local/electron-builder/Cache/nsis # 打包需要将playwright的内置浏览器移动到根目录的chromium文件夹内,版本为chromium-1194,下载地址:https://yicaigou2022.oss-cn-shenzhen.aliyuncs.com/whatsapp-resource/resources/chromium-1194.7z ```