+
+
-
{{ duration }} 秒
+
{{ duration }} 秒
语音识别
{{ content }}
-
diff --git a/apps/web-antd/src/views/mp/modules/wx-account-select/index.ts b/apps/web-antd/src/views/mp/modules/wx-account-select/index.ts
deleted file mode 100644
index 148f26872..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-account-select/index.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-// TODO @hw:1)要不统一在 web-antd/src/views/mp/modules 下,搞个 index.ts 去 import 所有;2)这个包名,需要改成 componentns,不是 modules 哈;3)wx 前缀都可以去掉;例如说 account-select.vue
-export { default as WxAccountSelect } from './wx-account-select.vue';
diff --git a/apps/web-antd/src/views/mp/modules/wx-account-select/wx-account-select.vue b/apps/web-antd/src/views/mp/modules/wx-account-select/wx-account-select.vue
deleted file mode 100644
index d4f66e74b..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-account-select/wx-account-select.vue
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
diff --git a/apps/web-antd/src/views/mp/modules/wx-location/index.ts b/apps/web-antd/src/views/mp/modules/wx-location/index.ts
deleted file mode 100644
index 029a666a9..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-location/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as WxLocation } from './wx-location.vue';
diff --git a/apps/web-antd/src/views/mp/modules/wx-material-select/index.ts b/apps/web-antd/src/views/mp/modules/wx-material-select/index.ts
deleted file mode 100644
index 27cf66886..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-material-select/index.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export * from './types';
-
-export { default as WxMaterialSelect } from './wx-material-select.vue';
diff --git a/apps/web-antd/src/views/mp/modules/wx-material-select/types.ts b/apps/web-antd/src/views/mp/modules/wx-material-select/types.ts
deleted file mode 100644
index 2e4f8a8f5..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-material-select/types.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-export enum NewsType {
- Draft = '2',
- Published = '1',
-}
-
-// TODO @hw:应该要用到?在 material-select.vue 里?
-export enum MaterialType {
- Image = 'image',
- News = 'news',
- Video = 'video',
- Voice = 'voice',
-}
diff --git a/apps/web-antd/src/views/mp/modules/wx-material-select/wx-material-select.vue b/apps/web-antd/src/views/mp/modules/wx-material-select/wx-material-select.vue
deleted file mode 100644
index fcd0b3cfb..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-material-select/wx-material-select.vue
+++ /dev/null
@@ -1,282 +0,0 @@
-
-
-
-
-
-
-
-
-
-
![]()
-
{{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ formatTime(record.createTime, 'YYYY-MM-DD HH:mm:ss') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ formatTime(record.createTime, 'YYYY-MM-DD HH:mm:ss') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/apps/web-antd/src/views/mp/modules/wx-msg/card.scss b/apps/web-antd/src/views/mp/modules/wx-msg/card.scss
deleted file mode 100644
index 58fde79fd..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-msg/card.scss
+++ /dev/null
@@ -1,116 +0,0 @@
-.avue-card {
- &__item {
- box-sizing: border-box;
- height: 200px;
- margin-bottom: 16px;
- font-size: 14px;
- font-feature-settings: 'tnum';
- font-variant: tabular-nums;
- line-height: 1.5;
- color: rgb(0 0 0 / 65%);
- cursor: pointer;
- list-style: none;
- background-color: #fff;
- border: 1px solid #e8e8e8;
-
- &:hover {
- border-color: rgb(0 0 0 / 9%);
- box-shadow: 0 2px 8px rgb(0 0 0 / 9%);
- }
-
- &--add {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- font-size: 16px;
- color: rgb(0 0 0 / 45%);
- background-color: #fff;
- border: 1px dashed #000;
- border-color: #d9d9d9;
- border-radius: 2px;
-
- i {
- margin-right: 10px;
- }
-
- &:hover {
- color: #40a9ff;
- background-color: #fff;
- border-color: #40a9ff;
- }
- }
- }
-
- &__body {
- display: flex;
- padding: 24px;
- }
-
- &__detail {
- flex: 1;
- }
-
- &__avatar {
- width: 48px;
- height: 48px;
- margin-right: 12px;
- overflow: hidden;
- border-radius: 48px;
-
- img {
- width: 100%;
- height: 100%;
- }
- }
-
- &__title {
- margin-bottom: 12px;
- font-size: 16px;
- color: rgb(0 0 0 / 85%);
-
- &:hover {
- color: #1890ff;
- }
- }
-
- &__info {
- display: -webkit-box;
- height: 64px;
- overflow: hidden;
- -webkit-line-clamp: 3;
- color: rgb(0 0 0 / 45%);
- -webkit-box-orient: vertical;
- }
-
- &__menu {
- display: flex;
- justify-content: space-around;
- height: 50px;
- line-height: 50px;
- color: rgb(0 0 0 / 45%);
- text-align: center;
- background: #f7f9fa;
-
- &:hover {
- color: #1890ff;
- }
- }
-}
-
-/** joolun 额外加的 */
-.avue-comment__main {
- flex: unset !important;
- margin: 0 8px !important;
- border-radius: 5px !important;
-}
-
-.avue-comment__header {
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
-}
-
-.avue-comment__body {
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
-}
diff --git a/apps/web-antd/src/views/mp/modules/wx-msg/comment.scss b/apps/web-antd/src/views/mp/modules/wx-msg/comment.scss
deleted file mode 100644
index 219e2e5d4..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-msg/comment.scss
+++ /dev/null
@@ -1,109 +0,0 @@
-/* 来自 https://github.com/nmxiaowei/avue/blob/master/styles/src/element-ui/comment.scss */
-.avue-comment {
- display: flex;
- align-items: flex-start;
- margin-bottom: 30px;
-
- &--reverse {
- flex-direction: row-reverse;
-
- .avue-comment__main {
- &::before,
- &::after {
- right: -8px;
- left: auto;
- border-width: 8px 0 8px 8px;
- }
-
- &::before {
- border-left-color: #dedede;
- }
-
- &::after {
- margin-right: 1px;
- margin-left: auto;
- border-left-color: #f8f8f8;
- }
- }
- }
-
- &__avatar {
- box-sizing: border-box;
- width: 48px;
- height: 48px;
- vertical-align: middle;
- border: 1px solid transparent;
- border-radius: 50%;
- }
-
- &__header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 5px 15px;
- background: #f8f8f8;
- border-bottom: 1px solid #eee;
- }
-
- &__author {
- font-size: 14px;
- font-weight: 700;
- color: #999;
- }
-
- &__main {
- position: relative;
- flex: 1;
- margin: 0 20px;
- border: 1px solid #dedede;
- border-radius: 2px;
-
- &::before,
- &::after {
- position: absolute;
- top: 10px;
- right: 100%;
- left: -8px;
- display: block;
- width: 0;
- height: 0;
- pointer-events: none;
- content: ' ';
- border-color: transparent;
- border-style: solid solid outset;
- border-width: 8px 8px 8px 0;
- }
-
- &::before {
- z-index: 1;
- border-right-color: #dedede;
- }
-
- &::after {
- z-index: 2;
- margin-left: 1px;
- border-right-color: #f8f8f8;
- }
- }
-
- &__body {
- padding: 15px;
- overflow: hidden;
- font-family:
- 'Segoe UI', 'Lucida Grande', Helvetica, Arial, 'Microsoft YaHei',
- FreeSans, Arimo, 'Droid Sans', 'wenquanyi micro hei', 'Hiragino Sans GB',
- 'Hiragino Sans GB W3', FontAwesome, sans-serif;
- font-size: 14px;
- color: #333;
- background: #fff;
- }
-
- blockquote {
- padding: 1px 0 1px 15px;
- margin: 0;
- font-family:
- Georgia, 'Times New Roman', Times, Kai, 'Kaiti SC', KaiTi, BiauKai,
- FontAwesome, serif;
- border-left: 4px solid #ddd;
- }
-}
diff --git a/apps/web-antd/src/views/mp/modules/wx-msg/index.ts b/apps/web-antd/src/views/mp/modules/wx-msg/index.ts
deleted file mode 100644
index 42150e8a0..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-msg/index.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export * from './types';
-
-export { default as WxMsg } from './wx-msg.vue';
diff --git a/apps/web-antd/src/views/mp/modules/wx-msg/wx-msg.vue b/apps/web-antd/src/views/mp/modules/wx-msg/wx-msg.vue
deleted file mode 100644
index a08347caf..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-msg/wx-msg.vue
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 点击加载更多
-
-
- 没有更多了
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/apps/web-antd/src/views/mp/modules/wx-music/index.ts b/apps/web-antd/src/views/mp/modules/wx-music/index.ts
deleted file mode 100644
index f0bdd7753..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-music/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as WxMusic } from './wx-music.vue';
diff --git a/apps/web-antd/src/views/mp/modules/wx-news/index.ts b/apps/web-antd/src/views/mp/modules/wx-news/index.ts
deleted file mode 100644
index 13d17905d..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-news/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as WxNews } from './wx-news.vue';
diff --git a/apps/web-antd/src/views/mp/modules/wx-news/wx-news.vue b/apps/web-antd/src/views/mp/modules/wx-news/wx-news.vue
deleted file mode 100644
index 0c8daa6ab..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-news/wx-news.vue
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/apps/web-antd/src/views/mp/modules/wx-reply/index.ts b/apps/web-antd/src/views/mp/modules/wx-reply/index.ts
deleted file mode 100644
index 9e0a3165f..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-reply/index.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export * from './types';
-export { default as WxReplySelect } from './wx-reply.vue';
diff --git a/apps/web-antd/src/views/mp/modules/wx-video-play/index.ts b/apps/web-antd/src/views/mp/modules/wx-video-play/index.ts
deleted file mode 100644
index 5cda5edeb..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-video-play/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as WxVideoPlayer } from './wx-video-play.vue';
diff --git a/apps/web-antd/src/views/mp/modules/wx-voice-play/index.ts b/apps/web-antd/src/views/mp/modules/wx-voice-play/index.ts
deleted file mode 100644
index 0ecc27ead..000000000
--- a/apps/web-antd/src/views/mp/modules/wx-voice-play/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as WxVoicePlayer } from './wx-voice-play.vue';
diff --git a/apps/web-antd/src/views/mp/tag/data.ts b/apps/web-antd/src/views/mp/tag/data.ts
index e8efd6fba..a49cbb330 100644
--- a/apps/web-antd/src/views/mp/tag/data.ts
+++ b/apps/web-antd/src/views/mp/tag/data.ts
@@ -41,6 +41,7 @@ export function useFormSchema(): VbenFormSchema[] {
}
/** 列表的搜索表单 */
+// TODO @YunaiV 这种方式获取刷新浏览器会导致空白
export function useGridFormSchema(): VbenFormSchema[] {
return [
{