feat: add page objects for all pages

This commit is contained in:
张翔
2026-03-06 12:07:18 +08:00
parent b8d22aac9f
commit 50ecd7a241
8 changed files with 148 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export { BasePage } from './BasePage';
export { HomePage } from './HomePage';
export { AboutPage } from './AboutPage';
export { ContactPage } from './ContactPage';
export { ProductsPage } from './ProductsPage';
export { ServicesPage } from './ServicesPage';
export { CasesPage } from './CasesPage';
export { NewsPage } from './NewsPage';