add:增加排序和列表模式切换

This commit is contained in:
hzm
2026-02-01 17:34:45 +08:00
parent 85830cee07
commit 26e995ec95
5 changed files with 475 additions and 104 deletions

View File

@@ -1,9 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
appDir: true
}
};
module.exports = nextConfig;