{"id":6038,"date":"2026-03-26T09:22:12","date_gmt":"2026-03-26T01:22:12","guid":{"rendered":"https:\/\/help.x-printer.cn\/?post_type=manual_documentation&#038;p=6038"},"modified":"2026-04-06T10:52:00","modified_gmt":"2026-04-06T02:52:00","slug":"tt424bzzxz","status":"publish","type":"manual_documentation","link":"https:\/\/help.x-printer.cn\/?manual_documentation=rzydyjjc\/xzzzjc\/tt424bzzxz","title":{"rendered":"TT424B\/TT434B\u7eb8\u5f20\u6821\u6b63"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"6038\" class=\"elementor elementor-6038\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c9a33ec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c9a33ec\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-43fc188\" data-id=\"43fc188\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-38ca7d8 elementor-widget elementor-widget-video\" data-id=\"38ca7d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/www.x-printer.cn\/wp-content\/uploads\/2025\/06\/TT424B%E7%BA%B8%E5%BC%A0%E6%A0%A1%E6%AD%A3_x264.mp4\" controls=\"\" preload=\"metadata\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b93118 elementor-widget elementor-widget-html\" data-id=\"3b93118\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"custom-share-buttons\" style=\"display: flex; gap: 10px; margin: 20px 0; align-items: center; position: relative;\">\r\n    <!-- \u590d\u5236\u94fe\u63a5\u6309\u94ae -->\r\n    <button onclick=\"copyPageUrl()\" style=\"padding: 8px 15px; background: #2490E3; color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 14px;\">\r\n        \ud83d\udccb \u590d\u5236\u94fe\u63a5\u5206\u4eab\r\n    <\/button>\r\n    \r\n    <!-- \u63d0\u793a\u6d88\u606f\u5bb9\u5668 (\u9ed8\u8ba4\u9690\u85cf) -->\r\n    <div id=\"copy-success-msg\" style=\"display: none; position: absolute; top:50px; background: #4CAF50; color: white; padding: 6px 12px; border-radius: 4px; font-size: 13px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); white-space: nowrap;\">\r\n        \u94fe\u63a5\u5df2\u590d\u5236\uff0c\u5feb\u53bb\u5206\u4eab\u7ed9\u60a8\u7684\u597d\u53cb\u5427\uff01\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\nfunction copyPageUrl() {\r\n    \/\/ \u52a8\u6001\u83b7\u53d6\u5e76\u590d\u5236\u5f53\u524d\u9875\u9762\u94fe\u63a5\r\n    const url = window.location.href;\r\n    const successMsg = document.getElementById('copy-success-msg');\r\n    \r\n    navigator.clipboard.writeText(url).then(() => {\r\n        \/\/ \u663e\u793a\u6210\u529f\u63d0\u793a\r\n        successMsg.style.display = 'block';\r\n        \r\n        \/\/ 3\u79d2\u540e\u81ea\u52a8\u9690\u85cf\u63d0\u793a\r\n        setTimeout(() => {\r\n            successMsg.style.display = 'none';\r\n        }, 1000);\r\n        \r\n    }).catch(err => {\r\n        \/\/ \u5982\u679c\u590d\u5236\u5931\u8d25\uff0c\u663e\u793a\u9519\u8bef\u63d0\u793a\uff08\u7ea2\u8272\uff09\r\n        successMsg.textContent = '\u590d\u5236\u5931\u8d25\uff0c\u8bf7\u624b\u52a8\u590d\u5236';\r\n        successMsg.style.background = '#f44336';\r\n        successMsg.style.display = 'block';\r\n        \r\n        setTimeout(() => {\r\n            successMsg.style.display = 'none';\r\n            \/\/ \u91cd\u7f6e\u56de\u539f\u6765\u7684\u6837\u5f0f\r\n            successMsg.textContent = '\u94fe\u63a5\u5df2\u590d\u5236\uff0c\u5feb\u53bb\u5206\u4eab\u7ed9\u60a8\u7684\u597d\u53cb\u5427\uff01';\r\n            successMsg.style.background = '#4CAF50';\r\n        }, 2000);\r\n        \r\n        console.error('\u590d\u5236\u5931\u8d25:', err);\r\n    });\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"author":1,"featured_media":6029,"parent":4506,"menu_order":2,"template":"","manualdocumentationcategory":[39],"manual_doc_tag":[86],"class_list":["post-6038","manual_documentation","type-manual_documentation","status-publish","has-post-thumbnail","hentry","manualdocumentationcategory-doc-demo-articles","manual_doc_tag-86"],"_links":{"self":[{"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=\/wp\/v2\/manual_documentation\/6038","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=\/wp\/v2\/manual_documentation"}],"about":[{"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=\/wp\/v2\/types\/manual_documentation"}],"author":[{"embeddable":true,"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"version-history":[{"count":8,"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=\/wp\/v2\/manual_documentation\/6038\/revisions"}],"predecessor-version":[{"id":6093,"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=\/wp\/v2\/manual_documentation\/6038\/revisions\/6093"}],"up":[{"embeddable":true,"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=\/wp\/v2\/manual_documentation\/4506"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=\/wp\/v2\/media\/6029"}],"wp:attachment":[{"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6038"}],"wp:term":[{"taxonomy":"manualdocumentationcategory","embeddable":true,"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmanualdocumentationcategory&post=6038"},{"taxonomy":"manual_doc_tag","embeddable":true,"href":"https:\/\/help.x-printer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmanual_doc_tag&post=6038"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}