diff --git a/CHANGELOG.md b/CHANGELOG.md
index b998090..1b649fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,12 @@
### 🌟 新功能
范围|描述|commitId
--|--|--
+ - | 标题栏变化 | [c0fcd9d](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/c0fcd9d)
- | 标题栏角色栏全局任务组件新建 | [0500cb4](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/0500cb4)
- | 角色栏实现 | [94cd671](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/94cd671)
- | 时间轴界面 | [33927e9](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/33927e9)
- | 提交到本地 | [9cbe411](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/9cbe411)
+ - | 添加时间轴上下滚动 | [2b81bbc](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/2b81bbc)
- | db store | [6414c4f](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/6414c4f)
- | indexedDB | [687394e](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/687394e)
富文本插件 | 富文本插件demo测试 | [ed3d644](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/ed3d644)
@@ -23,12 +25,6 @@
- | 图标修改 | [54bca09](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/54bca09)
- | 无基本变化 | [21ac4bb](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/21ac4bb)
- | 组件新建 | [89c0035](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/89c0035)
- - | 更新代码 | [8c27e68](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/8c27e68)
- - | 更新代码 | [1f40a76](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/1f40a76)
- - | 任务快捷方式图标增加 | [4aba872](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/4aba872)
- - | 图标修改 | [54bca09](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/54bca09)
- - | 无基本变化 | [21ac4bb](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/21ac4bb)
- - | 组件新建 | [89c0035](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/89c0035)
### 🐛 Bug 修复
@@ -73,3 +69,4 @@
--|--|--
- | !2 基础模板v1.1.0 | [f5e61dd](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/f5e61dd)
- | init | [c0f1deb](http://gitea@dd.tall.wiki:wally/TALL-MUI-3/commits/c0f1deb)
+
diff --git a/src/App.vue b/src/App.vue
index 032722f..9013b26 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -19,10 +19,6 @@ export default {
};
-
-
diff --git a/src/components/TimeLine/components/TimeStatus.vue b/src/components/TimeLine/component/TimeStatus.vue
similarity index 98%
rename from src/components/TimeLine/components/TimeStatus.vue
rename to src/components/TimeLine/component/TimeStatus.vue
index f8b98a9..a7b42ad 100644
--- a/src/components/TimeLine/components/TimeStatus.vue
+++ b/src/components/TimeLine/component/TimeStatus.vue
@@ -106,6 +106,6 @@ export default {
diff --git a/src/components/TimeLine/components/Title.vue b/src/components/TimeLine/component/Title.vue
similarity index 100%
rename from src/components/TimeLine/components/Title.vue
rename to src/components/TimeLine/component/Title.vue
diff --git a/src/pages.json b/src/pages.json
index ee7915d..c6ca2cf 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -40,6 +40,9 @@
"backgroundColor": "#F8F8F8"
},
"easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
+ "autoscan": true,
+ "custom": {
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
+ }
}
}
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 7993e45..9e7b5f2 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -28,15 +28,15 @@