feat(header): 新增头部组件功能与样式优化
- 添加默认头像图片资源 - 扩展监听文件同步配置 - 重构头像展示样式,增加背景和尺寸控制 - 完善签到功能逻辑和样式交互 - 新增头部组件HTML模板和JS实现 - 调整搜索框和历史记录显示逻辑 - 优化页面布局和响应式设计
This commit is contained in:
@@ -34,6 +34,9 @@ const watchList = {
|
||||
|
||||
// 监听 sign-in.txt,同步到 sign-in.js
|
||||
"../component/sign-in/sign-in.txt": "../component/sign-in/sign-in.js",
|
||||
|
||||
// 监听 head-top-web.txt,同步到 head-top-web.js
|
||||
"../component/head-top-web/head-top-web.txt": "../component/head-top-web/head-top-web.js",
|
||||
|
||||
// 监听 bi.txt,同步到 bi.js
|
||||
"../component/bi/bi.txt": "../component/bi/bi.js",
|
||||
|
||||
Reference in New Issue
Block a user