refactor/google-analytics #14

Merged
zhangxiang merged 15 commits from refactor/google-analytics into dev 2026-04-23 21:31:41 +08:00
Showing only changes of commit e4d420829c - Show all commits
+1 -1
View File
@@ -12,7 +12,7 @@ import { Search, ArrowLeft, Check, TrendingUp, ChevronLeft, ChevronRight, Filter
import { StaticLink } from '@/components/ui/static-link';
import { motion } from 'framer-motion';
const categories = ['全部', '软件产品', '云服务', '数据分析', '信息安全'];
const categories = ['全部', '企业软件', '数据产品'];
const ITEMS_PER_PAGE = 6;
export default function ProductsPage() {