diff --git a/Cunkebao/pages.json b/Cunkebao/pages.json
index 1acf943d5..988c10f9d 100644
--- a/Cunkebao/pages.json
+++ b/Cunkebao/pages.json
@@ -28,6 +28,55 @@
"navigationBarTitleText": "设备管理"
}
},
+ {
+ "path": "pages/device/detail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "设备详情"
+ }
+ },
+ {
+ "path": "pages/wechat/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "微信号管理"
+ }
+ },
+ {
+ "path": "pages/wechat/detail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "账号详情"
+ }
+ },
+ {
+ "path": "pages/traffic/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "流量池"
+ }
+ },
+ {
+ "path": "pages/traffic/create",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "新建分发"
+ }
+ },
+ {
+ "path": "pages/content/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "内容库"
+ }
+ },
+ {
+ "path": "pages/content/detail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "内容库详情"
+ }
+ },
{
"path": "pages/scenarios/index",
"style": {
diff --git a/Cunkebao/pages/content/components/FriendSelector.vue b/Cunkebao/pages/content/components/FriendSelector.vue
new file mode 100644
index 000000000..bc00767c0
--- /dev/null
+++ b/Cunkebao/pages/content/components/FriendSelector.vue
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ toggleSelect(friend)"
+ shape="circle"
+ activeColor="#4080ff"
+ >
+
+
+
+
+
+ {{friend.name}}
+ {{friend.wechatId}}
+ 归属客户:{{friend.client}}
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Cunkebao/pages/content/components/GroupSelector.vue b/Cunkebao/pages/content/components/GroupSelector.vue
new file mode 100644
index 000000000..b465936e9
--- /dev/null
+++ b/Cunkebao/pages/content/components/GroupSelector.vue
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ toggleSelect(group)"
+ shape="circle"
+ activeColor="#4080ff"
+ >
+
+
+
+
+
+ {{group.name}}
+ {{group.groupId}}
+ {{group.memberCount}}人
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Cunkebao/pages/content/detail.vue b/Cunkebao/pages/content/detail.vue
new file mode 100644
index 000000000..04edb6bb2
--- /dev/null
+++ b/Cunkebao/pages/content/detail.vue
@@ -0,0 +1,504 @@
+
+
+
+
+
+
+
+
+
+ 内容库名称
+
+
+
+
+
+
+
+ 数据来源配置
+
+
+ 选择微信好友
+
+
+ 选择聊天群
+
+
+
+
+
+
+ 选择微信好友
+
+
+
+ {{friend.name || friend}}
+
+
+
+
+
+
+
+ 选择聊天群
+
+
+
+ {{group.name || group}}
+
+
+
+
+
+
+
+
+ 关键字设置
+
+
+
+
+
+
+
+
+ 是否启用AI
+
+
+
+ 当启用AI之后,该内容库下的所有内容,都会通过AI重新生成内容。
+
+
+
+
+
+
+ AI 提示词
+
+
+
+
+
+
+
+ 时间限制
+
+
+ {{form.dateRange || '选择日期范围'}}
+
+
+
+
+
+
+ 是否启用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Cunkebao/pages/content/index.vue b/Cunkebao/pages/content/index.vue
new file mode 100644
index 000000000..d3d11de99
--- /dev/null
+++ b/Cunkebao/pages/content/index.vue
@@ -0,0 +1,741 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 全部
+
+
+ 微信好友
+
+
+ 聊天群
+
+
+
+
+
+
+
+
+
+ 来源:
+
+
+
+
+
+ 创建人:
+ {{item.creator}}
+
+
+ 内容数量:
+ {{item.contentCount}}
+
+
+ 更新时间:
+ {{item.updateTime}}
+
+
+
+
+
+
+
+ 加载中...
+
+
+
+
+
+ 暂无内容
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑内容
+
+
+
+ 分享内容
+
+
+
+ 删除内容
+
+
+ 取消
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Cunkebao/pages/device/detail.vue b/Cunkebao/pages/device/detail.vue
new file mode 100644
index 000000000..944460c55
--- /dev/null
+++ b/Cunkebao/pages/device/detail.vue
@@ -0,0 +1,668 @@
+
+
+
+
+
+
+
+ 设备详情
+
+
+
+
+
+
+
+
+
+
+
+ {{ deviceInfo.name }}
+ {{ deviceInfo.status }}
+
+
+ IMEI:
+ {{ deviceInfo.imei }}
+
+
+ 历史ID:
+ {{ deviceInfo.historyId }}
+
+
+
+
+
+ {{ deviceInfo.battery }}
+
+
+
+
+
+ {{ deviceInfo.wifiStatus }}
+
+
+
+
+ 最后活跃:
+ {{ deviceInfo.lastActive }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 自动加好友
+ 自动通过好友验证
+
+
+
+
+
+
+
+
+
+ 自动回复
+ 自动回复好友消息
+
+
+
+
+
+
+
+
+
+ 朋友圈同步
+ 自动同步朋友圈内容
+
+
+
+
+
+
+
+
+
+ AI会话
+ 启用AI智能对话
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 好友总数
+ 768
+
+
+
+
+
+
+ 消息数量
+ 5,678
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 老张
+ 正常
+
+
+ 微信号:
+ wxid_abc123
+
+
+ 性别:
+ 男
+
+
+ 好友数:
+ 523
+ 可加友
+
+
+
+
+
+
+
+
+
+
+
+ 老李
+ 异常
+
+
+ 微信号:
+ wxid_xyz789
+
+
+ 性别:
+ 男
+
+
+ 好友数:
+ 245
+ 已使用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开启自动加好友
+ 操作人: 系统 · 2024-02-09 15:30:45
+
+
+
+
+
+
+
+
+
+ 添加微信号
+ 操作人: 管理员 · 2024-02-09 14:20:33
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Cunkebao/pages/device/index.vue b/Cunkebao/pages/device/index.vue
index a5abf5746..2addc1633 100644
--- a/Cunkebao/pages/device/index.vue
+++ b/Cunkebao/pages/device/index.vue
@@ -68,9 +68,9 @@
-
+
-
+
-
+
@@ -108,9 +108,9 @@
-
+
-
+
-
+
-
+