519e53851d
- 使用 createPageModule 工厂函数重构首页模块 - 移除手动 DOM 操作和事件绑定逻辑 - 通过控制器统一管理页面生命周期 - 集成共享模块功能演示(防抖、格式化等) - 简化状态更新和事件处理逻辑 - 优化代码结构和可维护性
25 lines
316 B
Plaintext
25 lines
316 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.idea |