Files
SearcjGal-frontend/.env.development
AdingApkgg 942f658648 fix: 更新 API 地址与依赖项版本
* 将 API 地址从 `https://cfapi.searchgal.homes` 更新为 `https://cf.api.searchgal.homes`,确保一致性。
* 更新 `package.json` 中的依赖项版本,包括 `@eslint/js`、`@tailwindcss/vite`、`@types/node`、`@typescript-eslint`、`vite`、`vue` 等,提升项目稳定性和性能。
* 替换 `lazysizes` 为 `lozad.js` 以优化图片懒加载,提升用户体验。
* 更新文档,确保 API 地址和使用示例的一致性。
2025-12-13 07:42:13 +08:00

12 lines
258 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 开发环境配置
# API 配置(开发环境可以使用本地 API
VITE_API_BASE_URL=https://cf.api.searchgal.homes
# VITE_API_BASE_URL=http://localhost:8787
# 开发配置
VITE_ENABLE_DEBUG=true
VITE_ENABLE_MOCK=false
# 其他配置继承自 .env