diff --git a/TUICallKit-Vue3/pages.json b/TUICallKit-Vue3/pages.json index 11f9cdae..4a6cf44e 100644 --- a/TUICallKit-Vue3/pages.json +++ b/TUICallKit-Vue3/pages.json @@ -137,7 +137,15 @@ "navigationBarBackgroundColor": "#0ea5a4", "navigationBarTextStyle": "white", "backgroundColor": "#f1f5f9", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "mp-weixin": { + "usingPlugins": { + "WechatSI": { + "version": "0.3.5", + "provider": "wx069ba97219f66d99" + } + } + } } } ] diff --git a/TUICallKit-Vue3/tongji/components/CelebrateBurst.vue b/TUICallKit-Vue3/tongji/components/CelebrateBurst.vue new file mode 100644 index 00000000..c7aa159e --- /dev/null +++ b/TUICallKit-Vue3/tongji/components/CelebrateBurst.vue @@ -0,0 +1,142 @@ + + + + + diff --git a/TUICallKit-Vue3/tongji/components/SugarTreeGraphic.vue b/TUICallKit-Vue3/tongji/components/SugarTreeGraphic.vue new file mode 100644 index 00000000..0f17faac --- /dev/null +++ b/TUICallKit-Vue3/tongji/components/SugarTreeGraphic.vue @@ -0,0 +1,202 @@ + + + + + diff --git a/TUICallKit-Vue3/tongji/components/TongjiIcon.vue b/TUICallKit-Vue3/tongji/components/TongjiIcon.vue new file mode 100644 index 00000000..be6c7899 --- /dev/null +++ b/TUICallKit-Vue3/tongji/components/TongjiIcon.vue @@ -0,0 +1,140 @@ + + + + + diff --git a/TUICallKit-Vue3/tongji/pages/index.vue b/TUICallKit-Vue3/tongji/pages/index.vue index a4627447..5841fee4 100644 --- a/TUICallKit-Vue3/tongji/pages/index.vue +++ b/TUICallKit-Vue3/tongji/pages/index.vue @@ -1,5 +1,218 @@