# Qoder 项目记忆同步文件 > 持久化存储项目记忆,解决账号切换导致记忆丢失。由 AI 自动维护,请勿手动编辑。 **最后更新时间:** 2026-03-05 --- ## 记忆列表(共 2 条) ### 1. Qoder 指令同步规则 **分类:** project_configuration | **作用域:** 📁 当前项目 指令存储: `.qoder/commands/*.md`,同步文件: `.qoder/commands-sync.md` 当前指令: code-inspect, create-pr, project-test, security-check, memory-sync, start-store, start-admin ### 2. lhxd-admin / lhxd-store 打包命令 **分类:** project_configuration | **作用域:** 📁 当前项目 **lhxd-admin** (`/Users/zhouyonggao/Desktop/wbxm/lhxd/lhxd-admin`): - `yarn serve` → 开发(proxy → localhost:8090) - `yarn build` → 生产(https://lhxd.ojcc168.com/index.php?s=/admin) - `yarn build:staging` → 测试(https://test.lhxd.ojcc168.com/index.php?s=/admin) **lhxd-store** (`/Users/zhouyonggao/Desktop/wbxm/lhxd/lhxd-store`): - `yarn serve` → 开发(proxy → localhost:8090) - `yarn build` → 生产(https://lhxd.ojcc168.com/index.php?s=/store) - `yarn build:staging` → 测试(https://test.lhxd.ojcc168.com/index.php?s=/store) baseURL 逻辑: `process.env.VUE_APP_API_BASE_URL || config.BASE_API` --- ## 同步规则 - 记忆变更时自动同步到本文件,启动时反向同步缺失记忆 - 代码规范等已转为规则文件,见 `.qoder/rules/` 目录