diff --git a/src/api/mp_zp.js b/src/api/mp_zp.js
new file mode 100644
index 0000000..00be399
--- /dev/null
+++ b/src/api/mp_zp.js
@@ -0,0 +1,33 @@
+import request from '@/utils/request'
+
+export function getText(params) {
+ return request({
+ url: '/mp_zp/text',
+ method: 'get',
+ params
+ })
+}
+
+export function saveText(data) {
+ return request({
+ url: '/mp_zp/text',
+ method: 'post',
+ data
+ })
+}
+
+export function updateText(data) {
+ return request({
+ url: '/mp_zp/text',
+ method: 'put',
+ data
+ })
+}
+
+export function delText(data) {
+ return request({
+ url: '/mp_zp/text',
+ method: 'delete',
+ data
+ })
+}
diff --git a/src/router/modules/games.js b/src/router/modules/games.js
index ea30a97..4c03464 100644
--- a/src/router/modules/games.js
+++ b/src/router/modules/games.js
@@ -191,6 +191,12 @@ const gamesRouter = {
name: 'GameDetailsMp',
meta: {title: '分享小程序模板列表'},
},
+ {
+ path: 'mp-zp',
+ component: () => import('@/views/games/details/others/mpZp'),
+ name: 'GameDetailsMpZp',
+ meta: {title: '转盘小程序'},
+ },
],
},
],
diff --git a/src/views/games/details/others/mpZp.vue b/src/views/games/details/others/mpZp.vue
new file mode 100644
index 0000000..2eeafcd
--- /dev/null
+++ b/src/views/games/details/others/mpZp.vue
@@ -0,0 +1,237 @@
+
+
+
+
+
+
+
+ {{`【${index + 1}】`}}{{ item.title || '未命名'}}
+
+
+
+
+
+
+
+
+
+ 格式: $层级 标题::文本,使用回车换行(例:$0 标题A::剧情A),层级从0开始
+
+
+ 保存
+ 删除
+
+
+
+
+
+
+
+
新增
+
+
+
+
+
+
+
+
+
+
+