Files
wecom_it_smart_desk/.workbuddy/memory/2026-06-11.md
T

1.1 KiB

2026-06-11 工作日志

联软LV7000前端集成 + 后端修复

  • Integrations.vue:添加 account_password 模式对话框(Base URL + API账号 + API密码 + 验证密钥),联软测试连接按钮,保存处理函数;更新默认数据 liansoft→lianruan (config_type: account_password);更新图标映射和通用测试函数
  • IntegrationCard.vue:添加 account_password 模式显示逻辑(URL + 账号配置状态)
  • lianruan/config.py:修复 _get_config_map 引用不存在的问题,改用直接查询 SystemConfig 表的 _get_lianruan_config_value 辅助函数;修正配置键前缀为 integration_lianruan_(与 admin_service 一致)
  • MEMORY.md:从209行精简到~70行,去除重复和过时信息

验证结果

  • 后端5个Python文件 py_compile
  • 前端 vite build (4.76s)

2026-06-12 工作日志

集成凭据配置脚本

  • 创建 scripts/setup_integrations.py:安全填入火绒/联软凭据后一键写入数据库
  • 创建 .gitignore:排除 .env、setup_integrations.py 等敏感文件
  • 脚本 py_compile