feat: homework multi-image upload and crop

这个提交包含在:
cryptocommuniums-afk
2026-02-01 11:33:59 +08:00
当前提交 7a7e0a0d7f
修改 20 个文件,包含 3973 行新增0 行删除

7
frontend/next.config.js 普通文件
查看文件

@@ -0,0 +1,7 @@
/** @type {import("next").NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "standalone"
};
module.exports = nextConfig;