diff --git a/.env b/.env index 68c4ac4..6a2b67a 100644 --- a/.env +++ b/.env @@ -13,7 +13,7 @@ TZ = Asia/Shanghai # OSS(minio) OSS_ACCESSKEY=xxx OSS_SECRETKEY=xxx -OSS_DOMAIN=https://cdn.buqiyuan.site +OSS_DOMAIN=https://cdn.louis.site OSS_BUCKET=hxoa OSS_ZONE=Zone_z2 # Zone_as0 | Zone_na0 | Zone_z0 | Zone_z1 | Zone_z2 OSS_ACCESS_TYPE=public # or private diff --git a/LICENSE b/LICENSE index 5c341e9..ea7c2f9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-present buqiyuan +Copyright (c) 2024-present Louis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c62d18a..a2a3f7b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ docker compose --env-file .env --env-file .env.production down ```bash pnpm docker:rmi # or -docker rmi buqiyuan/huaxin-admin-server:stable +docker rmi huaxin-admin-server:stable ``` 查看实时日志输出 diff --git a/src/utils/crypto.util.ts b/src/utils/crypto.util.ts index 143938b..83fd841 100644 --- a/src/utils/crypto.util.ts +++ b/src/utils/crypto.util.ts @@ -1,7 +1,7 @@ import CryptoJS from 'crypto-js' -const key = CryptoJS.enc.Utf8.parse('buqiyuanabcdefe9bc') -const iv = CryptoJS.enc.Utf8.parse('0123456789buqiyuan') +const key = CryptoJS.enc.Utf8.parse('louisabcdefe9bc') +const iv = CryptoJS.enc.Utf8.parse('0123456789louis') export function aesEncrypt(data) { if (!data)