fix: 品牌保护+知识库全量覆盖 - 6层防御解决传销问题 + 30+产品关键词补全

This commit is contained in:
User
2026-03-17 11:00:09 +08:00
parent f97dd7e3d5
commit 0560db1048
46 changed files with 1948 additions and 120 deletions

View File

@@ -109,7 +109,7 @@ app.get('/api/health', (req, res) => {
});
// 静态文件服务
app.use(express.static('../client/dist'));
app.use(express.static(path.join(__dirname, '../client/dist')));
// 处理单页应用路由
app.get('*', (req, res) => {