版本号更新
This commit is contained in:
parent
4286fa07f0
commit
4eae6ea7b0
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1,52 +1,52 @@
|
||||
{
|
||||
"hash": "21acb680",
|
||||
"configHash": "f8279dd9",
|
||||
"lockfileHash": "3f41a995",
|
||||
"browserHash": "9ba88dfd",
|
||||
"hash": "dbfb4ebf",
|
||||
"configHash": "f19bc6d0",
|
||||
"lockfileHash": "3f2b08de",
|
||||
"browserHash": "cb8ec1ff",
|
||||
"optimized": {
|
||||
"@vue/devtools-api": {
|
||||
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
|
||||
"src": "../../../../node_modules/@vuepress/client/node_modules/@vue/devtools-api/dist/index.js",
|
||||
"file": "@vue_devtools-api.js",
|
||||
"fileHash": "51d28fb6",
|
||||
"fileHash": "005cdcac",
|
||||
"needsInterop": false
|
||||
},
|
||||
"@vuepress/shared": {
|
||||
"src": "../../../../node_modules/@vuepress/shared/dist/index.js",
|
||||
"file": "@vuepress_shared.js",
|
||||
"fileHash": "1c5d8c58",
|
||||
"fileHash": "2da745d6",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vue": {
|
||||
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
|
||||
"file": "vue.js",
|
||||
"fileHash": "aff3e00e",
|
||||
"fileHash": "5b457f1e",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vue-router": {
|
||||
"src": "../../../../node_modules/vue-router/dist/vue-router.esm-bundler.js",
|
||||
"src": "../../../../node_modules/vue-router/dist/vue-router.mjs",
|
||||
"file": "vue-router.js",
|
||||
"fileHash": "d25827a8",
|
||||
"fileHash": "c96b9ef5",
|
||||
"needsInterop": false
|
||||
},
|
||||
"pinia": {
|
||||
"src": "../../../../node_modules/pinia/dist/pinia.mjs",
|
||||
"file": "pinia.js",
|
||||
"fileHash": "b5e4c171",
|
||||
"fileHash": "65f26231",
|
||||
"needsInterop": false
|
||||
},
|
||||
"axios": {
|
||||
"src": "../../../../node_modules/axios/index.js",
|
||||
"file": "axios.js",
|
||||
"fileHash": "a24178aa",
|
||||
"fileHash": "6da2d9d4",
|
||||
"needsInterop": false
|
||||
}
|
||||
},
|
||||
"chunks": {
|
||||
"chunk-ECABJHFQ": {
|
||||
"file": "chunk-ECABJHFQ.js"
|
||||
"chunk-IIQZHHRC": {
|
||||
"file": "chunk-IIQZHHRC.js"
|
||||
},
|
||||
"chunk-DDXJJ377": {
|
||||
"file": "chunk-DDXJJ377.js"
|
||||
"chunk-S2UQT6C7": {
|
||||
"file": "chunk-S2UQT6C7.js"
|
||||
},
|
||||
"chunk-PZ5AY32C": {
|
||||
"file": "chunk-PZ5AY32C.js"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -83,6 +83,7 @@ import {
|
||||
mergeModels,
|
||||
mergeProps,
|
||||
nextTick,
|
||||
nodeOps,
|
||||
normalizeClass,
|
||||
normalizeProps,
|
||||
normalizeStyle,
|
||||
@ -101,6 +102,7 @@ import {
|
||||
onUpdated,
|
||||
onWatcherCleanup,
|
||||
openBlock,
|
||||
patchProp,
|
||||
popScopeId,
|
||||
provide,
|
||||
proxyRefs,
|
||||
@ -168,7 +170,7 @@ import {
|
||||
withMemo,
|
||||
withModifiers,
|
||||
withScopeId
|
||||
} from "./chunk-DDXJJ377.js";
|
||||
} from "./chunk-S2UQT6C7.js";
|
||||
import "./chunk-PZ5AY32C.js";
|
||||
export {
|
||||
BaseTransition,
|
||||
@ -255,6 +257,7 @@ export {
|
||||
mergeModels,
|
||||
mergeProps,
|
||||
nextTick,
|
||||
nodeOps,
|
||||
normalizeClass,
|
||||
normalizeProps,
|
||||
normalizeStyle,
|
||||
@ -273,6 +276,7 @@ export {
|
||||
onUpdated,
|
||||
onWatcherCleanup,
|
||||
openBlock,
|
||||
patchProp,
|
||||
popScopeId,
|
||||
provide,
|
||||
proxyRefs,
|
||||
|
||||
@ -9,7 +9,8 @@ import * as clientConfig7 from 'D:/xue/dma_handbook/docs/.vuepress/.temp/prismjs
|
||||
import * as clientConfig8 from 'D:/xue/dma_handbook/docs/.vuepress/.temp/markdown-tab/config.js'
|
||||
import * as clientConfig9 from 'D:/xue/dma_handbook/node_modules/@vuepress/plugin-theme-data/lib/client/config.js'
|
||||
import * as clientConfig10 from 'D:/xue/dma_handbook/node_modules/@vuepress/theme-default/lib/client/config.js'
|
||||
import * as clientConfig11 from 'D:/xue/dma_handbook/docs/.vuepress/client.js'
|
||||
import * as clientConfig11 from 'D:/xue/dma_handbook/node_modules/@vuepress/plugin-search/lib/client/config.js'
|
||||
import * as clientConfig12 from 'D:/xue/dma_handbook/docs/.vuepress/client.js'
|
||||
|
||||
export const clientConfigs = [
|
||||
clientConfig0,
|
||||
@ -24,4 +25,5 @@ export const clientConfigs = [
|
||||
clientConfig9,
|
||||
clientConfig10,
|
||||
clientConfig11,
|
||||
clientConfig12,
|
||||
].map((m) => m.default).filter(Boolean)
|
||||
|
||||
@ -21,20 +21,3 @@ export const routes = Object.fromEntries([
|
||||
["/posts/userServiceProcess.html", { loader: () => import(/* webpackChunkName: "posts_userServiceProcess.html" */"D:/xue/dma_handbook/docs/.vuepress/.temp/pages/posts/userServiceProcess.html.js"), meta: {"title":"用户服务流程说明"} }],
|
||||
["/404.html", { loader: () => import(/* webpackChunkName: "404.html" */"D:/xue/dma_handbook/docs/.vuepress/.temp/pages/404.html.js"), meta: {"title":""} }],
|
||||
]);
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updateRoutes) {
|
||||
__VUE_HMR_RUNTIME__.updateRoutes(routes)
|
||||
}
|
||||
if (__VUE_HMR_RUNTIME__.updateRedirects) {
|
||||
__VUE_HMR_RUNTIME__.updateRedirects(redirects)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ routes, redirects }) => {
|
||||
__VUE_HMR_RUNTIME__.updateRoutes(routes)
|
||||
__VUE_HMR_RUNTIME__.updateRedirects(redirects)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,14 +1 @@
|
||||
export const siteData = JSON.parse("{\"base\":\"/dma_handbook/\",\"lang\":\"zh-CN\",\"title\":\"DMA服务人员服务操作手册\",\"description\":\"DMA服务人员服务操作手册\",\"head\":[[\"meta\",{\"name\":\"og:type\",\"content\":\"website\"}],[\"meta\",{\"property\":\"og:title\",\"content\":\"DMA服务人员操作手册\"}],[\"meta\",{\"name\":\"description\",\"content\":\"DMA服务操作手册\"}],[\"meta\",{\"property\":\"og:description\",\"content\":\"DMA服务全流程操作指南\"}],[\"meta\",{\"property\":\"og:image\",\"content\":\"https://images.health.ufutx.com/202503/12/1f227399ffc2ddbf6c58eafa80627d19.png?v=1770343814876\"}],[\"link\",{\"rel\":\"icon\",\"href\":\"https://images.health.ufutx.com/202503/12/1f227399ffc2ddbf6c58eafa80627d19.png?v=1770343814876\"}]],\"locales\":{}}")
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updateSiteData) {
|
||||
__VUE_HMR_RUNTIME__.updateSiteData(siteData)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ siteData }) => {
|
||||
__VUE_HMR_RUNTIME__.updateSiteData(siteData)
|
||||
})
|
||||
}
|
||||
export const siteData = JSON.parse("{\"base\":\"/dma_handbook/\",\"lang\":\"zh-CN\",\"title\":\"DMA服务人员服务操作手册\",\"description\":\"DMA服务人员服务操作手册\",\"head\":[[\"meta\",{\"name\":\"og:type\",\"content\":\"website\"}],[\"meta\",{\"property\":\"og:title\",\"content\":\"DMA服务人员操作手册\"}],[\"meta\",{\"name\":\"description\",\"content\":\"DMA服务操作手册\"}],[\"meta\",{\"property\":\"og:description\",\"content\":\"DMA服务全流程操作指南\"}],[\"meta\",{\"property\":\"og:image\",\"content\":\"https://images.health.ufutx.com/202503/12/1f227399ffc2ddbf6c58eafa80627d19.png?v=1770345744861\"}],[\"link\",{\"rel\":\"icon\",\"href\":\"https://images.health.ufutx.com/202503/12/1f227399ffc2ddbf6c58eafa80627d19.png?v=1770345744861\"}]],\"locales\":{}}")
|
||||
|
||||
@ -1,14 +1 @@
|
||||
export const themeData = JSON.parse("{\"navbar\":[\"/\",{\"text\":\"核心操作\",\"link\":\"/posts/overview\",\"activeMatch\":\"^/posts/overview\"},{\"text\":\"角色文档\",\"children\":[{\"text\":\"主教练\",\"link\":\"/posts/chiefCoach.html\"},{\"text\":\"副教练\",\"link\":\"/posts/assistantCoach.html\"},{\"text\":\"客服\",\"link\":\"/posts/service.html\"},{\"text\":\"健康管理师\",\"link\":\"/posts/teacher.html\"}]},{\"text\":\"操作指南\",\"children\":[{\"text\":\"分润提现\",\"link\":\"/posts/shareBenefit\"},{\"text\":\"APP相关\",\"link\":\"/posts/appCorrelation\"},{\"text\":\"DMA模块\",\"link\":\"/posts/DMAModule\"},{\"text\":\"考试预约\",\"link\":\"/posts/examReservation\"},{\"text\":\"代理商\",\"link\":\"/posts/agent\"},{\"text\":\"用户服务流程\",\"link\":\"/posts/userServiceProcess\"},{\"text\":\"行为记录\",\"link\":\"/posts/behaviorRecord\"}]},{\"text\":\"常见问题\",\"link\":\"/posts/helpCenter\"},{\"text\":\"更新日志\",\"link\":\"/posts/changelogV2\"}],\"locales\":{\"/\":{\"selectLanguageName\":\"English\"}},\"colorMode\":\"auto\",\"colorModeSwitch\":true,\"logo\":null,\"repo\":null,\"selectLanguageText\":\"Languages\",\"selectLanguageAriaLabel\":\"Select language\",\"sidebarDepth\":2,\"editLink\":true,\"editLinkText\":\"Edit this page\",\"lastUpdated\":true,\"contributors\":true,\"contributorsText\":\"Contributors\",\"notFound\":[\"There's nothing here.\",\"How did we get here?\",\"That's a Four-Oh-Four.\",\"Looks like we've got some broken links.\"],\"backToHome\":\"Take me home\",\"openInNewWindow\":\"open in new window\",\"toggleColorMode\":\"toggle color mode\",\"toggleSidebar\":\"toggle sidebar\"}")
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updateThemeData) {
|
||||
__VUE_HMR_RUNTIME__.updateThemeData(themeData)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ themeData }) => {
|
||||
__VUE_HMR_RUNTIME__.updateThemeData(themeData)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/404.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"zh-CN\",\"frontmatter\":{\"layout\":\"NotFound\"},\"headers\":[],\"git\":{},\"filePathRelative\":null}")
|
||||
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"zh-CN\",\"frontmatter\":{\"layout\":\"NotFound\"},\"git\":{},\"filePathRelative\":null}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/\",\"title\":\"首页\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"一、手册目的\",\"slug\":\"一、手册目的\",\"link\":\"#一、手册目的\",\"children\":[]},{\"level\":2,\"title\":\"二、适用范围\",\"slug\":\"二、适用范围\",\"link\":\"#二、适用范围\",\"children\":[]},{\"level\":2,\"title\":\"三、核心原则\",\"slug\":\"三、核心原则\",\"link\":\"#三、核心原则\",\"children\":[]},{\"level\":2,\"title\":\"四、岗位权责\",\"slug\":\"四、岗位权责\",\"link\":\"#四、岗位权责\",\"children\":[{\"level\":3,\"title\":\"(一)行政\",\"slug\":\"一-行政\",\"link\":\"#一-行政\",\"children\":[]},{\"level\":3,\"title\":\"(二)客服\",\"slug\":\"二-客服\",\"link\":\"#二-客服\",\"children\":[]},{\"level\":3,\"title\":\"(三)健康管理师\",\"slug\":\"三-健康管理师\",\"link\":\"#三-健康管理师\",\"children\":[]},{\"level\":3,\"title\":\"(四)系统审核员\",\"slug\":\"四-系统审核员\",\"link\":\"#四-系统审核员\",\"children\":[]},{\"level\":3,\"title\":\"(五)主教练、副教练\",\"slug\":\"五-主教练、副教练\",\"link\":\"#五-主教练、副教练\",\"children\":[]}]},{\"level\":2,\"title\":\"五、服务规范与沟通话术\",\"slug\":\"五、服务规范与沟通话术\",\"link\":\"#五、服务规范与沟通话术\",\"children\":[{\"level\":3,\"title\":\"(一)仪容仪表规范\",\"slug\":\"一-仪容仪表规范\",\"link\":\"#一-仪容仪表规范\",\"children\":[]},{\"level\":3,\"title\":\"(二)沟通话术规范\",\"slug\":\"二-沟通话术规范\",\"link\":\"#二-沟通话术规范\",\"children\":[]}]},{\"level\":2,\"title\":\"六、系统工具使用说明\",\"slug\":\"六、系统工具使用说明\",\"link\":\"#六、系统工具使用说明\",\"children\":[{\"level\":3,\"title\":\"(一)后台系统常用功能\",\"slug\":\"一-后台系统常用功能\",\"link\":\"#一-后台系统常用功能\",\"children\":[]},{\"level\":3,\"title\":\"(二)群聊管理工具使用\",\"slug\":\"二-群聊管理工具使用\",\"link\":\"#二-群聊管理工具使用\",\"children\":[]}]},{\"level\":2,\"title\":\"七、考核与反馈机制\",\"slug\":\"七、考核与反馈机制\",\"link\":\"#七、考核与反馈机制\",\"children\":[{\"level\":3,\"title\":\"(一)考核指标\",\"slug\":\"一-考核指标\",\"link\":\"#一-考核指标\",\"children\":[]},{\"level\":3,\"title\":\"(二)反馈渠道\",\"slug\":\"二-反馈渠道\",\"link\":\"#二-反馈渠道\",\"children\":[]}]},{\"level\":2,\"title\":\"八、更新日志\",\"slug\":\"八、更新日志\",\"link\":\"#八、更新日志\",\"children\":[]},{\"level\":2,\"title\":\"附录:流程节点时效汇总表\",\"slug\":\"附录-流程节点时效汇总表\",\"link\":\"#附录-流程节点时效汇总表\",\"children\":[]}],\"git\":{\"updatedTime\":1770258280000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":5}],\"changelog\":[{\"hash\":\"118aab4f3bb5c4790ce2ecfc3c5897cfd7146161\",\"time\":1770258280000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"增加登录功能和权限验证\"},{\"hash\":\"326fedda6067ab0da7a7c497e8fef608057cb12e\",\"time\":1766471007000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"169908d04e7a4ef15ffea1d8ca58004c9c7451c4\",\"time\":1762222814000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"7799842e4c8bfd3bbd24d9cbc89c8ac4c28c918b\",\"time\":1761103662000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"README.md\"}")
|
||||
const data = JSON.parse("{\"path\":\"/\",\"title\":\"首页\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{\"updatedTime\":1770258280000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":5}],\"changelog\":[{\"hash\":\"118aab4f3bb5c4790ce2ecfc3c5897cfd7146161\",\"time\":1770258280000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"增加登录功能和权限验证\"},{\"hash\":\"326fedda6067ab0da7a7c497e8fef608057cb12e\",\"time\":1766471007000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"169908d04e7a4ef15ffea1d8ca58004c9c7451c4\",\"time\":1762222814000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"7799842e4c8bfd3bbd24d9cbc89c8ac4c28c918b\",\"time\":1761103662000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"README.md\"}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/posts/administrative.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/posts/administrative.html\",\"title\":\"行政\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"DMA方案前\",\"slug\":\"dma方案前\",\"link\":\"#dma方案前\",\"children\":[{\"level\":3,\"title\":\"(一)用户下单缴费阶段\",\"slug\":\"一-用户下单缴费阶段\",\"link\":\"#一-用户下单缴费阶段\",\"children\":[]},{\"level\":3,\"title\":\"(二)合同签署与群聊搭建阶段\",\"slug\":\"二-合同签署与群聊搭建阶段\",\"link\":\"#二-合同签署与群聊搭建阶段\",\"children\":[]},{\"level\":3,\"title\":\"(三)配货\",\"slug\":\"三-配货\",\"link\":\"#三-配货\",\"children\":[]}]}],\"git\":{\"updatedTime\":1759135896000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":1}],\"changelog\":[{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/administrative.md\"}")
|
||||
const data = JSON.parse("{\"path\":\"/posts/administrative.html\",\"title\":\"行政\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{\"updatedTime\":1759135896000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":1}],\"changelog\":[{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/administrative.md\"}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/posts/assistantCoach.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/posts/assistantCoach.html\",\"title\":\"副教练\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"核心指引\",\"slug\":\"核心指引\",\"link\":\"#核心指引\",\"children\":[]},{\"level\":2,\"title\":\"服务红线(一经触碰,立即整改/停单/再培训)\",\"slug\":\"服务红线-一经触碰-立即整改-停单-再培训\",\"link\":\"#服务红线-一经触碰-立即整改-停单-再培训\",\"children\":[]},{\"level\":2,\"title\":\"工作职责与流程\",\"slug\":\"工作职责与流程\",\"link\":\"#工作职责与流程\",\"children\":[]},{\"level\":2,\"title\":\"如何成为副教练?\",\"slug\":\"如何成为副教练\",\"link\":\"#如何成为副教练\",\"children\":[{\"level\":3,\"title\":\"一、获取考试资格\",\"slug\":\"一、获取考试资格\",\"link\":\"#一、获取考试资格\",\"children\":[]},{\"level\":3,\"title\":\"二、完成两项必备考试\",\"slug\":\"二、完成两项必备考试\",\"link\":\"#二、完成两项必备考试\",\"children\":[]},{\"level\":3,\"title\":\"三、完成认证入职\",\"slug\":\"三、完成认证入职\",\"link\":\"#三、完成认证入职\",\"children\":[]}]},{\"level\":2,\"title\":\"DMA职责\",\"slug\":\"dma职责\",\"link\":\"#dma职责\",\"children\":[{\"level\":3,\"title\":\"(一)转发每日餐单\",\"slug\":\"一-转发每日餐单\",\"link\":\"#一-转发每日餐单\",\"children\":[]},{\"level\":3,\"title\":\"(二)转发体脂称\",\"slug\":\"二-转发体脂称\",\"link\":\"#二-转发体脂称\",\"children\":[]},{\"level\":3,\"title\":\"(三)转发手环使用指导\",\"slug\":\"三-转发手环使用指导\",\"link\":\"#三-转发手环使用指导\",\"children\":[]},{\"level\":3,\"title\":\"(三)解答专业疑问\",\"slug\":\"三-解答专业疑问\",\"link\":\"#三-解答专业疑问\",\"children\":[]}]},{\"level\":2,\"title\":\"信息保密规范\",\"slug\":\"信息保密规范\",\"link\":\"#信息保密规范\",\"children\":[{\"level\":3,\"title\":\"1. 保密范围\",\"slug\":\"_1-保密范围\",\"link\":\"#_1-保密范围\",\"children\":[]},{\"level\":3,\"title\":\"2. 授权要求\",\"slug\":\"_2-授权要求\",\"link\":\"#_2-授权要求\",\"children\":[]},{\"level\":3,\"title\":\"3. 责任与义务\",\"slug\":\"_3-责任与义务\",\"link\":\"#_3-责任与义务\",\"children\":[]}]}],\"git\":{\"updatedTime\":1766471007000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":4}],\"changelog\":[{\"hash\":\"326fedda6067ab0da7a7c497e8fef608057cb12e\",\"time\":1766471007000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"2eace682f2e7d0c8c663ff7200d318edf973b980\",\"time\":1762239646000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"增加DMA通用问题处理原则(2025-11-03更新) 增加主教练-信息保密规范、副教练-信息保密规范、客服-信息保密规范\"},{\"hash\":\"8f0f08771e3748002699aa33318dbae7e39a397f\",\"time\":1760424178000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新职责\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/assistantCoach.md\"}")
|
||||
const data = JSON.parse("{\"path\":\"/posts/assistantCoach.html\",\"title\":\"副教练\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{\"updatedTime\":1766471007000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":4}],\"changelog\":[{\"hash\":\"326fedda6067ab0da7a7c497e8fef608057cb12e\",\"time\":1766471007000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"2eace682f2e7d0c8c663ff7200d318edf973b980\",\"time\":1762239646000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"增加DMA通用问题处理原则(2025-11-03更新) 增加主教练-信息保密规范、副教练-信息保密规范、客服-信息保密规范\"},{\"hash\":\"8f0f08771e3748002699aa33318dbae7e39a397f\",\"time\":1760424178000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新职责\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/assistantCoach.md\"}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/posts/chiefCoach.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/posts/chiefCoach.html\",\"title\":\"主教练\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"工作职责与流程\",\"slug\":\"工作职责与流程\",\"link\":\"#工作职责与流程\",\"children\":[]},{\"level\":2,\"title\":\"DMA职责\",\"slug\":\"dma职责\",\"link\":\"#dma职责\",\"children\":[{\"level\":3,\"title\":\"解答专业疑问\",\"slug\":\"解答专业疑问\",\"link\":\"#解答专业疑问\",\"children\":[]}]},{\"level\":2,\"title\":\"信息保密规范\",\"slug\":\"信息保密规范\",\"link\":\"#信息保密规范\",\"children\":[{\"level\":3,\"title\":\"1. 保密范围\",\"slug\":\"_1-保密范围\",\"link\":\"#_1-保密范围\",\"children\":[]},{\"level\":3,\"title\":\"2. 授权要求\",\"slug\":\"_2-授权要求\",\"link\":\"#_2-授权要求\",\"children\":[]},{\"level\":3,\"title\":\"3. 责任与义务\",\"slug\":\"_3-责任与义务\",\"link\":\"#_3-责任与义务\",\"children\":[]}]}],\"git\":{\"updatedTime\":1766471007000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":5}],\"changelog\":[{\"hash\":\"326fedda6067ab0da7a7c497e8fef608057cb12e\",\"time\":1766471007000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"55e24b1ebd4366534ba91b6b6e7e2e216de4adb2\",\"time\":1765358621000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"2eace682f2e7d0c8c663ff7200d318edf973b980\",\"time\":1762239646000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"增加DMA通用问题处理原则(2025-11-03更新) 增加主教练-信息保密规范、副教练-信息保密规范、客服-信息保密规范\"},{\"hash\":\"8f0f08771e3748002699aa33318dbae7e39a397f\",\"time\":1760424178000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新职责\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/chiefCoach.md\"}")
|
||||
const data = JSON.parse("{\"path\":\"/posts/chiefCoach.html\",\"title\":\"主教练\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{\"updatedTime\":1766471007000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":5}],\"changelog\":[{\"hash\":\"326fedda6067ab0da7a7c497e8fef608057cb12e\",\"time\":1766471007000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"55e24b1ebd4366534ba91b6b6e7e2e216de4adb2\",\"time\":1765358621000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"2eace682f2e7d0c8c663ff7200d318edf973b980\",\"time\":1762239646000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"增加DMA通用问题处理原则(2025-11-03更新) 增加主教练-信息保密规范、副教练-信息保密规范、客服-信息保密规范\"},{\"hash\":\"8f0f08771e3748002699aa33318dbae7e39a397f\",\"time\":1760424178000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新职责\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/chiefCoach.md\"}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -286,33 +286,33 @@
|
||||
<ul>
|
||||
<li>充电器无法正常充电;</li>
|
||||
<li>表带魔术贴在 <strong>3 个月内脱落</strong>;</li>
|
||||
<li>手环出现功能性异常(如无法开机、无法连接 APP、传感器失灵等)。</li>
|
||||
<li>手环出现功能性异常(如无法开机、无法连接 APP、传感器失灵等)。
|
||||
:::</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="hint-container warning">
|
||||
<p class="hint-container-title">❌ 不支持换货的情形</p>
|
||||
<ul>
|
||||
<li>因人为使用导致的 <strong>刮花、破损、变形</strong>;</li>
|
||||
<li>表带被污损、染色或自行剪裁;</li>
|
||||
<li>非质量问题导致的外观磨损。</li>
|
||||
<li>非质量问题导致的外观磨损。
|
||||
:::</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h4 id="二-体脂秤换货标准" tabindex="-1"><a class="header-anchor" href="#二-体脂秤换货标准"><span>(二)体脂秤换货标准</span></a></h4>
|
||||
<div class="hint-container tip">
|
||||
<p class="hint-container-title">✅ 支持换货的情形</p>
|
||||
<ul>
|
||||
<li>非电池原因导致 <strong>无法测量数据</strong>;</li>
|
||||
<li>出厂即存在功能缺陷。</li>
|
||||
<li>出厂即存在功能缺陷。
|
||||
:::</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="hint-container warning">
|
||||
<p class="hint-container-title">❌ 不支持换货的情形</p>
|
||||
<ul>
|
||||
<li>电池耗尽(属正常耗材);</li>
|
||||
<li>因跌落、挤压、进水等 <strong>使用不当</strong> 导致镜面破裂或结构损坏;</li>
|
||||
<li>表面轻微划痕或磨损。</li>
|
||||
<li>表面轻微划痕或磨损。
|
||||
:::</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h4 id="三-换货有效期" tabindex="-1"><a class="header-anchor" href="#三-换货有效期"><span>(三)换货有效期</span></a></h4>
|
||||
<ul>
|
||||
<li>自设备签收之日起 <strong>1 年内</strong>,若出现 <strong>非人为质量问题</strong>,友福提供 <strong>免费换货服务</strong>。</li>
|
||||
@ -327,7 +327,7 @@
|
||||
<li>
|
||||
<p><strong>资料收集与申请</strong><br>
|
||||
客服需整理以下信息,并通过微信发送至 <strong>“友福审核”</strong> 申请新设备:</p>
|
||||
<div class="language-text line-numbers-mode" data-highlighter="prismjs" data-ext="text"><pre v-pre><code><span class="line">① 用户姓名:</span>
|
||||
<div class="language-text line-numbers-mode" data-highlighter="prismjs" data-ext="text"><pre v-pre><code class="language-text"><span class="line">① 用户姓名:</span>
|
||||
<span class="line">② 用户电话:</span>
|
||||
<span class="line">③ 客服姓名:</span>
|
||||
<span class="line">④ 商品问题:(请详细描述问题,附截图或视频更佳)</span>
|
||||
@ -352,7 +352,7 @@
|
||||
<li>
|
||||
<p><strong>退货寄件要求</strong><br>
|
||||
用户寄回商品,采用到付方式,收件信息如下:</p>
|
||||
<div class="language-text line-numbers-mode" data-highlighter="prismjs" data-ext="text"><pre v-pre><code><span class="line">收件人: 陈声飞 </span>
|
||||
<div class="language-text line-numbers-mode" data-highlighter="prismjs" data-ext="text"><pre v-pre><code class="language-text"><span class="line">收件人: 陈声飞 </span>
|
||||
<span class="line">手机号码: 13471927441 </span>
|
||||
<span class="line">收件地址: 广东省深圳市南山区南山街道东滨路阳光科创中心B座3302 </span>
|
||||
<span class="line"></span></code></pre>
|
||||
@ -377,6 +377,10 @@
|
||||
<ul>
|
||||
<li>打开友福同享APP或小程序,进入「我的」→「我的订单」;找到快递单号,拷贝下来后,点击下面快递查询网页,便可以知道物流的进程及相关信息:https://www.baidu.com/s?rsv_dl=selectedsearch&wd=%E5%BF%AB%E9%80%92%E5%8D%95%E5%8F%B7%E6%9F%A5%E8%AF%A2%0A%0A</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div></template>
|
||||
|
||||
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/posts/overview.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/posts/overview.html\",\"title\":\"核心操作流程\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":3,\"title\":\"(一)用户下单缴费阶段\",\"slug\":\"一-用户下单缴费阶段\",\"link\":\"#一-用户下单缴费阶段\",\"children\":[]},{\"level\":3,\"title\":\"(二)合同签署与群聊搭建阶段\",\"slug\":\"二-合同签署与群聊搭建阶段\",\"link\":\"#二-合同签署与群聊搭建阶段\",\"children\":[]},{\"level\":3,\"title\":\"(三)健康档案处理阶段\",\"slug\":\"三-健康档案处理阶段\",\"link\":\"#三-健康档案处理阶段\",\"children\":[]},{\"level\":3,\"title\":\"(四)方案设置阶段\",\"slug\":\"四-方案设置阶段\",\"link\":\"#四-方案设置阶段\",\"children\":[]},{\"level\":3,\"title\":\"(五)配送及收货确认阶段\",\"slug\":\"五-配送及收货确认阶段\",\"link\":\"#五-配送及收货确认阶段\",\"children\":[]},{\"level\":3,\"title\":\"(六)方案执行与结束阶段\",\"slug\":\"六-方案执行与结束阶段\",\"link\":\"#六-方案执行与结束阶段\",\"children\":[]},{\"level\":3,\"title\":\"(七)方案后阶段\",\"slug\":\"七-方案后阶段\",\"link\":\"#七-方案后阶段\",\"children\":[]}],\"git\":{\"updatedTime\":1765524799000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":2}],\"changelog\":[{\"hash\":\"acc531138f97433b765b2d0a43f9edb90f646da1\",\"time\":1765524799000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"第一版\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/overview.md\"}")
|
||||
const data = JSON.parse("{\"path\":\"/posts/overview.html\",\"title\":\"核心操作流程\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{\"updatedTime\":1765524799000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":2}],\"changelog\":[{\"hash\":\"acc531138f97433b765b2d0a43f9edb90f646da1\",\"time\":1765524799000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"第一版\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/overview.md\"}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/posts/service.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/posts/service.html\",\"title\":\"客服\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"工作职责与流程\",\"slug\":\"工作职责与流程\",\"link\":\"#工作职责与流程\",\"children\":[]},{\"level\":2,\"title\":\"DMA职责\",\"slug\":\"dma职责\",\"link\":\"#dma职责\",\"children\":[{\"level\":3,\"title\":\"(一)引导健康档案填写\",\"slug\":\"一-引导健康档案填写\",\"link\":\"#一-引导健康档案填写\",\"children\":[]},{\"level\":3,\"title\":\"(二)审核健康档案并闭环\",\"slug\":\"二-审核健康档案并闭环\",\"link\":\"#二-审核健康档案并闭环\",\"children\":[]},{\"level\":3,\"title\":\"(三)确认收货方式\",\"slug\":\"三-确认收货方式\",\"link\":\"#三-确认收货方式\",\"children\":[]},{\"level\":3,\"title\":\"(四)跟进收货状态\",\"slug\":\"四-跟进收货状态\",\"link\":\"#四-跟进收货状态\",\"children\":[]},{\"level\":3,\"title\":\"(五)设置餐单及跟进方案执行\",\"slug\":\"五-设置餐单及跟进方案执行\",\"link\":\"#五-设置餐单及跟进方案执行\",\"children\":[]},{\"level\":3,\"title\":\"(六)处理方案结束事宜\",\"slug\":\"六-处理方案结束事宜\",\"link\":\"#六-处理方案结束事宜\",\"children\":[]}]},{\"level\":2,\"title\":\"信息保密规范\",\"slug\":\"信息保密规范\",\"link\":\"#信息保密规范\",\"children\":[{\"level\":3,\"title\":\"1. 保密范围\",\"slug\":\"_1-保密范围\",\"link\":\"#_1-保密范围\",\"children\":[]},{\"level\":3,\"title\":\"2. 授权要求\",\"slug\":\"_2-授权要求\",\"link\":\"#_2-授权要求\",\"children\":[]},{\"level\":3,\"title\":\"3. 责任与义务\",\"slug\":\"_3-责任与义务\",\"link\":\"#_3-责任与义务\",\"children\":[]}]}],\"git\":{\"updatedTime\":1765358621000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":4}],\"changelog\":[{\"hash\":\"55e24b1ebd4366534ba91b6b6e7e2e216de4adb2\",\"time\":1765358621000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"2eace682f2e7d0c8c663ff7200d318edf973b980\",\"time\":1762239646000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"增加DMA通用问题处理原则(2025-11-03更新) 增加主教练-信息保密规范、副教练-信息保密规范、客服-信息保密规范\"},{\"hash\":\"8f0f08771e3748002699aa33318dbae7e39a397f\",\"time\":1760424178000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新职责\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/service.md\"}")
|
||||
const data = JSON.parse("{\"path\":\"/posts/service.html\",\"title\":\"客服\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{\"updatedTime\":1765358621000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":4}],\"changelog\":[{\"hash\":\"55e24b1ebd4366534ba91b6b6e7e2e216de4adb2\",\"time\":1765358621000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"2eace682f2e7d0c8c663ff7200d318edf973b980\",\"time\":1762239646000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"增加DMA通用问题处理原则(2025-11-03更新) 增加主教练-信息保密规范、副教练-信息保密规范、客服-信息保密规范\"},{\"hash\":\"8f0f08771e3748002699aa33318dbae7e39a397f\",\"time\":1760424178000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新职责\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/service.md\"}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/posts/shareBenefit.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/posts/shareBenefit.html\",\"title\":\"分润提现操作说明\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"一、进入「收益提现」模块\",\"slug\":\"一、进入「收益提现」模块\",\"link\":\"#一、进入「收益提现」模块\",\"children\":[]},{\"level\":2,\"title\":\"二、提现操作流程(分润订单提现)\",\"slug\":\"二、提现操作流程-分润订单提现\",\"link\":\"#二、提现操作流程-分润订单提现\",\"children\":[{\"level\":3,\"title\":\"2.1 发起提现申请\",\"slug\":\"_2-1-发起提现申请\",\"link\":\"#_2-1-发起提现申请\",\"children\":[]},{\"level\":3,\"title\":\"2.2 合约签署(含账户绑定)\",\"slug\":\"_2-2-合约签署-含账户绑定\",\"link\":\"#_2-2-合约签署-含账户绑定\",\"children\":[]},{\"level\":3,\"title\":\"2.3 合约分享(公司账户)\",\"slug\":\"_2-3-合约分享-公司账户\",\"link\":\"#_2-3-合约分享-公司账户\",\"children\":[]},{\"level\":3,\"title\":\"2.4 发票上传与提现提交\",\"slug\":\"_2-4-发票上传与提现提交\",\"link\":\"#_2-4-发票上传与提现提交\",\"children\":[]}]},{\"level\":2,\"title\":\"三、查看提现记录\",\"slug\":\"三、查看提现记录\",\"link\":\"#三、查看提现记录\",\"children\":[{\"level\":3,\"title\":\"3.1 进入记录列表\",\"slug\":\"_3-1-进入记录列表\",\"link\":\"#_3-1-进入记录列表\",\"children\":[]},{\"level\":3,\"title\":\"3.2 查看记录详情\",\"slug\":\"_3-2-查看记录详情\",\"link\":\"#_3-2-查看记录详情\",\"children\":[]}]}],\"git\":{\"updatedTime\":1761103662000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":3}],\"changelog\":[{\"hash\":\"7799842e4c8bfd3bbd24d9cbc89c8ac4c28c918b\",\"time\":1761103662000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新\"},{\"hash\":\"8f0f08771e3748002699aa33318dbae7e39a397f\",\"time\":1760424178000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新职责\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/shareBenefit.md\"}")
|
||||
const data = JSON.parse("{\"path\":\"/posts/shareBenefit.html\",\"title\":\"分润提现操作说明\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{\"updatedTime\":1770343928000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":4}],\"changelog\":[{\"hash\":\"4286fa07f0adaee3f0095ab40ace1807d19994d4\",\"time\":1770343928000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"登录功能\"},{\"hash\":\"7799842e4c8bfd3bbd24d9cbc89c8ac4c28c918b\",\"time\":1761103662000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新\"},{\"hash\":\"8f0f08771e3748002699aa33318dbae7e39a397f\",\"time\":1760424178000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"更新职责\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/shareBenefit.md\"}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,16 +1,3 @@
|
||||
import comp from "D:/xue/dma_handbook/docs/.vuepress/.temp/pages/posts/teacher.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/posts/teacher.html\",\"title\":\"健康管理师\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"DMA方案前\",\"slug\":\"dma方案前\",\"link\":\"#dma方案前\",\"children\":[{\"level\":3,\"title\":\"(一)制定健康方案\",\"slug\":\"一-制定健康方案\",\"link\":\"#一-制定健康方案\",\"children\":[]}]}],\"git\":{\"updatedTime\":1766471007000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":2}],\"changelog\":[{\"hash\":\"326fedda6067ab0da7a7c497e8fef608057cb12e\",\"time\":1766471007000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/teacher.md\"}")
|
||||
const data = JSON.parse("{\"path\":\"/posts/teacher.html\",\"title\":\"健康管理师\",\"lang\":\"zh-CN\",\"frontmatter\":{},\"git\":{\"updatedTime\":1766471007000,\"contributors\":[{\"name\":\"lanzhihui\",\"username\":\"\",\"email\":\"503792708@qq.com\",\"commits\":2}],\"changelog\":[{\"hash\":\"326fedda6067ab0da7a7c497e8fef608057cb12e\",\"time\":1766471007000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"update\"},{\"hash\":\"e73bbe09086600f49aec344301695549746ba3c4\",\"time\":1759135896000,\"email\":\"503792708@qq.com\",\"author\":\"lanzhihui\",\"message\":\"初始化\"}]},\"filePathRelative\":\"posts/teacher.md\"}")
|
||||
export { comp, data }
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ data }) => {
|
||||
__VUE_HMR_RUNTIME__.updatePageData(data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/highlighter-helper/lib/client/styles/base.css"
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/plugin-prismjs/node_modules/@vuepress/highlighter-helper/lib/client/styles/base.css"
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/plugin-prismjs/lib/client/styles/nord.css"
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/highlighter-helper/lib/client/styles/line-numbers.css"
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/highlighter-helper/lib/client/styles/notation-highlight.css"
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/highlighter-helper/lib/client/styles/collapsed-lines.css"
|
||||
import { setupCollapsedLines } from "D:/xue/dma_handbook/node_modules/@vuepress/highlighter-helper/lib/client/index.js"
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/highlighter-helper/lib/client/styles/code-block-title.css"
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
setupCollapsedLines()
|
||||
}
|
||||
}
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/plugin-prismjs/node_modules/@vuepress/highlighter-helper/lib/client/styles/line-numbers.css"
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/plugin-prismjs/node_modules/@vuepress/highlighter-helper/lib/client/styles/notation-highlight.css"
|
||||
import "D:/xue/dma_handbook/node_modules/@vuepress/plugin-prismjs/node_modules/@vuepress/highlighter-helper/lib/client/styles/code-block-title.css"
|
||||
@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import { ref, computed } from 'vue'
|
||||
import { ref, onMounted, watch } from 'vue'
|
||||
|
||||
const props = defineProps({
|
||||
src: {
|
||||
@ -18,17 +18,43 @@ const props = defineProps({
|
||||
|
||||
const isExpanded = ref(false)
|
||||
const showExpand = ref(false)
|
||||
// 标记图片是否已加载,防止@load重复触发
|
||||
const isImageLoaded = ref(false)
|
||||
|
||||
const handleImageLoad = (event) => {
|
||||
const img = event.target
|
||||
console.log(props.alt,img.naturalHeight,'img.naturalHeight')
|
||||
showExpand.value = img.naturalHeight > props.maxHeight
|
||||
console.log(showExpand.value,'showExpand.value')
|
||||
// 核心:VuePress SSR适配,仅在浏览器端执行图片高度判断
|
||||
const checkImageHeight = (img) => {
|
||||
if (typeof window === 'undefined') return // 服务端直接返回
|
||||
const naturalHeight = img.naturalHeight || img.offsetHeight
|
||||
console.log(props.alt, naturalHeight, '图片实际高度')
|
||||
showExpand.value = naturalHeight > props.maxHeight
|
||||
isImageLoaded.value = true
|
||||
}
|
||||
|
||||
// 图片加载完成触发
|
||||
const handleImageLoad = (event) => {
|
||||
if (isImageLoaded.value) return
|
||||
checkImageHeight(event.target)
|
||||
}
|
||||
|
||||
// 浏览器端挂载后,主动检查图片(解决@load未触发的边界情况)
|
||||
onMounted(() => {
|
||||
if (typeof window === 'undefined') return
|
||||
const img = document.querySelector(`.responsive-image[src="${props.src}"]`)
|
||||
if (img && img.complete) { // 图片已缓存完成,主动触发高度判断
|
||||
checkImageHeight(img)
|
||||
}
|
||||
})
|
||||
|
||||
// 展开/收起切换
|
||||
const toggleExpand = () => {
|
||||
isExpanded.value = !isExpanded.value
|
||||
}
|
||||
|
||||
// 监听展开状态,同步更新提示显示(兜底)
|
||||
watch(isExpanded, (val) => {
|
||||
if (!showExpand.value) return
|
||||
showExpand.value = !val
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@ -43,14 +69,17 @@ const toggleExpand = () => {
|
||||
:alt="alt"
|
||||
@load="handleImageLoad"
|
||||
class="responsive-image"
|
||||
loading="lazy"
|
||||
>
|
||||
</div>
|
||||
|
||||
<div v-if="showExpand && !isExpanded" class="expand-hint" @click="toggleExpand">
|
||||
<!-- 展开提示:仅图片高度超限时显示 -->
|
||||
<div v-if="showExpand" class="expand-hint" @click="toggleExpand" v-show="!isExpanded">
|
||||
<span>点击查看完整图片</span>
|
||||
</div>
|
||||
|
||||
<div v-if="isExpanded" class="collapse-hint" @click="toggleExpand">
|
||||
<!-- 收起提示:仅展开后显示 -->
|
||||
<div class="collapse-hint" @click="toggleExpand" v-show="isExpanded">
|
||||
<span>收起图片</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -60,23 +89,25 @@ const toggleExpand = () => {
|
||||
.image-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.image-wrapper {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.3s ease;
|
||||
transition: max-height 0.3s ease-in-out;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.image-wrapper::after {
|
||||
/* 渐变遮罩:仅未展开时显示,提示有更多内容 */
|
||||
.image-wrapper:not(.expanded)::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 60px;
|
||||
//background: linear-gradient(transparent, rgba(255,255,255,0.9));
|
||||
height: 80px;
|
||||
background: linear-gradient(transparent, rgba(255,255,255,0.95));
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@ -90,32 +121,28 @@ const toggleExpand = () => {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.expand-hint {
|
||||
.expand-hint, .collapse-hint {
|
||||
text-align: center;
|
||||
padding: 8px;
|
||||
background: rgba(64, 158, 255, 0.1);
|
||||
color: #409eff;
|
||||
cursor: pointer;
|
||||
margin-top: 8px;
|
||||
border-radius: 4px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
margin-top: 8px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.expand-hint {
|
||||
background: rgba(64, 158, 255, 0.1);
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.expand-hint:hover {
|
||||
background: rgba(64, 158, 255, 0.2);
|
||||
}
|
||||
|
||||
.collapse-hint {
|
||||
text-align: center;
|
||||
padding: 8px;
|
||||
background: rgba(103, 194, 58, 0.1);
|
||||
color: #67c23a;
|
||||
cursor: pointer;
|
||||
margin-top: 8px;
|
||||
border-radius: 4px;
|
||||
font-size: 14px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.collapse-hint:hover {
|
||||
|
||||
@ -3,7 +3,7 @@ import { defaultTheme } from '@vuepress/theme-default'
|
||||
import { defineUserConfig } from 'vuepress'
|
||||
import fs from 'fs-extra'
|
||||
import path from 'path'
|
||||
// import { searchPlugin } from '@vuepress/plugin-search'
|
||||
import { searchPlugin } from '@vuepress/plugin-search'
|
||||
// 核心修改:从全局常量文件导入,替代本地定义
|
||||
import { SITE_BASE, CDN_BASE} from './constants.js';
|
||||
// import * as path from "path";
|
||||
@ -276,16 +276,16 @@ export default defineUserConfig({
|
||||
}
|
||||
}
|
||||
}],
|
||||
// searchPlugin({
|
||||
// // 可选:自定义最大建议条数
|
||||
// maxSuggestions: 10,
|
||||
//
|
||||
// // 可选:设置触发搜索的快捷键(支持多个)
|
||||
// hotKeys: ['s', '/'],
|
||||
//
|
||||
// // 可选:自定义搜索索引字段(默认包含 title 和 frontmatter)
|
||||
// // getExtraFields: (page) => page.frontmatter.tags,
|
||||
// }),
|
||||
searchPlugin({
|
||||
// 可选:自定义最大建议条数
|
||||
maxSuggestions: 10,
|
||||
|
||||
// 可选:设置触发搜索的快捷键(支持多个)
|
||||
hotKeys: ['s', '/'],
|
||||
|
||||
// 可选:自定义搜索索引字段(默认包含 title 和 frontmatter)
|
||||
// getExtraFields: (page) => page.frontmatter.tags,
|
||||
}),
|
||||
// registerComponentsPlugin({
|
||||
// // 配置项
|
||||
// componentsDir: path.resolve(__dirname, '../../', 'components'), // 自动注册全局组件,
|
||||
|
||||
5353
package-lock.json
generated
5353
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@ -10,17 +10,18 @@
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "^2.0.0-rc.20",
|
||||
"@vuepress/plugin-register-components": "^1.9.10",
|
||||
"@vuepress/theme-default": "2.0.0-rc.88",
|
||||
"@vuepress/bundler-vite": "^2.0.0-rc.26",
|
||||
"@vuepress/plugin-register-components": "^2.0.0-rc.122",
|
||||
"@vuepress/plugin-search": "^2.0.0-rc.122",
|
||||
"@vuepress/theme-default": "^2.0.0-rc.122",
|
||||
"fs-extra": "^11.3.2",
|
||||
"sass": "^1.89.2",
|
||||
"vue": "^3.5.17",
|
||||
"vuepress": "2.0.0-rc.20"
|
||||
"vuepress": "^2.0.0-rc.26"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.7.2",
|
||||
"@vuepress/plugin-medium-zoom": "^2.0.0-rc.86",
|
||||
"@vuepress/plugin-medium-zoom": "^2.0.0-rc.122",
|
||||
"@vueuse/core": "^13.5.0",
|
||||
"axios": "^1.12.0",
|
||||
"pinia": "^3.0.3",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user