{"id":230,"date":"2024-09-16T15:07:24","date_gmt":"2024-09-16T07:07:24","guid":{"rendered":"https:\/\/dev.wingfatgroup.com\/?page_id=230"},"modified":"2026-01-13T12:59:43","modified_gmt":"2026-01-13T04:59:43","slug":"list","status":"publish","type":"page","link":"https:\/\/wingfatgroup.com\/index.php\/list\/","title":{"rendered":"\u9910\u5ef3\u5217\u8868"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"230\" class=\"elementor elementor-230\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9dbdc51 e-flex e-con-boxed e-con e-parent\" data-id=\"9dbdc51\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af45c22 elementor-widget elementor-widget-html\" data-id=\"af45c22\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"zh-HK\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>\u9910\u5ef3\u5217\u8868<\/title>\r\n  <style>\r\n    \/* ========== \u57fa\u790e\u6a23\u5f0f ========== *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    .restaurant-list-page {\r\n      font-family: 'Microsoft JhengHei', 'PingFang TC', 'Helvetica Neue', Arial, sans-serif;\r\n      color: #333;\r\n      line-height: 1.6;\r\n      background: #ffffff; \/* \u2705 \u6539\u70ba\u767d\u8272\u80cc\u666f *\/\r\n      padding: 50px 20px;\r\n      min-height: 100vh;\r\n    }\r\n\r\n    .container {\r\n      max-width: 1400px;\r\n      margin: 0 auto;\r\n    }\r\n\r\n    \/* ========== \u6a19\u984c\u5340\u57df ========== *\/\r\n    .page-header {\r\n      text-align: center;\r\n      margin-bottom: 50px;\r\n    }\r\n\r\n    .page-title {\r\n      font-size: 40px;\r\n      font-weight: bold;\r\n      color: #891719;\r\n      text-transform: uppercase;\r\n      margin-bottom: 20px;\r\n      letter-spacing: 2px;\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .page-title::after {\r\n      content: '';\r\n      position: absolute;\r\n      bottom: -15px;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      width: 80px;\r\n      height: 3px;\r\n      background: linear-gradient(90deg, #891719, #ff6b35);\r\n      border-radius: 2px;\r\n    }\r\n\r\n    \/* ========== \u9910\u5ef3\u5361\u7247\u7db2\u683c ========== *\/\r\n    .restaurants-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(4, 1fr);\r\n      gap: 25px;\r\n      margin-bottom: 40px;\r\n    }\r\n\r\n    .restaurant-card {\r\n      background: white;\r\n      border-radius: 16px;\r\n      overflow: hidden;\r\n      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);\r\n      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n      cursor: pointer;\r\n      position: relative;\r\n      text-decoration: none;\r\n      display: block;\r\n      border: 1px solid #f0f0f0; \/* \u2705 \u6dfb\u52a0\u6de1\u908a\u6846\u589e\u5f37\u5c64\u6b21 *\/\r\n    }\r\n\r\n    .restaurant-card::before {\r\n      content: '';\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      right: 0;\r\n      height: 4px;\r\n      background: linear-gradient(90deg, var(--brand-color), #ffa500);\r\n      transform: scaleX(0);\r\n      transition: transform 0.3s ease;\r\n      z-index: 3; \/* \u2705 \u78ba\u4fdd\u5728\u6700\u4e0a\u5c64 *\/\r\n    }\r\n\r\n    .restaurant-card:hover::before {\r\n      transform: scaleX(1);\r\n    }\r\n\r\n    .restaurant-card:hover {\r\n      transform: translateY(-10px) scale(1.02);\r\n      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);\r\n    }\r\n\r\n    \/* \u54c1\u724c\u984f\u8272\u8b8a\u6578 *\/\r\n    .restaurant-card[data-brand=\"wingfat\"] { --brand-color: #3c664e; }\r\n    .restaurant-card[data-brand=\"namkee\"] { --brand-color: #3d5b58; }\r\n    .restaurant-card[data-brand=\"woping\"] { --brand-color: #891719; }\r\n    .restaurant-card[data-brand=\"saundo\"] { --brand-color: #7d4f21; }\r\n    .restaurant-card[data-brand=\"sixties-mcp\"] { --brand-color: #3d5b58; }\r\n    .restaurant-card[data-brand=\"sixties\"] { --brand-color: #0f410d; }\r\n    .restaurant-card[data-brand=\"supreme\"] { --brand-color: #0693e3; }\r\n\r\n    .card-image-wrapper {\r\n      width: 100%;\r\n      height: 160px;\r\n      overflow: hidden;\r\n      background: #f8f9fa;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      padding: 20px;\r\n      position: relative;\r\n      z-index: 1; \/* \u2705 \u8a2d\u7f6e\u8f03\u4f4e\u7684 z-index *\/\r\n    }\r\n\r\n    .card-image {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: contain;\r\n      transition: transform 0.4s ease;\r\n    }\r\n\r\n    .restaurant-card:hover .card-image {\r\n      transform: scale(1.1);\r\n    }\r\n\r\n    .card-content {\r\n      padding: 20px 18px;\r\n      position: relative;\r\n      z-index: 1;\r\n    }\r\n\r\n    .card-title {\r\n      font-size: 19px;\r\n      font-weight: bold;\r\n      color: #2c3e50;\r\n      text-align: center;\r\n      margin-bottom: 12px;\r\n      text-transform: capitalize;\r\n      transition: color 0.3s ease;\r\n    }\r\n\r\n    .restaurant-card:hover .card-title {\r\n      color: var(--brand-color);\r\n    }\r\n\r\n    .card-divider {\r\n      width: 50px;\r\n      height: 2px;\r\n      background: var(--brand-color);\r\n      margin: 0 auto 15px;\r\n      border-radius: 2px;\r\n      transition: width 0.3s ease;\r\n    }\r\n\r\n    .restaurant-card:hover .card-divider {\r\n      width: 70px;\r\n    }\r\n\r\n    .card-description {\r\n      font-size: 13px;\r\n      color: #666;\r\n      text-align: center;\r\n      line-height: 1.7;\r\n      min-height: 42px;\r\n    }\r\n\r\n    \/* ========== \u5fbd\u7ae0\u88dd\u98fe ========== *\/\r\n    .card-badge {\r\n      position: absolute;\r\n      top: 12px;\r\n      right: 12px;\r\n      background: var(--brand-color);\r\n      color: white;\r\n      padding: 5px 12px;\r\n      border-radius: 16px;\r\n      font-size: 11px;\r\n      font-weight: 600;\r\n      z-index: 10; \/* \u2705 \u63d0\u9ad8 z-index\uff0c\u78ba\u4fdd\u5728\u6700\u4e0a\u5c64 *\/\r\n      opacity: 1; \/* \u2705 \u6539\u70ba\u5e38\u99d0\u986f\u793a *\/\r\n      transform: scale(1); \/* \u2705 \u6539\u70ba\u6b63\u5e38\u5927\u5c0f *\/\r\n      transition: all 0.3s ease;\r\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); \/* \u2705 \u6dfb\u52a0\u9670\u5f71\u589e\u5f37\u5c64\u6b21\u611f *\/\r\n    }\r\n\r\n    .restaurant-card:hover .card-badge {\r\n      transform: scale(1.05); \/* \u2705 hover \u6642\u7a0d\u5fae\u653e\u5927 *\/\r\n      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25); \/* \u2705 hover \u6642\u9670\u5f71\u52a0\u6df1 *\/\r\n    }\r\n\r\n    \/* ========== \u97ff\u61c9\u5f0f\u8a2d\u8a08 ========== *\/\r\n    @media (max-width: 1200px) {\r\n      .restaurants-grid {\r\n        grid-template-columns: repeat(3, 1fr);\r\n        gap: 22px;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 968px) {\r\n      .restaurants-grid {\r\n        grid-template-columns: repeat(2, 1fr);\r\n        gap: 20px;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .restaurant-list-page {\r\n        padding: 40px 15px;\r\n      }\r\n\r\n      .page-title {\r\n        font-size: 32px;\r\n      }\r\n\r\n      .restaurants-grid {\r\n        grid-template-columns: 1fr;\r\n        gap: 20px;\r\n      }\r\n\r\n      .card-image-wrapper {\r\n        height: 140px;\r\n        padding: 18px;\r\n      }\r\n\r\n      .card-content {\r\n        padding: 20px 16px;\r\n      }\r\n\r\n      .card-title {\r\n        font-size: 18px;\r\n      }\r\n\r\n      .card-description {\r\n        font-size: 13px;\r\n        min-height: auto;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .page-title {\r\n        font-size: 26px;\r\n      }\r\n\r\n      .card-image-wrapper {\r\n        height: 130px;\r\n      }\r\n    }\r\n\r\n    \/* ========== \u52d5\u756b\u6548\u679c ========== *\/\r\n    @keyframes fadeInUp {\r\n      from {\r\n        opacity: 0;\r\n        transform: translateY(40px);\r\n      }\r\n      to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n      }\r\n    }\r\n\r\n    @keyframes fadeIn {\r\n      from {\r\n        opacity: 0;\r\n      }\r\n      to {\r\n        opacity: 1;\r\n      }\r\n    }\r\n\r\n    .page-header {\r\n      animation: fadeIn 0.8s ease-out;\r\n    }\r\n\r\n    .restaurant-card {\r\n      animation: fadeInUp 0.6s ease-out;\r\n      animation-fill-mode: both;\r\n    }\r\n\r\n    .restaurant-card:nth-child(1) { animation-delay: 0.1s; }\r\n    .restaurant-card:nth-child(2) { animation-delay: 0.15s; }\r\n    .restaurant-card:nth-child(3) { animation-delay: 0.2s; }\r\n    .restaurant-card:nth-child(4) { animation-delay: 0.25s; }\r\n    .restaurant-card:nth-child(5) { animation-delay: 0.3s; }\r\n    .restaurant-card:nth-child(6) { animation-delay: 0.35s; }\r\n    .restaurant-card:nth-child(7) { animation-delay: 0.4s; }\r\n\r\n    \/* ========== \u61f8\u505c\u6548\u679c\u589e\u5f37 ========== *\/\r\n    .restaurant-card::after {\r\n      content: '';\r\n      position: absolute;\r\n      top: 50%;\r\n      left: 50%;\r\n      width: 0;\r\n      height: 0;\r\n      border-radius: 50%;\r\n      background: rgba(255, 107, 53, 0.1);\r\n      transform: translate(-50%, -50%);\r\n      transition: width 0.6s, height 0.6s;\r\n      z-index: 0;\r\n    }\r\n\r\n    .restaurant-card:hover::after {\r\n      width: 400px;\r\n      height: 400px;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"restaurant-list-page\">\r\n    <div class=\"container\">\r\n      \r\n      <!-- \u9801\u9762\u6a19\u984c -->\r\n      <header class=\"page-header\">\r\n        <h1 class=\"page-title\">\u9910\u5ef3\u5217\u8868<\/h1>\r\n      <\/header>\r\n\r\n      <!-- \u9910\u5ef3\u5361\u7247\u7db2\u683c -->\r\n      <div class=\"restaurants-grid\">\r\n        \r\n        <!-- \u69ae\u767c\u71d2\u5473\u8336\u9910\u5ef3 -->\r\n        <a href=\"https:\/\/wingfatgroup.com\/index.php\/wingfatsiu\/\" class=\"restaurant-card\" data-brand=\"wingfat\">\r\n          <div class=\"card-badge\">\u7d93\u5178\u54c1\u724c<\/div>\r\n          <div class=\"card-image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/09\/\u69ae\u767c\u767d\u5e95.jpg\" \r\n                 alt=\"\u69ae\u767c\u71d2\u5473\u8336\u9910\u5ef3\" \r\n                 class=\"card-image\">\r\n          <\/div>\r\n          <div class=\"card-content\">\r\n            <h2 class=\"card-title\">\u69ae\u767c\u71d2\u5473\u8336\u9910\u5ef3<\/h2>\r\n            <div class=\"card-divider\"><\/div>\r\n            <p class=\"card-description\">\u7d2f\u7a4d\u591a\u5e74\u81ea\u5bb6\u71d2\u5473\u88fd\u4f5c\u70f9\u8abf\u7d93\u9a57 \u958b\u696d20\u591a\u5e74\uff0c\u85aa\u706b\u76f8\u50b3<\/p>\r\n          <\/div>\r\n        <\/a>\r\n\r\n        <!-- \u4e00\u54c1\u5357\u8a18 -->\r\n        <a href=\"https:\/\/wingfatgroup.com\/index.php\/namkee\/\" class=\"restaurant-card\" data-brand=\"namkee\">\r\n          <div class=\"card-badge\">\u50b3\u7d71\u7ca5\u9eb5<\/div>\r\n          <div class=\"card-image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/09\/\u4e00\u54c1\u5357\u8a18\u767d\u5e95.jpg\" \r\n                 alt=\"\u4e00\u54c1\u5357\u8a18\" \r\n                 class=\"card-image\">\r\n          <\/div>\r\n          <div class=\"card-content\">\r\n            <h2 class=\"card-title\">\u4e00\u54c1\u5357\u8a18<\/h2>\r\n            <div class=\"card-divider\"><\/div>\r\n            <p class=\"card-description\">\u4ee5\u65b0\u9bae\u98df\u6750\u63d0\u4f9b\u4e00\u500b\u53ef\u4f9b\u9999\u6e2f\u4eba\u56de\u5473\u50b3\u7d71\u6e2f\u5f0f\u7ca5\u7c89\u9eb5\u7684\u98df\u5e97<\/p>\r\n          <\/div>\r\n        <\/a>\r\n\r\n        <!-- \u548c\u5e73\u9910\u5ba4 -->\r\n        <a href=\"https:\/\/wingfatgroup.com\/index.php\/woping\/\" class=\"restaurant-card\" data-brand=\"woping\">\r\n          <div class=\"card-badge\">\u5bb6\u5ead\u5f0f<\/div>\r\n          <div class=\"card-image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/09\/\u548c\u5e73\u9910\u5ba4\u767d\u5e95.jpg\" \r\n                 alt=\"\u548c\u5e73\u9910\u5ba4\" \r\n                 class=\"card-image\">\r\n          <\/div>\r\n          <div class=\"card-content\">\r\n            <h2 class=\"card-title\">\u548c\u5e73\u9910\u5ba4<\/h2>\r\n            <div class=\"card-divider\"><\/div>\r\n            <p class=\"card-description\">\u5bb6\u5ead\u5f0f\u65b9\u6cd5\u7d93\u71df\u7684\u672c\u571f\u71d2\u81d8\u6e2f\u5f0f\u8336\u9910\u5ef3,\u7528\u5fc3\u4f86\u670d\u52d9\u6bcf\u4e00\u4f4d\u5ba2\u4eba<\/p>\r\n          <\/div>\r\n        <\/a>\r\n\r\n        <!-- \u9957\u4e00\u54c1 -->\r\n        <a href=\"https:\/\/wingfatgroup.com\/index.php\/saundo\/\" class=\"restaurant-card\" data-brand=\"saundo\">\r\n          <div class=\"card-badge\">\u65e5\u672c\u6599\u7406<\/div>\r\n          <div class=\"card-image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u9957\u4e00\u54c1logo3-scaled.jpg\" \r\n                 alt=\"\u9957\u4e00\u54c1\" \r\n                 class=\"card-image\">\r\n          <\/div>\r\n          <div class=\"card-content\">\r\n            <h2 class=\"card-title\">\u9957\u4e00\u54c1<\/h2>\r\n            <div class=\"card-divider\"><\/div>\r\n            <p class=\"card-description\">\u76ee\u6a19\u662f\u4ee5\u6700\u597d\u7684\u670d\u52d9\u548c\u5408\u7406\u7684\u50f9\u683c\u70ba\u5ba2\u6236\u63d0\u4f9b\u512a\u8cea\u7684\u65e5\u672c\u6599\u7406<\/p>\r\n          <\/div>\r\n        <\/a>\r\n\r\n        <!-- \u516d\u5341\u5e74\u83ef -->\r\n        <a href=\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesmcp\/\" class=\"restaurant-card\" data-brand=\"sixties-mcp\">\r\n          <div class=\"card-badge\">\u61f7\u820a\u98a8<\/div>\r\n          <div class=\"card-image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/09\/\u516d\u5341\u5e74\u83ef\u767d\u5e95.jpg\" \r\n                 alt=\"\u516d\u5341\u5e74\u83ef\" \r\n                 class=\"card-image\">\r\n          <\/div>\r\n          <div class=\"card-content\">\r\n            <h2 class=\"card-title\">\u516d\u5341\u5e74\u83ef<\/h2>\r\n            <div class=\"card-divider\"><\/div>\r\n            <p class=\"card-description\">\u4ee5\u61f7\u820a\u6e2f\u5f0f\u8336\u9910\u5ef3\u98df\u54c1\u70ba\u4e3b\u6253 \u5e36\u5927\u5bb6\u56de\u5473\u6614\u65e5\u7684\u9999\u6e2f\u7f8e\u98df<\/p>\r\n          <\/div>\r\n        <\/a>\r\n\r\n        <!-- \u516d\u5341\u5e74\u4ee3 -->\r\n        <a href=\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/\" class=\"restaurant-card\" data-brand=\"sixties\">\r\n          <div class=\"card-badge\">\u7d93\u5178\u6e2f\u5473<\/div>\r\n          <div class=\"card-image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/09\/\u516d\u5341\u5e74\u4ee3\u767d\u5e95.jpg\" \r\n                 alt=\"\u516d\u5341\u5e74\u4ee3\" \r\n                 class=\"card-image\">\r\n          <\/div>\r\n          <div class=\"card-content\">\r\n            <h2 class=\"card-title\">\u516d\u5341\u5e74\u4ee3<\/h2>\r\n            <div class=\"card-divider\"><\/div>\r\n            <p class=\"card-description\">\u820a\u65e5\u60c5\u61f7\uff0c\u9999\u6e2f\u8336\u9910\u5ef3\u7684\u7d93\u5178\u83dc\u5f0f\uff0c\u5e36\u7d66\u4f60\u5bb6\u4e00\u6a23\u7684\u611f\u89ba<\/p>\r\n          <\/div>\r\n        <\/a>\r\n\r\n        <!-- \u6975\u5c1a\u53c9\u71d2 -->\r\n        <a href=\"https:\/\/wingfatgroup.com\/index.php\/supremecharsiu\/\" class=\"restaurant-card\" data-brand=\"supreme\">\r\n          <div class=\"card-badge\">\u5275\u65b0\u71d2\u5473<\/div>\r\n          <div class=\"card-image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/09\/\u6975\u5c1alogo1181-scaled.jpg\" \r\n                 alt=\"\u6975\u5c1a\u53c9\u71d2\" \r\n                 class=\"card-image\">\r\n          <\/div>\r\n          <div class=\"card-content\">\r\n            <h2 class=\"card-title\">\u6975\u5c1a\u53c9\u71d2<\/h2>\r\n            <div class=\"card-divider\"><\/div>\r\n            <p class=\"card-description\">\u50b3\u7d71\u914d\u5408\u5275\u65b0\uff0c\u5e36\u7d66\u5927\u5bb6\u5168\u65b0\u6975\u5c1a\u7f8e\u5473\u7684\u71d2\u5473\u5e97\uff0c\u6975\u5c1a\u6ecb\u5473<\/p>\r\n          <\/div>\r\n        <\/a>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u9910\u5ef3\u5217\u8868 \u9910\u5ef3\u5217\u8868 \u7d93\u5178\u54c1\u724c \u69ae\u767c\u71d2\u5473\u8336\u9910\u5ef3 \u7d2f\u7a4d\u591a\u5e74\u81ea\u5bb6\u71d2\u5473\u88fd\u4f5c\u70f9\u8abf\u7d93\u9a57 \u958b\u696d20\u591a\u5e74\uff0c\u85aa\u706b\u76f8\u50b3 \u50b3\u7d71\u7ca5\u9eb5  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-230","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u9910\u5ef3\u5217\u8868 - \u69ae\u767c\u98f2\u98df\u96c6\u5718<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wingfatgroup.com\/index.php\/list\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u9910\u5ef3\u5217\u8868 - \u69ae\u767c\u98f2\u98df\u96c6\u5718\" \/>\n<meta property=\"og:description\" content=\"\u9910\u5ef3\u5217\u8868 \u9910\u5ef3\u5217\u8868 \u7d93\u5178\u54c1\u724c \u69ae\u767c\u71d2\u5473\u8336\u9910\u5ef3 \u7d2f\u7a4d\u591a\u5e74\u81ea\u5bb6\u71d2\u5473\u88fd\u4f5c\u70f9\u8abf\u7d93\u9a57 \u958b\u696d20\u591a\u5e74\uff0c\u85aa\u706b\u76f8\u50b3 \u50b3\u7d71\u7ca5\u9eb5 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wingfatgroup.com\/index.php\/list\/\" \/>\n<meta property=\"og:site_name\" content=\"\u69ae\u767c\u98f2\u98df\u96c6\u5718\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wingfatgroup\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-13T04:59:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9810\u8a08\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/list\/\",\"url\":\"https:\/\/wingfatgroup.com\/index.php\/list\/\",\"name\":\"\u9910\u5ef3\u5217\u8868 - \u69ae\u767c\u98f2\u98df\u96c6\u5718\",\"isPartOf\":{\"@id\":\"https:\/\/wingfatgroup.com\/#website\"},\"datePublished\":\"2024-09-16T07:07:24+00:00\",\"dateModified\":\"2026-01-13T04:59:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/list\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wingfatgroup.com\/index.php\/list\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/list\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\/\/wingfatgroup.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u9910\u5ef3\u5217\u8868\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wingfatgroup.com\/#website\",\"url\":\"https:\/\/wingfatgroup.com\/\",\"name\":\"\u69ae\u767c\u98f2\u98df\u96c6\u5718\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/wingfatgroup.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wingfatgroup.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-HK\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wingfatgroup.com\/#organization\",\"name\":\"WingFatGroup\",\"url\":\"https:\/\/wingfatgroup.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\/\/wingfatgroup.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u69ae\u767c\u98f2\u98df\u96c6\u5718-1.png\",\"contentUrl\":\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u69ae\u767c\u98f2\u98df\u96c6\u5718-1.png\",\"width\":1462,\"height\":668,\"caption\":\"WingFatGroup\"},\"image\":{\"@id\":\"https:\/\/wingfatgroup.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/wingfatgroup\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u9910\u5ef3\u5217\u8868 - \u69ae\u767c\u98f2\u98df\u96c6\u5718","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wingfatgroup.com\/index.php\/list\/","og_locale":"zh_HK","og_type":"article","og_title":"\u9910\u5ef3\u5217\u8868 - \u69ae\u767c\u98f2\u98df\u96c6\u5718","og_description":"\u9910\u5ef3\u5217\u8868 \u9910\u5ef3\u5217\u8868 \u7d93\u5178\u54c1\u724c \u69ae\u767c\u71d2\u5473\u8336\u9910\u5ef3 \u7d2f\u7a4d\u591a\u5e74\u81ea\u5bb6\u71d2\u5473\u88fd\u4f5c\u70f9\u8abf\u7d93\u9a57 \u958b\u696d20\u591a\u5e74\uff0c\u85aa\u706b\u76f8\u50b3 \u50b3\u7d71\u7ca5\u9eb5 [&hellip;]","og_url":"https:\/\/wingfatgroup.com\/index.php\/list\/","og_site_name":"\u69ae\u767c\u98f2\u98df\u96c6\u5718","article_publisher":"https:\/\/www.facebook.com\/wingfatgroup\/","article_modified_time":"2026-01-13T04:59:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u9810\u8a08\u95b1\u8b80\u6642\u9593":"2 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wingfatgroup.com\/index.php\/list\/","url":"https:\/\/wingfatgroup.com\/index.php\/list\/","name":"\u9910\u5ef3\u5217\u8868 - \u69ae\u767c\u98f2\u98df\u96c6\u5718","isPartOf":{"@id":"https:\/\/wingfatgroup.com\/#website"},"datePublished":"2024-09-16T07:07:24+00:00","dateModified":"2026-01-13T04:59:43+00:00","breadcrumb":{"@id":"https:\/\/wingfatgroup.com\/index.php\/list\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wingfatgroup.com\/index.php\/list\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wingfatgroup.com\/index.php\/list\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/wingfatgroup.com\/"},{"@type":"ListItem","position":2,"name":"\u9910\u5ef3\u5217\u8868"}]},{"@type":"WebSite","@id":"https:\/\/wingfatgroup.com\/#website","url":"https:\/\/wingfatgroup.com\/","name":"\u69ae\u767c\u98f2\u98df\u96c6\u5718","description":"","publisher":{"@id":"https:\/\/wingfatgroup.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wingfatgroup.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-HK"},{"@type":"Organization","@id":"https:\/\/wingfatgroup.com\/#organization","name":"WingFatGroup","url":"https:\/\/wingfatgroup.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/wingfatgroup.com\/#\/schema\/logo\/image\/","url":"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u69ae\u767c\u98f2\u98df\u96c6\u5718-1.png","contentUrl":"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u69ae\u767c\u98f2\u98df\u96c6\u5718-1.png","width":1462,"height":668,"caption":"WingFatGroup"},"image":{"@id":"https:\/\/wingfatgroup.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/wingfatgroup\/"]}]}},"_links":{"self":[{"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/pages\/230","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/comments?post=230"}],"version-history":[{"count":13,"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/pages\/230\/revisions"}],"predecessor-version":[{"id":2294,"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/pages\/230\/revisions\/2294"}],"wp:attachment":[{"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/media?parent=230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}