add whole project
This commit is contained in:
parent
3eac3b1e3b
commit
fe56c5274e
97 changed files with 15837 additions and 0 deletions
34
.env.example
Normal file
34
.env.example
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Dream-Machine 采购清单管理系统环境变量示例
|
||||
# 复制此文件为 .env.local 并根据需要修改
|
||||
|
||||
# 应用信息
|
||||
VITE_APP_TITLE="Dream-Machine 采购清单"
|
||||
VITE_APP_VERSION="1.0.0"
|
||||
VITE_APP_DESCRIPTION="专为 Ubiquiti 设备采购管理设计的现代化应用"
|
||||
|
||||
# 开发环境配置
|
||||
VITE_DEV_SERVER_PORT=5173
|
||||
VITE_DEV_SERVER_HOST=localhost
|
||||
|
||||
# 数据配置
|
||||
VITE_STORAGE_PREFIX="dream-machine"
|
||||
VITE_BACKUP_ENABLED=true
|
||||
VITE_BACKUP_INTERVAL=300000 # 5分钟 (毫秒)
|
||||
|
||||
# 功能开关
|
||||
VITE_ENABLE_DEBUG=false
|
||||
VITE_ENABLE_ANALYTICS=false
|
||||
VITE_ENABLE_ERROR_REPORTING=false
|
||||
|
||||
# 默认设置
|
||||
VITE_DEFAULT_CURRENCY="CNY"
|
||||
VITE_DEFAULT_EXCHANGE_RATE_SGD=5.6
|
||||
VITE_DEFAULT_EXCHANGE_RATE_USD=7.3
|
||||
|
||||
# 打印设置
|
||||
VITE_PRINT_LOGO_URL=""
|
||||
VITE_PRINT_COMPANY_NAME="Dream-Machine"
|
||||
|
||||
# 导出设置
|
||||
VITE_EXPORT_FILENAME_PREFIX="购买清单"
|
||||
VITE_EXPORT_DATE_FORMAT="YYMMDDHHMMSS"
|
||||
Loading…
Add table
Add a link
Reference in a new issue