You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhangf@suq.cn
63d0d4ece0
refactor(pagination): 重构分页组件实现
- 将 currentPage 方法调用改为直接访问属性 currentPage
- 将 getUrlRange 方法替换为新的 getPageRange 方法
- 更新 HTML 结构,将 ul 标签类名从 pagination 改为 d-pagination
- 将分页链接从 li/a 标签改为 button 按钮元素
- 在 ContentService 中添加关键词搜索功能支持
- 更新 JS 文件中的参数名称从 tab 改为 cid
- 在标签库中添加对 GET 参数 cid 和 keywords 的支持
- 注册自定义分页器到服务容器中
|
3 weeks ago |
| .. |
|
js
|
init代码
|
3 weeks ago |