


{"version":"1.0","provider_name":"\u98c4\u96c5\u6d3b\u85dd","provider_url":"https:\/\/www.craftsonpeel.wecreatelabs.com.hk\/zh-hant\/","author_name":"Crafts on Peel Staff","author_url":"https:\/\/www.craftsonpeel.wecreatelabs.com.hk\/zh-hant\/author\/craftsonpeel_admin\/","title":"\u672c\u5730\u5c55\u89bd - \u98c4\u96c5\u6d3b\u85dd","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"lTMzomUdG1\"><a href=\"https:\/\/www.craftsonpeel.wecreatelabs.com.hk\/zh-hant\/exhibition-ch\/\">\u672c\u5730\u5c55\u89bd<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.craftsonpeel.wecreatelabs.com.hk\/zh-hant\/exhibition-ch\/embed\/#?secret=lTMzomUdG1\" width=\"600\" height=\"338\" title=\"&#8220;\u672c\u5730\u5c55\u89bd&#8221; &#8212; \u98c4\u96c5\u6d3b\u85dd\" data-secret=\"lTMzomUdG1\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/www.craftsonpeel.wecreatelabs.com.hk\/wp-includes\/js\/wp-embed.js\n\/* ]]> *\/\n<\/script>\n","thumbnail_url":"https:\/\/www.craftsonpeel.wecreatelabs.com.hk\/wp-content\/uploads\/2025\/12\/KVPOSTER-DIGITAL-1125-V2-150DPI-733x1024.png","thumbnail_width":733,"thumbnail_height":1024,"description":"\u6700\u65b0\u5c55\u89bd\u5c55\u89bd\u9810\u544a\u5c55\u89bd\u56de\u9867 \u6c92\u6709\u6700\u65b0\u5c55\u89bd\u76f8\u95dc\u8cc7\u6599 \u6c92\u6709\u5de5\u85dd\u54c1\u76f8\u95dc\u8cc7\u6599 \u6c92\u6709\u6d3b\u52d5\u76f8\u95dc\u8cc7\u6599 \u85dd\u8108\u65b0\u751f 6 Dec, 2025 &#8211; 8 Apr, 2026 \u98c4\u96c5\u6d3b\u85dd\u7684\u300a\u85dd\u8108\u65b0\u751f\u300b\u5c55\u89a7\u65bc\u5341\u4e8c\u6708\u516d\u65e5\u5728\u4e2d\u74b0\u5351\u5229\u8857\u5341\u4e00\u865f\u5c55\u51fa\u3002 \u5e8f\u8a00 \u6b61\u8fce\u4f86\u5230\u300c\u85dd\u8108\u65b0\u751f\u300d\uff0c\u4e00\u500b\u6b4c\u980c\u5de5\u85dd\u5e2b\u5275\u4f5c\u6b77\u7a0b\u7684\u5c55\u89bd\u3002 \u98c4\u96c5\u6d3b\u85dd\u4e00\u5411\u81f4\u529b\u4fc3\u9032\u5de5\u85dd\u4ea4\u6d41\u3002\u6211\u5011\u7a4d\u6975\u70ba\u5de5\u85dd\u5e2b\u5c0b\u6c42\u65b0\u6311\u6230\uff0c\u7d50\u5408\u50b3\u7d71\u5de5\u85dd\u5e2b\u7684\u7cbe\u6e5b\u6280\u85dd\u548c\u7576\u4ee3\u8a2d\u8a08\u5e2b\u5177\u524d\u77bb\u6027\u7684\u601d\u7dad\u3002\u7531\u91cd\u65b0\u8a6e\u91cb\u7684\u6587\u4eba\u77f3\u5230\u52d5\u614b\u71c8\u7c60\u88dd\u7f6e\u7b49\u5275\u4f5c\uff0c\u6b64\u7a7a\u9593\u7684\u4f5c\u54c1\u8d85\u8d8a\u5730\u57df\u3001\u4e16\u4ee3\u548c\u6587\u5316\u7684\u754c\u9650\uff0c\u5f90\u5f90\u7de8\u5beb\u5de5\u85dd\u6545\u4e8b\u3002 \u5e0c\u671b\u5404\u4f4d\u770b\u5230\u7684\u4e0d\u50c5\u662f\u4f5c\u54c1\u7684\u8868\u9762\uff0c\u66f4\u662f\u5de5\u85dd\u5e2b\u7684\u5171\u540c\u71b1\u60c5\u3001\u5c0d\u77e5\u8b58\u7684\u8ffd\u6c42\u8207\u96c4\u5fc3\u52c3\u52c3\u7684\u7cbe\u795e\u3002\u9019\u6b21\u300c\u5275\u610f\u8de8\u754c\u878d\u5408\u300d\uff0c\u662f\u6211\u5011\u5c0d\u4e0b\u4e00\u4ee3\u7684\u627f\u8afe\uff1a\u5de5\u85dd\u662f\u4e00\u689d\u632f\u596e\u4eba\u5fc3\u4e26\u5145\u6eff\u7121\u9650\u53ef\u80fd\u6027\u7684\u9053\u8def\u3002 \u9673\u96c5\u6587\uff0c\u98c4\u96c5\u6d3b\u85dd\u5275\u8fa6\u4eba &nbsp; \u5c55\u89bd\u7c21\u4ecb \u85aa\u706b\u76f8\u50b3\uff0c\u85dd\u8108\u65b0\u751f\uff1a\u50b3\u7d71\u5de5\u85dd\u7684\u672a\u4f86\u8a6e\u91cb \u9019\u5834\u5c55\u89bd\u4ee5\u5d84\u65b0\u7684\u8996\u89d2\u8a6e\u91cb\u5de5\u85dd\u7684\u672c\u8cea\uff0c\u5c07\u5176\u8996\u70ba\u8de8\u8d8a\u6587\u5316\u8207\u4e16\u4ee3\u3001\u5145\u6eff\u751f\u547d\u529b\u4e14\u6301\u7e8c\u6f14\u8b8a\u7684\u5c0d\u8a71\u3002 \u5c55\u89bd\u7684\u6838\u5fc3\uff0c\u6b63\u662f\u300c\u5275\u610f\u8de8\u754c\u878d\u5408\u300d(creative cross-pollination) \u7684\u6982\u5ff5\u2014\u2014\u4e00\u7a2e\u52d5\u614b\u7684\u904e\u7a0b\uff0c\u5c07\u770b\u4f3c\u98a8\u99ac\u725b\u4e0d\u76f8\u53ca\u7684\u9748\u611f\u8207\u6280\u85dd\uff0c\u5728\u6b64\u532f\u805a\uff0c\u65bc\u5171\u901a\u4e4b\u8655\u7dbb\u653e\u7570\u5f69\uff0c\u5b55\u80b2\u51fa\u524d\u6240\u672a\u6709\u7684\u5275\u65b0\u4e4b\u4f5c\u3002\u4f86\u81ea\u4e0d\u540c\u6587\u5316\u80cc\u666f\u7684\u8996\u91ce\u3001\u6280\u85dd\u7cbe\u6e5b\u7684\u5de5\u85dd\u5e2b\u5011\u7684\u5de7\u624b\u3001\u4ee5\u53ca\u5177\u6709\u524d\u77bb\u601d\u7dad\u7684\u8a2d\u8a08\u5e2b\u5011\u7684\u9748\u611f\u5728\u6b64\u4ea4\u532f\uff0c\u5f62\u6210\u4e00\u80a1\u5275\u65b0\u7684\u6d2a\u6d41\u3002 \u672c\u8a08\u5283\u65e8\u5728\u57f9\u80b2\u65b0\u4e00\u4ee3\u7684\u5de5\u85dd\u5e2b\uff0c\u8b93\u4ed6\u5011\u7406\u89e3\u5de5\u85dd\u7684\u6d3b\u529b\u8207\u751f\u547d\u529b\u2014\u2014\u5b83\u662f\u4e00\u500b\u751f\u6a5f\u52c3\u52c3\u7684\u7cfb\u7d71\uff0c\u9700\u8981\u4e0d\u65b7\u7684\u8015\u8018\u3001\u50b3\u627f\u8207\u9769\u65b0\u3002\u8b93\u5de5\u85dd\u5728\u4ed6\u5011\u7684\u5de7\u624b\u4e0b\uff0c\u751f\u751f\u4e0d\u606f\uff0c\u4ee3\u4ee3\u76f8\u50b3\uff0c\u4e0d\u65b7\u63a8\u9673\u51fa\u65b0\u3002 \u9678\u8a60\u6c81\uff0c\u98c4\u96c5\u6d3b\u85dd\u5275\u610f\u7e3d\u76e3\u53ca\u7b56\u5c55\u4eba &nbsp; \u5c55\u89bd\u5834\u520a 2025 \u5de5\u85dd\u9023\u5fc3 2 Jul, 2025 &#8211; 11 Oct, 2025 \u5de5\u85dd\u9023\u5fc3 18 Jan, 2025 &#8211; 5 Apr, 2025 2024 \u8207\u6c5f\u8a69\u4e39\u9813\u5171\u540c\u5448\u737b &#8211; \u6c38\u6046\u9023\u7d50\uff5c\u5171\u9444\u4e4b\u7de3\uff1a\u5ed6\u69ae\u60f3\u5e2b\u5085\u8207\u6797\u7e41\u76db\u5c55\u73fe\u7684\u91d1\u5c6c\u5de5\u85dd 29 Jun, 2024 &#8211; 3 [&hellip;]"}