<!doctype html>
<html
lang="en"

<title>Steam联机服务器搭建-热门游戏开服教程</title>

<meta charset="utf-8" />
<meta name="renderer" content="webkit" />

<meta name="format-detection" content="telephone=no" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta
  name="viewport"
  content="width=device-width, user-scalable=no, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover"
/>
<meta
  name="author"
  content="大BB"
/>
<meta http-equiv="x-dns-prefetch-control" content="on" />
<meta name="site" content="https://lcabk.cn/" />
<!-- OG -->
<meta property="og:image" content="/upload/%E5%A4%B4%E5%83%8F.png" />
<meta property="og:description" content="site.seo.description" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:site_name" content="Steam联机服务器搭建-热门游戏开服教程-null" />
<meta property="og:url" content="https://lcabk.cn/" />
<meta property="og:title" content="Steam联机服务器搭建-热门游戏开服教程" />
<meta property="twitter:partner" content="ogwp" />
<!-- /OG -->



<script id="theme-config-getter">
  const ThemeConfig = {
    theme_mode: "user",
    enable_loading_bar: true,
    enable_footer: true,
    footer_position: "none",
    check_baidu_collect: true,
    baidu_token: "http:\/\/data.zz.baidu.com\/urls?site=https:\/\/lcabk.cn\u0026token=JeWvsiXqSOTFDAm8",
    enable_back2top: true,
    enable_back2top_smooth: true,
    enable_weather: false,
    weather_key: "",
    link_behavior: "default",
    enable_tag_cloud: true,
    tag_cloud_type: document.getElementById('tags-3d') ? '3d' : 'list',
    enable_fixed_header: true,
    enable_clean_mode: false,
    cursor_effect: "off",
    enable_offscreen_tip: false,
    enable_birthday: true,
    birthday: "2021\/11\/11 06:30",
    light_time_scope: "5:00~19:00",
    enable_console_theme: false,
    version: "1.3.0",

    enable_big_banner: false,
    enable_banner: false,
    banner_direction: "horizontal",
    enable_banner_loop: true,
    banner_effect: "slide",
    banner_speed: 500,
    enable_banner_handle: true,
    enable_banner_autoplay: true,
    banner_delay: "3500",
    enable_banner_switch_button: true,
    enable_banner_pagination: true,
    enable_index_list_ajax: false,
    post_index_page_size: false,
    backdrop: "off",
    favicon: "",
    enable_index_list_effect: true,
    index_list_effect_class: "fadeInUp",
    show_loaded_time: false,
    enable_debug: false,
    access_key: false,
    enable_copy: true,
    enable_share: true,
    enable_share_link: true,
    enable_share_weixin: true,
    enable_like: true,
    enable_toc: true,
    enable_progress_bar: true,
    enable_code_expander: false,
    enable_fold_long_code: false,
    enable_comment: true,
    toc_depth: "0",
    enable_code_title: true,
    enable_code_hr: true,
    enable_code_macdot: true,
    enable_code_line_number: false,
    enable_code_newline: false,
    show_tools_when_hover: true,
    enable_code_copy: true,
    enable_copy_right_text: false,
    copy_right_text: "",
    offscreen_title_leave: "\u6B6A\uFF0C\u4F60\u53BB\u54EA\u91CC\u4E86\uFF1F",
    offscreen_title_back: "(\u3064\u30A7\u2282)\u54A6\uFF0C\u53C8\u56DE\u6765\u4E86!",
    enable_journal_effect: true,
    // prettier-ignore
    journal_list_effect_class: "fadeInUp",
    enable_like_journal: true,
    enable_comment_journal: true,
    journal_block_height: "300",
    long_code_height: "800",
    lazyload_avatar: "\/upload\/%E5%A4%B4%E5%83%8F.png",
    photos_layout: 'waterfall',
    // prettier-ignore
    blog_url: "https:\/\/lcabk.cn",
    blog_title: "Steam\u8054\u673A\u670D\u52A1\u5668\u642D\u5EFA-\u70ED\u95E8\u6E38\u620F\u5F00\u670D\u6559\u7A0B",
    // prettier-ignore
    BASE_RES_URL: "\/themes\/theme-Joe3",
    BASE_URL: 'https://bbchin.com',
  };
  //转数字
  ThemeConfig.banner_speed = parseInt(ThemeConfig.banner_speed);
  ThemeConfig.banner_delay = parseInt(ThemeConfig.banner_delay);
  ThemeConfig.toc_depth = parseInt(ThemeConfig.toc_depth);
  ThemeConfig.journal_block_height = parseInt(ThemeConfig.journal_block_height);
  ThemeConfig.long_code_height = parseInt(ThemeConfig.long_code_height);
  ThemeConfig.photos_gap = 10;
  ThemeConfig.enable_photos_effect = true;
</script>



  
<script id="theme-config-getter">
  const PageAttrs = {
    metas_enable_read_limit: "false",
    metas_enable_page_meta: "true",
    metas_enable_passage_tips: "true",
    metas_enable_collect_check: "true",
    metas_use_raw_content: "false",
    metas_enable_comment: "true",
    metas_enable_toc: "true",
    metas_toc_depth: "0",
    // prettier-ignore
    metas_img_max_width: "100%",
    // prettier-ignore
    metas_img_align: "center",
    metas_enable_copy: "true",
    metas_enable_donate: "true",
    metas_enable_share: "true",
    metas_enable_like: "true",
    metas_enable_fold_long_code: "true",
  };
</script>


<script id="compatiable-checker">
  // 兼容性检查
  function detectIE() {
    var n = window.navigator.userAgent,
      e = n.indexOf('MSIE ');
    if (e > 0) {
      return parseInt(n.substring(e + 5, n.indexOf('.', e)), 10);
    }
    if (n.indexOf('Trident/') > 0) {
      var r = n.indexOf('rv:');
      return parseInt(n.substring(r + 3, n.indexOf('.', r)), 10);
    }
    var i = n.indexOf('Edge/');
    return i > 0 && parseInt(n.substring(i + 5, n.indexOf('.', i)), 10);
  }
  detectIE() &&
    (alert('当前站点不支持IE浏览器或您开启了兼容模式,请使用其他浏览器访问或关闭兼容模式。'),
    (location.href = 'https://www.baidu.com'));
</script>

<script id="theme-config-getter" type="text/javascript">
  if (window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1') {
    ThemeConfig['mode'] = 'development';
    console.log(ThemeConfig.mode);
  }

  if (ThemeConfig.mode === 'development') {
    console.log('Joe3主题配置:', ThemeConfig);
    console.log('资源根路径:', ThemeConfig.BASE_RES_URL);
  }
  // 读取主题模式
  var initThemeMode = function () {
    try {
      var curMode = '';
      if (ThemeConfig.theme_mode === 'auto') {
        var light_scope = ThemeConfig.light_time_scope.split('~');
        var now = new Date();
        var today = now.toLocaleString().split(' ')[0];
        var curMode =
          now >= new Date(today + ' ' + light_scope[0]) &&
          now <= new Date(today + ' ' + light_scope[1])
            ? 'light'
            : 'dark';
        localStorage.removeItem('data-mode');
      } else if (ThemeConfig.theme_mode === 'user') {
        // 用户模式下优先从本地取主题模式,默认为浅色
        curMode = localStorage.getItem('data-mode') || 'light';
        localStorage.setItem('data-mode', curMode);
      } else {
        // 非用户模式下直接取后台配置的模式
        curMode = ThemeConfig.theme_mode;
        localStorage.removeItem('data-mode');
      }
      document.querySelector('html').setAttribute('data-mode', curMode);
    } catch (e) {
      console.log(e);
    }
  };
  initThemeMode();
  window.Joe = {
    BASE_API: '',
    isMobile: /windows phone|iphone|android/gi.test(window.navigator.userAgent),
    bloggerGenerateAvatarOpts: (function () {
      let generateAvatarOpts = {};
      let generate_avatar_opts_str = '{bgColor:&#39;&#39;,textColor:&#39;&#39;,useTextGradient:false}';
      if (generate_avatar_opts_str) {
        // generate_avatar_opts_str 示例:{bgColor:'',textColor:'',useTextGradient:false}, 解析 generate_avatar_opts 配置
        try {
          // 防止 &#39; 等特殊字符导致 JSON 解析失败
          const eleTmp = document.createElement('div');
          eleTmp.innerHTML = generate_avatar_opts_str;
          // key 自动加上 "" 防止报错,’ 自动转成 “
          generate_avatar_opts_str = eleTmp.innerHTML
            .replace(/'/g, '"')
            .replace(/([\w]+):/g, '"$1":');
          generateAvatarOpts = JSON.parse(generate_avatar_opts_str);
        } catch (e) {
          console.error(
            'Joe3主题配置:生成文字性头像的配置解析失败,使用默认配置。generate_avatar_opts_str:',
            generate_avatar_opts_str,
            ' ,error:',
            e
          );
        }
      }
      return generateAvatarOpts;
    })(),
    errorImg: function (target, src) {
      const targetSrc = target.getAttribute('src');
      console.log(
        '加载图片失败',
        ' ,srcArg:',
        src,
        ' .target.src:',
        targetSrc,
        ' ,target.alt:',
        target.getAttribute('alt'),
        ' ,target.dataset.errSrc:',
        target.dataset.errSrc,
        ' ,target.dataset.textAvatar:',
        target.dataset.textAvatar
      );

      let generatedTextAvatar;
      let generatedTextAvatarBase64;

      switch (src) {
        case 'HomeErrImg': {
          // 如果 src 是 HomeErrImg 则使用首页配置里配置的文章错误缺省图
          src = '/themes/theme-Joe3/assets/img/default_thumbnail.png';
          break;
        }
        case 'LinksErrImg': {
          // 如果 src 是 LinksErrImg 则使用友链配置里配置的友链默认 logo
          src = target.dataset.errSrc || '/themes/theme-Joe3/assets/img/default_links_logo.png';
          if (
            !src ||
            src === targetSrc ||
            (targetSrc && targetSrc.indexOf('/assets/img/transparent-placeholder.png') !== -1)
          ) {
            if (target.dataset.textAvatar || target.getAttribute('alt')) {
              generatedTextAvatar = target.dataset.textAvatar || target.getAttribute('alt');
              generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar);
              src = generatedTextAvatarBase64;
            } else {
              src = '/themes/theme-Joe3/assets/img/default_links_logo.png';
            }
          }
          break;
        }
        case 'ErrAvatarImg': {
          // 如果 src 是 ErrAvatarImg 则使用博主配置里配置的默认头像
          src = target.dataset.errSrc || '/upload/%E5%A4%B4%E5%83%8F.png';
          if (
            !src ||
            src === targetSrc ||
            (targetSrc && targetSrc.indexOf('/assets/img/transparent-placeholder.png') !== -1)
          ) {
            if (target.dataset.textAvatar || target.getAttribute('alt')) {
              generatedTextAvatar = target.dataset.textAvatar || target.getAttribute('alt');
              generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar);
              src = generatedTextAvatarBase64;
            } else {
              src = '/themes/theme-Joe3/assets/img/peeps-avatar.png';
            }
          }
          break;
        }
        case 'LoadFailedImg': {
          // 如果 src 是 LoadFailedImg 则使用加载失败的图片
          src = target.dataset.errSrc || '/themes/theme-Joe3/assets/img/img_load_failed.jpg';
          break;
        }
      }

      const nowSrc = src || target.dataset.errSrc || '/themes/theme-Joe3/assets/img/Joe3.png';
      if (targetSrc === nowSrc) return;

      if (
        generatedTextAvatarBase64 &&
        generatedTextAvatar &&
        nowSrc === generatedTextAvatarBase64
      ) {
        target.setAttribute('data-generated-text-avatar', generatedTextAvatar);
      } else if (target.getAttribute('data-generated-text-avatar')) {
        target.removeAttribute('data-generated-text-avatar');
      }

      console.log(
        '加载图片失败,使用默认图片:',
        nowSrc,
        ' ,oldSrc:',
        targetSrc,
        ' ,target.alt:',
        target.getAttribute('alt')
      );
      target.setAttribute('onerror', null);
      target.setAttribute('src', nowSrc);
    },
    // 已经加载 transparent-placeholder.png 后替换图片
    loadedPlaceholderReplaceImg: function (target, src) {
      const targetSrc = target.getAttribute('src');
      if (
        !targetSrc ||
        src === targetSrc ||
        targetSrc.indexOf('/assets/img/transparent-placeholder.png') === -1
      ) {
        return;
      }

      console.log(
        '加载图片 transparent-placeholder.png 后替换图片',
        ' ,srcArg:',
        src,
        ' ,target.alt:',
        target.getAttribute('alt'),
        ' ,target.dataset.replaceSrc:',
        target.dataset.replaceSrc,
        ' ,target.dataset.textAvatar:',
        target.dataset.textAvatar
      );

      let generatedTextAvatar;
      let generatedTextAvatarBase64;

      switch (src) {
        case 'LinksImg': {
          // 如果 src 是 LinksImg 则使用友链配置里配置的友链默认 logo
          src = target.dataset.replaceSrc || '/themes/theme-Joe3/assets/img/default_links_logo.png';
          if (!src || src === targetSrc) {
            if (target.dataset.textAvatar || target.getAttribute('alt')) {
              generatedTextAvatar = target.dataset.textAvatar || target.getAttribute('alt');
              generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar);
              src = generatedTextAvatarBase64;
            } else {
              src = '/themes/theme-Joe3/assets/img/default_links_logo.png';
            }
          }
          break;
        }
        case 'AvatarImg': {
          // 如果 src 是 AvatarImg 则使用博主配置里配置的默认头像
          src = target.dataset.replaceSrc || '/upload/%E5%A4%B4%E5%83%8F.png';
          if (!src || src === targetSrc) {
            if (target.dataset.textAvatar || target.getAttribute('alt')) {
              generatedTextAvatar = target.dataset.textAvatar || target.getAttribute('alt');
              target.setAttribute('data-generated-text-avatar', generatedTextAvatar);
              generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar);
              src = generatedTextAvatarBase64;
            } else {
              src = '/themes/theme-Joe3/assets/img/peeps-avatar.png';
            }
          }
          break;
        }
      }

      const nowSrc =
        src || target.dataset.replaceSrc || '/themes/theme-Joe3/assets/img/Joe3.png';
      if (targetSrc === nowSrc) return;

      if (
        generatedTextAvatarBase64 &&
        generatedTextAvatar &&
        nowSrc === generatedTextAvatarBase64
      ) {
        target.setAttribute('data-generated-text-avatar', generatedTextAvatar);
      } else if (target.getAttribute('data-generated-text-avatar')) {
        target.removeAttribute('data-generated-text-avatar');
      }

      console.log('加载替换后的图片:', nowSrc, ' ,target.alt:', target.getAttribute('alt'));
      target.setAttribute('onload', null);
      target.setAttribute('src', nowSrc);
    },
    replaceAllTextAvatarImage: function () {
      console.log('call replaceAllTextAvatarImage');
      const generatedEles = document.querySelectorAll('img[data-generated-text-avatar]');
      generatedEles.forEach(function (ele) {
        const generatedTextAvatar = ele.getAttribute('data-generated-text-avatar');
        const generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar);
        ele.setAttribute('src', generatedTextAvatarBase64);
      });
    },
    // 生成随机颜色函数
    getRandomColor: function (alpha) {
      const letters = '0123456789ABCDEF';
      let color = '#';
      for (let i = 0; i < 6; i++) {
        color += letters[Math.floor(Math.random() * 16)];
      }
      if (alpha !== undefined) {
        return color + (alpha >= 0 && alpha <= 1 ? Math.round(alpha * 255).toString(16) : 'FF');
      }
      return color;
    },
    // 生成随机颜色的文字性头像
    generateTextAvatarImage: function (text, opts) {
      opts = Object.assign({}, Joe.bloggerGenerateAvatarOpts, opts || {});
      opts.fontSize = opts.fontSize || 50;
      opts.font = opts.font || 'Great Vibes';
      opts.canvasRadius = opts.canvasWidth || 1.5 * opts.fontSize;

      // 如果是 var(--xxxx),则说明是 css 配置的变量,需要从html样式中解析成具体值
      if (opts.textColor && /var\(--([\w-]+)\)/.test(opts.textColor)) {
        const match = opts.textColor.match(/var\(--([\w-]+)\)/);
        if (match) {
          let cssVar =
            getComputedStyle(document.documentElement)
              .getPropertyValue('--' + match[1])
              .trim() ||
            getComputedStyle(document.body)
              .getPropertyValue('--' + match[1])
              .trim();
          if (cssVar) {
            opts.textColor = cssVar;
          }
        }
      }

      // 如果是 var(--xxxx),则说明是 css 配置的变量,需要从html样式中解析成具体值
      if (opts.bgColor && /var\(--([\w-]+)\)/.test(opts.bgColor)) {
        const match = opts.bgColor.match(/var\(--([\w-]+)\)/);
        if (match) {
          let cssVar =
            getComputedStyle(document.documentElement)
              .getPropertyValue('--' + match[1])
              .trim() ||
            getComputedStyle(document.body)
              .getPropertyValue('--' + match[1])
              .trim();
          if (cssVar) {
            opts.bgColor = cssVar;
          }
        }
      }

      // 创建一个新的 Canvas 元素
      const canvas = document.createElement('canvas');
      const ctx = canvas.getContext('2d');

      // 设置 Canvas 的尺寸
      canvas.width = opts.canvasRadius;
      canvas.height = opts.canvasRadius;

      if (opts.bgColor) {
        ctx.fillStyle = opts.bgColor;
      } else {
        // 生成随机颜色的渐变背景
        const gradient = ctx.createRadialGradient(
          canvas.width / 2,
          canvas.height / 2,
          0,
          canvas.width / 2,
          canvas.height / 2,
          canvas.width / 2
        );
        gradient.addColorStop(0, Joe.getRandomColor(0.7));
        gradient.addColorStop(1, Joe.getRandomColor(0.7));

        // 绘制渐变背景
        ctx.fillStyle = gradient;
      }

      ctx.beginPath();
      ctx.arc(canvas.width / 2, canvas.height / 2, canvas.width / 2, 0, Math.PI * 2);
      ctx.fill();

      // 设置文本样式
      ctx.font = `${opts.fontSize}px ${opts.font}`;

      if (opts.textColor) {
        ctx.fillStyle = opts.textColor;
      } else if (opts.useTextGradient) {
        // 生成文字的线性渐变
        const textGradient = ctx.createLinearGradient(0, 0, canvas.width, canvas.height);
        textGradient.addColorStop(0, Joe.getRandomColor(0.9)); // 文字的渐变色
        textGradient.addColorStop(1, Joe.getRandomColor(0.9)); // 文字的渐变色
        ctx.fillStyle = textGradient;
      } else if (opts.bgColor) {
        // 设置了背景色,但是没有设置文字颜色,则需要设置默认文字颜色为黑色,防止文字颜色和背景色一致【注;背景色为渐变色,文字能显示出来,因此不需要设置文字颜色】
        // 如果 bgColor 为黑色,则文字颜色设置为白色,否则设置为黑色
        ctx.fillStyle = /(#000000|#000|black)/.test(opts.bgColor) ? '#fff' : '#000';
      }

      ctx.textAlign = 'center';
      ctx.textBaseline = 'middle';

      // 在 Canvas 上绘制文本
      ctx.fillText(text.charAt(0), canvas.width / 2, canvas.height / 2);

      // 返回生成的图片对象 base64 编码
      return canvas.toDataURL();
    },
  };
  ThemeConfig.enable_console_theme &&
    console.log(
      '%cTheme By  Jiewen' + ' | 版本 V' + ThemeConfig.version,
      'padding: 8px 15px;color:#fff;background: linear-gradient(270deg, #986fee, #8695e6, #68b7dd, #18d7d3);border-radius: 0 15px 0 15px;'
    );
</script>


<!--    <th:block th:replace="~{modules/themeSettingVariable :: themeSetting}" />-->
<!--    <th:block th:if="${htmlType == 'post'}">-->
<!--    <th:block th:replace="~{modules/postMetaVariable :: postSetting}" />-->
<!--    </th:block>-->
<link rel="shortcut icon" size="32x32" href="/upload/%E5%A4%B4%E5%83%8F.png" />
<link rel="canonical" href="https://lcabk.cn/" />
<link rel="apple-touch-icon" sizes="180x180" href="/upload/%E5%A4%B4%E5%83%8F.png" />

<style>
  
  @font-face {
      font-family: "Joe Font";
      font-weight: 400;
      font-style: normal;
      font-display: swap;
      
      

  }
  html body {
      --waline-avatar-size: 2.25rem;
      --waline-m-avatar-size: calc(var(--waline-avatar-size) * 9 / 13);
      --waline-theme-color:#00BFFF;
      --waline-active-color: #00BFFF;

      --theme: #00BFFF;
      --wave-color: #fff;
      --scroll-bar: #c0c4cc;
      --loading-bar:  var(--theme);
      --img-max-width: 100%;
      font-family: "Joe Font", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, "sans-serif";
      --halo-comment-widget-base-font-family: "Joe Font", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, "sans-serif";
      --halo-search-widget-base-font-family: "Joe Font", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, "sans-serif";
      --halo-comment-widget-base-color: var(--main);
      --halo-comment-widget-base-info-color:var(--routine);



  }
  html[data-mode='dark'] body {

      --waline-theme-color:#9999ff;
      --waline-active-color: #9999ff;
      --theme: #9999ff;
      --wave-color: #fff;
      --scroll-bar: #c0c4cc;
      --loading-bar: var(--theme);
      --halo-search-widget-color-modal-layer: rgba(10, 11, 12, 0.8);
      --halo-search-widget-color-modal-content-bg: rgb(27, 27, 30);
      --halo-search-widget-color-form-input: rgb(255, 255, 255);
      --halo-search-widget-color-form-input-placeholder: #868686;
      --halo-search-widget-color-form-input-bg: rgb(27, 27, 30);
      --halo-search-widget-color-form-divider: #292929;
      --halo-search-widget-color-result-item-bg: #232323;
      --halo-search-widget-color-result-item-hover-bg: #2b3033;
      --halo-search-widget-color-result-item-title: rgb(255 255 255);
      --halo-search-widget-color-result-item-content: #868686;
      --halo-search-widget-color-command-kbd-item: #868686;
      --halo-search-widget-color-command-kbd-border: #868686;
      --halo-search-widget-color-result-empty: #868686;
      --halo-comment-widget-component-form-input-bg-color: #475569;
      --halo-comment-widget-component-form-input-color: #ffffff;
      --halo-comment-widget-component-form-input-border-color: #495056;
      --halo-comment-widget-component-form-input-border-color-focus: #65a3ff;
      --halo-comment-widget-component-form-input-box-shadow-focus: 0 0 0 0.15em #1c3966;
      --halo-comment-widget-component-form-button-login-bg-color: #334155;
      --halo-comment-widget-component-form-button-login-bg-color-hover: #475569;
      --halo-comment-widget-component-form-button-login-border-color: #475569;
      --halo-comment-widget-component-form-button-submit-border-color: #475569;
      --halo-comment-widget-component-form-button-submit-border-color-hover: #64748b;
      --halo-comment-widget-component-form-button-emoji-color: #cbd5e1;

      --halo-comment-widget-component-comment-item-action-bg-color-hover: #475569;
      --halo-comment-widget-component-comment-item-action-color: #64748b;
      --halo-comment-widget-component-comment-item-action-color-hover: #94a3b8;

      --halo-comment-widget-component-pagination-button-bg-color-hover: #475569;
      --halo-comment-widget-component-pagination-button-bg-color-active: #475569;
      --halo-comment-widget-component-pagination-button-border-color-active: #475569;

      --halo-comment-widget-component-emoji-picker-rgb-color: 222, 222, 221;
      --halo-comment-widget-component-emoji-picker-rgb-accent: 58, 130, 247;
      --halo-comment-widget-component-emoji-picker-rgb-background: 21, 22, 23;
      --halo-comment-widget-component-emoji-picker-rgb-input: 0, 0, 0;
      --halo-comment-widget-component-emoji-picker-color-border: rgba(255, 255, 255, 0.1);
      --halo-comment-widget-component-emoji-picker-color-border-over: rgba(255, 255, 255, 0.2);


  }
  ::-webkit-scrollbar {
      width: 8px;
  }
  ::-webkit-scrollbar-thumb {
      background: var(--scroll-bar);
  }
  
  
  html[data-mode="light"] body {
      background-image: none;
  }
  
  
  
  html[data-mode="dark"] body {
      background-image: none;
  }
  
</style>


  <!-- 加载条 -->
  <link rel="stylesheet" href="/themes/theme-Joe3/assets/lib/nprogress/nprogress.min.css" />
  <style>
    #nprogress .bar {
      height: 3px;
      background: var(--loading-bar);
    }
    #nprogress .peg {
      display: none;
    }
  </style>
  <script src="/themes/theme-Joe3/assets/lib/nprogress/nprogress.min.js"></script>

<link
  rel="preload stylesheet"
  as="style"
  href="/themes/theme-Joe3/assets/css/min/normalize.min.css?v=1.3.0"
/>
<link
  rel="preload stylesheet"
  as="style"
  href="/themes/theme-Joe3/assets/lib/font-awesome/css/font-awesome.min.css"
/>
<link
  rel="preload stylesheet"
  as="style"
  href="//at.alicdn.com/t/font_2788564_crkap1ed9j5.css"
/>
<link
  rel="preload stylesheet"
  as="style"
  href="//at.alicdn.com/t/c/font_4198339_jcoci5bgy7.css"
/>

  <link rel="stylesheet" href="//at.alicdn.com/t/c/font_4696436_kf0ie0ar7xs.css" />

<link
  rel="preload stylesheet"
  as="style"
  href="/themes/theme-Joe3/assets/css/min/theme.min.css?v=1.3.0"
/>
<style>
  #Joe .joe_container {
    max-width: 1320px !important;
  }

  @media (max-width: 1360px) {
    #Joe .joe_container {
      max-width: initial !important;
    }
  }
  @media (max-width: 768px) {
    #Joe .joe_container {
      max-width: initial !important;
    }
  }
</style>
<link rel="stylesheet" href="/themes/theme-Joe3/assets/lib/qmsg/qmsg.css" />
<link
  rel="preload stylesheet"
  as="style"
  href="/themes/theme-Joe3/assets/lib/animate/animate.min.css"
/>


  <link
    rel="preload stylesheet"
    as="style"
    href="/themes/theme-Joe3/assets/lib/prism/prism.min.css"
  />
  <link
    rel="preload stylesheet"
    as="style"
    href="/themes/theme-Joe3/assets/lib/prism/themes/prism-one-dark.css"
  />

<link
  rel="preload stylesheet"
  as="style"
  href="/themes/theme-Joe3/assets/css/min/global.min.css?v=1.3.0"
/>





<link
  rel="preload stylesheet"
  as="style"
  href="/themes/theme-Joe3/assets/css/min/responsive.min.css?v=1.3.0"
/>
<link
  rel="stylesheet"
  href="/themes/theme-Joe3/assets/lib/fancybox/jquery.fancybox.min.css"
/>


<link
  rel="preload stylesheet"
  as="style"
  href="/themes/theme-Joe3/assets/css/min/beauty.min.css?v=1.3.0"
/>


<script src="/themes/theme-Joe3/assets/lib/jquery@3.5.1/jquery.min.js"></script>








<body>
  <div id="Joe">
    
<header class="joe_header">
  <div
    class="joe_header__above topInDown fixed glass"
  >
    <div
      class="joe_container joe_header_container"
    >
      <i class="joe-font joe-icon-caidan joe_header__above-slideicon"></i>
      
        <a
          title="Steam联机服务器搭建-热门游戏开服教程"
          class="joe_header__above-logo"
          href="https://lcabk.cn/"
        >
          <img
            style="border-radius:4px"
            src="/upload/%E5%A4%B4%E5%83%8F.png"
            alt="Steam联机服务器搭建-热门游戏开服教程"
            onerror="Joe.errorImg(this, 'ErrAvatarImg')"
          />
        </a>
      
      <nav
        class="joe_header__above-nav active-shadow active-animate"
      >
        
        <!--        自选导航-->
        
          
            
              
                
                  
<a
  class="item"
  href="https://lcabk.cn/"
  target="_self"
  title="主页"
>
  
    <i
      class="m-icon iconfont icon-home_alt_outline"
    ></i>
  
  主页
</a>

                
                
              
                
                  
<a
  class="item"
  href="/qbyx"
  target="_self"
  title="全部游戏"
>
  
    <i
      class="m-icon iconfont icon-iconfontyouxihudong"
    ></i>
  
  全部游戏
</a>

                
                
              
                
                  
<a
  class="item"
  href="https://www.lcayun.com/cart?fid=10&amp;gid=82&amp;aff=IQITNBPM"
  target="_blank"
  title="莱卡云高频游戏服务器"
>
  
    <i
      class="m-icon iconfont icon-lianjie"
    ></i>
  
  莱卡云高频游戏服务器
</a>

                
                
              
                
                  
<a
  class="item"
  href="https://lcabk.cn/MC"
  target="_self"
  title="我的世界整合包"
>
  
    <i
      class="m-icon iconfont icon-logo"
    ></i>
  
  我的世界整合包
</a>

                
                
              
                
                  
<a
  class="item"
  href="links"
  target="_self"
  title="友情链接"
>
  
    <i
      class="m-icon jiewen joe-icon-zuzhijiagou"
    ></i>
  
  友情链接
</a>

                
                
              
            
          
        
      </nav>

      <div class="joe_header__above-search">
        <!--        <div class="nav_login">-->
        <!--          <th:block th:if="${#authentication.name == 'anonymousUser'}">-->
        <!--          <a href="/console" title="搜索"><i class="jiewen joe-icon-zhanghao"></i></a>-->
        <!--          </th:block>-->
        <!--          <th:block th:if="${#authentication.name != 'anonymousUser'}">-->
        <!--            <th:block th:with="contributor = ${contributorFinder.getContributor(#authentication.name)}">-->
        <!--            <img th:src="${contributor.avatar}" th:title="${contributor.displayName}" th:alt="${contributor.displayName}" onerror="Joe.errorImg(this, 'ErrAvatarImg')" >-->
        <!--            </th:block>-->
        <!--          </th:block>-->
        <!--        </div>-->
        <!--        <input maxlength="16" autocomplete="off" placeholder="请输入关键字..." name="keyword" value="" class="input" type="text">-->
        <button
          type="submit"
          id="halo-search"
          class="submit"
          style="border-radius: 17px 17px 17px 17px"
          aria-label="搜索按钮"
        >
          <i class="joe-font joe-icon-search"></i>
        </button>
        <!--        <span class="icon"></span>-->
        
        <!--        <nav class="result">-->
        <!--          <a href="archives/ce-shi-wen-zhang.html" title="测试文章" class="item">-->
        <!--            <span class="sort">1</span>-->
        <!--            <span class="text">测试文章</span>-->
        <!--          </a>-->
        <!--          <a href="archives/hello-halo.html" title="Hello Halo" class="item">-->
        <!--            <span class="sort">2</span>-->
        <!--            <span class="text">Hello Halo</span>-->
        <!--          </a>-->
        <!--        </nav>-->
      </div>

      <a href="javascript:SearchWidget.open()" title="搜索"
        ><i class="joe-font joe-icon-search joe_header__above-searchicon"></i
      ></a>
    </div>
  </div>

  <div class="joe_header__slideout">
    <div class="joe_header__slideout-wrap">
      <img
        width="100%"
        height="150"
        class="joe_header__slideout-image"
        src="/themes/theme-Joe3/assets/img/author_bg.jpg"
        alt="侧边栏壁纸"
        onerror="Joe.errorImg(this)"
      />
      <div class="joe_header__slideout-author">
        <img
          width="50"
          height="50"
          class="avatar ls-is-cached lazyloaded"
          data-src="/upload/%E5%A4%B4%E5%83%8F.png"
          src="/upload/%E5%A4%B4%E5%83%8F.png"
          alt="博主头像"
          data-text-avatar="Steam联机服务器搭建-热门游戏开服教程"
          onload="Joe.loadedPlaceholderReplaceImg(this, 'AvatarImg')"
          onerror="Joe.errorImg(this, 'ErrAvatarImg')"
        />
        <div class="info">
          <a
            class="link"
            href="https://lcabk.cn/"
            target="_blank"
            rel="noopener noreferrer nofollow"
            >Steam联机服务器搭建-热门游戏开服教程<img
              class="level"
              src="/themes/theme-Joe3/assets/svg/level_1.svg"
              alt="博主等级"
          /></a>

          <p class="motto joe_motto">大BB开服教学 QQ交流群1050302868</p>
        </div>
      </div>
      <ul class="joe_header__slideout-count">
        <li class="item">
          <i class="jiewen joe-icon-danganguanli"></i>
          <span>累计撰写 <strong>248</strong> 篇文章</span>
        </li>
        
          <li class="item">
            <i class="joe-font joe-icon-remen"></i>
            <span>累计创建 <strong>53</strong> 个标签</span>
          </li>
        
        
          <li class="item">
            <i class="joe-font joe-icon-message"></i>
            <span>累计收到 <strong>0</strong> 条评论</span>
          </li>
        
        
      </ul>
      <ul class="joe_header__slideout-menu panel-box">
        <li>
          <a class="link panel in" href="#" rel="nofollow">
            <span>栏目</span>
            <i class="joe-font joe-icon-arrow-right"></i>
          </a>
          <ul class="slides panel-body panel-box panel-side-menu" style="display: block">
            
            
              
                
                  
                    
                      <li>
                        <a
                          class="link"
                          href="https://lcabk.cn/"
                          target="_self"
                          title="主页"
                          >主页</a
                        >
                      </li>
                    
                    
                  
                    
                      <li>
                        <a
                          class="link"
                          href="/qbyx"
                          target="_self"
                          title="全部游戏"
                          >全部游戏</a
                        >
                      </li>
                    
                    
                  
                    
                      <li>
                        <a
                          class="link"
                          href="https://www.lcayun.com/cart?fid=10&amp;gid=82&amp;aff=IQITNBPM"
                          target="_blank"
                          title="莱卡云高频游戏服务器"
                          >莱卡云高频游戏服务器</a
                        >
                      </li>
                    
                    
                  
                    
                      <li>
                        <a
                          class="link"
                          href="https://lcabk.cn/MC"
                          target="_self"
                          title="我的世界整合包"
                          >我的世界整合包</a
                        >
                      </li>
                    
                    
                  
                    
                      <li>
                        <a
                          class="link"
                          href="links"
                          target="_self"
                          title="友情链接"
                          >友情链接</a
                        >
                      </li>
                    
                    
                  
                
              
            
          </ul>
        </li>
      </ul>
    </div>
  </div>

  <div class="joe_header__searchout">
    <a href="javascript:SearchWidget.open()" title="搜索"></a>
    <!--    <div class="joe_container">-->

    <!--      <div class="joe_header__searchout-inner">-->
    <!--        <form class="joe_header__above-search-mobile" method="get" action="http://localhost:8093/search">-->
    <!--          <input maxlength="16" autocomplete="off" placeholder="请输入关键字..." name="keyword" value="" class="input" type="text">-->
    <!--          <button type="submit" class="submit">搜索</button>-->
    <!--        </form>-->
    <!--      </div>-->
    <!--    </div>-->
  </div>

  <div class="joe_header__toc">
    <div class="joe_header__toc-wrap">
      <div class="toc_top">
        <h3>目 录<span>CONTENT</span></h3>
        <img
          width="100%"
          height="150"
          src="/themes/theme-Joe3/assets/img/context_bg.png"
          alt="文章目录"
          onerror="Joe.errorImg(this)"
        />
      </div>
      <div id="js-toc-mobile" class="toc"></div>
    </div>
  </div>

  <div class="joe_header__mask"></div>
</header>

    <div
      class="joe_container joe_main_container page-sheet animated showInUp "
    >
      <div class="joe_main">
        <div
          class="joe_detail"
        >
          <h1
            class="joe_detail__title txt-shadow"
          >
            全部游戏
          </h1>
          
            <div class="joe_detail__count">
              <div class="joe_detail__count-information">
                <img
                  width="35"
                  height="35"
                  class="avatar lazyload"
                  src="/upload/%E5%A4%B4%E5%83%8F.png"
                  data-src="/upload/05e0238d-3596-4c05-b39e-f026c4c41c08.png"
                  alt="Administrator"
                  onerror="Joe.errorImg(this, 'ErrAvatarImg')"
                />
                <div class="meta">
                  <div class="author">
                    <a
                      class="link"
                      href="/authors/lcayun"
                      title="Administrator"
                      >Administrator</a
                    >
                  </div>
                  <div class="item">
                    <span class="text"
                      >2024-09-26</span
                    >
                    <span class="line">/</span>
                    
                      <span class="text">0 评论</span>
                    
                    
                    <span class="line">/</span>
                    <span class="text">3065 阅读</span>
                    <span class="line">/</span>
                    
                      <span class="text">16769 字</span>
                    
                    
                      <span class="line">/</span>
                      <span class="text" id="joe_baidu_record">正在检测是否收录...</span>
                    
                  </div>
                </div>
              </div>
              <time
                class="joe_detail__count-created"
                datetime="09/26"
                >09/26</time
              >
            </div>
          

          <article
            class="joe_detail__article animated fadeIn center-img     "
          >
            <div id="singlePage-inner">
              
                <div style="overflow-x: auto; overflow-y: hidden;"><table style="width: 960px"><colgroup><col style="width: 237px"><col style="width: 255px"><col style="width: 241px"><col style="width: 227px"></colgroup><tbody><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1742464705252" target="_self"><img src="/upload/图标-ztfa.png" width="60px" height="60px" style="display: inline-block"><span style="font-size: 30px"><strong>TeamSpeak 3</strong></span></a></p></td><th colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1728112517002" target="_blank"><img src="/upload/%E5%9B%BE%E6%A0%87-ydkx.png" alt="图标-ydkx.png" width="154px" height="62px" style="display: inline-block"><span style="font-size: 30px"><strong>七日杀</strong></span></a></p></th><th colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1728380179815" target="_self"><img src="/upload/图标-uiak.png" width="63px" height="62px" style="display: inline-block"><span style="font-size: 30px"><strong>僵尸毁灭工程</strong></span></a></p></th><th colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1728894401616" target="_self"><img src="/upload/图标-rquc.png" width="46px" height="55px" style="display: inline-block"><span style="font-size: 30px">饥荒</span></a></p></th></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1729945368926" target="_self"><img src="/upload/图标_头-dtod.png" width="40px" height="40px" style="display: inline-block"><span style="font-size: 30px"><strong>幻兽帕鲁</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1730449128069" target="_self"><img src="/upload/1.png" width="40px" height="41px" style="display: inline-block"><span style="font-size: 30px"><strong>森林</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1738911689782" target="_self"><img src="/upload/图标-rpox.png" width="17px" height="42px" style="display: inline-block"><span style="font-size: 30px"><strong>森林之子</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1735029708740" target="_self"><img src="/upload/图标-ntsp.png" width="30px" height="40px" style="display: inline-block"><span style="font-size: 30px"><strong>英灵神殿</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1735800606660" target="_self"><span style="font-size: 30px"><img src="/upload/图标-ypel.png" width="39px" height="38px" style="display: inline-block"><strong>雾锁王国</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1735894418161" target="_self"><img src="/upload/图标-quev.png" width="36px" height="44px" style="display: inline-block"><span style="font-size: 30px"><strong>翼星求生</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1736157610593" target="_self"><img src="/upload/图标-oqua.png" width="42px" height="44px" style="display: inline-block"><span style="font-size: 30px"><strong>流放者柯南</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1733740073508" target="_self"><img src="/upload/215c949156daaa20244411bbbb7713ba34d96e06_400x225_副本-zpzc.png" width="23px" height="44px" style="display: inline-block"><span style="font-size: 30px"><strong>求生之路2</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1739102514314" target="_self"><img src="/upload/图标-ellp.png" width="61px" height="61px" style="display: inline-block"><span style="font-size: 30px"><strong>泰拉瑞亚</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><span style="font-size: 30px"><strong><img src="/upload/图标-mynv.png" width="86px" height="56px" style="display: inline-block"></strong></span><a href="https://lcabk.cn/archives/1740564269779" target="_self"><span style="font-size: 30px"><strong>方舟:生存进化</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1742812895673" target="_self"><img src="/upload/图标-icaj.png" width="83px" height="61px" style="display: inline-block"><span style="font-size: 30px"><strong>方舟:生存飞升</strong></span></a></p></td><th colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1727334299625" target="_blank"><span fontsize="" color="rgb(37, 99, 235)" style="color: rgb(37, 99, 235)"><img src="/upload/海上狼人杀图标.png" width="149px" height="61px" style="display: inline-block"></span><span style="font-size: 30px"><strong>海上狼人杀</strong></span></a></p></th></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1743064890867" target="_self"><img src="/upload/图标-pnrq.png" width="61px" height="62px" style="display: inline-block"><span style="font-size: 30px"><strong>帝国神话</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1744187277971" target="_self"><img src="/upload/图标-inyg.png" width="60px" height="61px" style="display: inline-block"><span style="font-size: 30px"><strong>腐蚀</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1747126536227" target="_self"><img src="/upload/地狱已满图标-xanf.png" width="69px" height="62px" style="display: inline-block"><span style="font-size: 30px"><strong>地狱已满</strong></span></a></p></td><th colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1745908302293" target="_self"><img src="/upload/图标-rjzp.png" width="47px" height="62px" style="display: inline-block"><span style="font-size: 30px">夜族崛起</span></a></p></th></tr><tr style="height: 60px;"><th colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1747215133441" target="_self"><img src="/upload/叛乱:沙漠风暴图标-bvft.png" width="70px" height="69px" style="display: inline-block"><span style="font-size: 30px"><strong>叛乱:沙漠风暴</strong></span></a></p></th><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1746598446848" target="_self"><img src="/upload/异星探险家图标-kwwv.png" width="72px" height="68px" style="display: inline-block"><span style="font-size: 30px"><strong>异星探险家</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1746713651836" target="_self"><img src="/upload/幸福工厂图标-dgov.png" width="67px" height="67px" style="display: inline-block"><span style="font-size: 30px"><strong>幸福工厂</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1747119729399" target="_self"><img src="/upload/非生物图标-wjck.ico" width="67px" height="67px" style="display: inline-block"><span style="font-size: 30px"><strong>非生物因素</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1745381734710" target="_self"><img src="/upload/图标-zbfu.png" width="66px" height="67px" style="display: inline-block"><span style="font-size: 30px"><strong>未转变者</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1748243776985" target="_self"><img src="/upload/秘密实验室图标-hmgr.png" width="86px" height="71px" style="display: inline-block"><span style="font-size: 30px"><strong>SCP秘密实验室</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1746954754946" target="_self"><img src="/upload/杀戮空间2图标-ofjm.png" width="71px" height="71px" style="display: inline-block"><span style="font-size: 30px"><strong>杀戮空间2</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1746529690126" target="_self"><img src="/upload/dayz图标-dvla.jpg" width="68px" height="68px" style="display: inline-block"><span style="font-size: 30px"><strong>Dayz</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1748771346151" target="_self"><img src="/upload/灵魂面甲图标-xinw.png" width="88px" height="75px" style="display: inline-block"><span style="font-size: 30px"><strong>灵魂面甲</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1749809624394" target="_self"><span style="font-size: 30px"><img src="/upload/图标-yayh.png" width="63px" height="73px" style="display: inline-block"><strong>人道主义Z</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1749980911626" target="_self"><img src="/upload/1701182934-1679c529e5812dc-mipr.webp" width="75px" height="75px" style="display: inline-block"><span style="font-size: 30px"><strong>潜渊症</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1751441758028" target="_self"><img src="/upload/人渣图标-svtl.png" width="76px" height="76px" style="display: inline-block"><span style="font-size: 30px"><strong>人渣</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1752249846283" target="_self"><img src="/upload/MC图标-yipa.png" width="80px" height="92px" style="display: inline-block"><span style="font-size: 30px"><strong>我的世界</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1752487730410" target="_self"><img src="/upload/死亡之夜图标.png" width="147px" height="91px" style="display: inline-block"><span style="font-size: 30px"><strong>死亡之夜</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1753182403393" target="_self"><img src="/upload/favicon.png" width="89px" height="89px" style="display: inline-block"><span style="font-size: 30px"><strong>异星工厂</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1753435495044" target="_self"><img src="/upload/无人生还博客图标-vwwl.webp" width="154px" height="87px" style="display: inline-block"><span style="font-size: 30px"><strong>无人生还</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1753783389271" target="_self"><img src="/upload/奈斯启示录图标-wrpx.png" width="84px" height="82px" style="display: inline-block"><span style="font-size: 30px"><strong>奈斯启示录</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1753786710492" target="_self"><img src="/upload/欧洲卡车模拟器2图标-rcwl.png" width="82px" height="82px" style="display: inline-block"><span style="font-size: 30px"><strong>欧洲卡车模拟器2</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1753948599389" target="_self"><img src="/upload/美国卡车模拟图标-hvla.png" width="89px" height="82px" style="display: inline-block"><span style="font-size: 30px"><strong>美国卡车模拟</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1756022019881" target="_self"><img src="/upload/图标-lcax.png" width="86px" height="82px" style="display: inline-block"><span style="font-size: 30px"><strong>盖瑞模组</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1757667965861" target="_self"><img src="/upload/太空工程师图标.png" width="72px" height="78px" style="display: inline-block"><span style="font-size: 30px"><strong>太空工程师</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1758022349422" target="_self"><img src="/upload/创世理想乡图标-fwoa.png" width="78px" height="78px" style="display: inline-block"><span style="font-size: 30px"><strong>创世理想乡</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1758451110359" target="_self"><img src="/upload/隆冬图标-gzwd.png" width="80px" height="78px" style="display: inline-block"><span style="font-size: 30px"><strong>隆冬</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1762160002984" target="_self"><img src="/upload/星露谷物语图标-mwhf.png" width="78px" height="78px" style="display: inline-block"><span style="font-size: 30px"><strong>星露谷物语</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1762318460013" target="_self"><span style="font-size: 30px"><strong><img src="/upload/VEIN图标-fylm.jpg" width="127px" height="81px" style="display: inline-block">VEIN</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1762329313667" target="_self"><img src="/upload/前线图标-drve.png" width="102px" height="90px" style="display: inline-block"><span style="font-size: 30px"><strong>前线</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1763705163901" target="_self"><img src="/upload/微信图片_20251121140418_520_46-uqhu.png" width="89px" height="89px" style="display: inline-block"><span style="font-size: 30px"><strong>反恐精英2</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1764746111271" target="_self"><img src="/upload/深海迷航图标-bahc.jpeg" width="89px" height="89px" style="display: inline-block"><span style="font-size: 30px"><strong>深海迷航</strong></span></a></p></td></tr><tr style="height: 60px;"><td colspan="1" rowspan="1" colwidth="237"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1764826225734" target="_self"><img src="/upload/边缘世界图标-kayx.png" width="95px" height="93px" style="display: inline-block"><span style="font-size: 30px"><strong>边缘世界</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="255"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1764835192879" target="_self"><img src="/upload/星界边境图标-toee.png" width="93px" height="93px" style="display: inline-block"><span style="font-size: 30px"><strong>星界边境</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="241"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1765001660951" target="_self"><img src="/upload/护核纪元图标-haby.png" width="89px" height="93px" style="display: inline-block"><span style="font-size: 30px"><strong>护核纪元</strong></span></a></p></td><td colspan="1" rowspan="1" colwidth="227"><p style="text-align: center; ; "><a href="https://lcabk.cn/archives/1765256372794" target="_self"><img src="/upload/%E9%9B%B7%E9%9C%86%E4%B8%80%E5%87%BB%E5%9B%BE%E6%A0%87.png" alt="雷霆一击图标.png" width="93px" height="93px" style="display: inline-block"><span style="font-size: 30px"><strong>雷霆一击</strong></span></a></p></td></tr></tbody></table></div><p style=""></p><p style=""></p><p style=""></p>
              
              
            </div>
            
          </article>
        </div>
        
          <div class="joe_comment">
            
            
              
<div class="joe_comment_box">
  <div class="box_title">
    <h2>评论区</h2>
  </div>
  
    <div id="comment-content-halo-run-SinglePage-001ed7cb-c1b2-4635-89be-a8f9707d014c"></div>
  
  
</div>

            
          </div>
        
        
      </div>

      
        
<aside
  class="joe_aside"
>
  
    
      
        <!--        博主信息-->
        

<section class="joe_aside__item author">
  <img
    width="100%"
    height="120"
    class="image lazyload"
    src="/themes/theme-Joe3/assets/img/author_bg.jpg"
    alt="博主栏壁纸"
    onerror="Joe.errorImg(this)"
  />
  <div class="user">
    <div
      class="avatar_wrapper circle"
    >
      <img
        class="avatar lazyload"
        data-src="/upload/%E5%A4%B4%E5%83%8F.png"
        src="/upload/%E5%A4%B4%E5%83%8F.png"
        alt="博主头像"
        data-text-avatar="大BB"
        onload="Joe.loadedPlaceholderReplaceImg(this, 'AvatarImg')"
        onerror="Joe.errorImg(this, 'ErrAvatarImg')"
      />
      
      
    </div>
    <a class="link" href="https://lcabk.cn/" target="_blank" rel="noopener noreferrer nofollow">
      大BB<img
        class="level"
        src="/themes/theme-Joe3/assets/svg/level_1.svg"
        alt="博主等级"
      />
    </a>
    
      <p class="motto joe_motto">大BB开服教学 QQ交流群1050302868</p>
    
    

    <!--    <p class="motto joe_motto">${user.description!'一句话介绍自己吧!'}</p>-->
  </div>
  <div class="count">
    <!--  <div class="item" th:title="'累计访问数 '+${stats.visit}">-->
    <!--    <span class="num">108756</span>-->
    <!--    <span>访问量</span>-->
    <!--  </div>-->
    <!--    搭配A-->
    
    <!--    搭配B-->
    
    <!--    搭配C-->
    
      <div class="item" title="累计分类数 54">
        <span class="num">54</span>
        <span>分类数</span>
      </div>
      <div class="item" title="累计文章数 248">
        <span class="num">248</span>
        <span>文章数</span>
      </div>
      
        <div class="item" title="累计评论数 0">
          <span class="num">0</span>
          <span>评论数</span>
        </div>
      
      
    
    <!--    搭配D-->
    
  </div>
  
  
  
    <canvas id="canvas-strips" width="300" height="340"></canvas>
    <script src="/themes/theme-Joe3/assets/effect/bg/strips.js"></script>
    
  
</section>


      
      
      
      
      
      
      
      
      
      
    
  
    
      
      
      
      
      
        <!--        最新文章-->
        

<section class="joe_aside__item newest">
  <div class="joe_aside__item-title">
    <i class="joe-font joe-icon-huo"></i>
    <span class="text">最新文章</span>
  </div>
  <div class="joe_aside__item-contain">
    <ul class="list">
      
        
          
            <li class="item">
              <a class="link" href="/archives/1766477203923"
                >星界边境服务器获取管理员权限教程</a
              >
              <i class="joe-font joe-icon-link"></i>
            </li>
            <li class="item">
              <a class="link" href="/archives/1766473865637"
                >星界边境服务器配置文件starbound_server.config讲解</a
              >
              <i class="joe-font joe-icon-link"></i>
            </li>
            <li class="item">
              <a class="link" href="/archives/1766471071290"
                >星界边境服务器安装模组教程</a
              >
              <i class="joe-font joe-icon-link"></i>
            </li>
            <li class="item">
              <a class="link" href="/archives/1766130463189"
                >深海迷航服务器获取管理员权限教程</a
              >
              <i class="joe-font joe-icon-link"></i>
            </li>
            <li class="item">
              <a class="link" href="/archives/1764757666070"
                >深海迷航存档位置</a
              >
              <i class="joe-font joe-icon-link"></i>
            </li>
          
        
      
    </ul>
  </div>
</section>


      
      
      
      
      
      
    
  
    
      
      
      
      
        <!--        音乐播放器-->
        

  <section class="joe_aside__item timelife">
    <div class="joe_aside__item-title">
      <i class="joe-font joe-icon-yinfu"></i>
      <span class="text">我的歌单</span>
    </div>
    <div
      id="aplayer"
      class="aplayer"
      data-id="5245418283"
      list-max-height="20px"
      data-server="netease"
      data-type="playlist"
      data-fixed="false"
      data-listfolded="true"
      data-order="random"
      data-mode="#f3f3f7"
    ></div>
  </section>


      
      
      
      
      
      
      
    
  
    
      
      
      
      
      
      
      
      
        <!--        标签云-->
        
<section class="joe_aside__item tags-cloud" id="tags-cloud">
  <div class="joe_aside__item-title">
    <i class="joe-font joe-icon-tag"></i>
    <span class="text">标签云</span>

    <a class="tags_more" href="/tags">更多<i class="joe-font joe-icon-more-right"></i></a>
  </div>
  <div class="joe_aside__item-contain">
    <div
      class="tags-cloud-list responsive"
    >
      
        <a
          data-url="/tags/lei-ting-yi-ji"
          data-label="雷霆一击"
          href="/tags/lei-ting-yi-ji"
          title="雷霆一击"
          >雷霆一击</a
        ><a
          data-url="/tags/hu-he-ji-yuan"
          data-label="护核纪元"
          href="/tags/hu-he-ji-yuan"
          title="护核纪元"
          >护核纪元</a
        ><a
          data-url="/tags/xing-jie-bian-jing"
          data-label="星界边境"
          href="/tags/xing-jie-bian-jing"
          title="星界边境"
          >星界边境</a
        ><a
          data-url="/tags/bian-yuan-shi-jie"
          data-label="边缘世界"
          href="/tags/bian-yuan-shi-jie"
          title="边缘世界"
          >边缘世界</a
        ><a
          data-url="/tags/shen-hai-mi-hang"
          data-label="深海迷航"
          href="/tags/shen-hai-mi-hang"
          title="深海迷航"
          >深海迷航</a
        ><a
          data-url="/tags/fan-kong-jing-ying-2"
          data-label="反恐精英2"
          href="/tags/fan-kong-jing-ying-2"
          title="反恐精英2"
          >反恐精英2</a
        ><a
          data-url="/tags/qian-xian"
          data-label="前线"
          href="/tags/qian-xian"
          title="前线"
          >前线</a
        ><a
          data-url="/tags/vein"
          data-label="VEIN"
          href="/tags/vein"
          title="VEIN"
          >VEIN</a
        ><a
          data-url="/tags/xing-lu-gu-wu-yu"
          data-label="星露谷物语"
          href="/tags/xing-lu-gu-wu-yu"
          title="星露谷物语"
          >星露谷物语</a
        ><a
          data-url="/tags/long-dong"
          data-label="隆冬"
          href="/tags/long-dong"
          title="隆冬"
          >隆冬</a
        ><a
          data-url="/tags/chuang-shi-li-xiang-xiang"
          data-label="创世理想乡"
          href="/tags/chuang-shi-li-xiang-xiang"
          title="创世理想乡"
          >创世理想乡</a
        ><a
          data-url="/tags/tai-kong-gong-cheng-shi"
          data-label="太空工程师"
          href="/tags/tai-kong-gong-cheng-shi"
          title="太空工程师"
          >太空工程师</a
        ><a
          data-url="/tags/gai-rui-mo-zu"
          data-label="盖瑞模组"
          href="/tags/gai-rui-mo-zu"
          title="盖瑞模组"
          >盖瑞模组</a
        ><a
          data-url="/tags/mei-guo-qia-che-mo-ni"
          data-label="美国卡车模拟"
          href="/tags/mei-guo-qia-che-mo-ni"
          title="美国卡车模拟"
          >美国卡车模拟</a
        ><a
          data-url="/tags/ou-zhou-qia-che-mo-ni-qi-2"
          data-label="欧洲卡车模拟器2"
          href="/tags/ou-zhou-qia-che-mo-ni-qi-2"
          title="欧洲卡车模拟器2"
          >欧洲卡车模拟器2</a
        ><a
          data-url="/tags/nai-si-qi-shi-lu"
          data-label="奈斯启示录"
          href="/tags/nai-si-qi-shi-lu"
          title="奈斯启示录"
          >奈斯启示录</a
        ><a
          data-url="/tags/wu-ren-sheng-huan"
          data-label="无人生还"
          href="/tags/wu-ren-sheng-huan"
          title="无人生还"
          >无人生还</a
        ><a
          data-url="/tags/yi-xing-gong-han"
          data-label="异星工厂"
          href="/tags/yi-xing-gong-han"
          title="异星工厂"
          >异星工厂</a
        ><a
          data-url="/tags/si-wang-zhi-ye"
          data-label="死亡之夜"
          href="/tags/si-wang-zhi-ye"
          title="死亡之夜"
          >死亡之夜</a
        ><a
          data-url="/tags/wo-de-shi-jie"
          data-label="我的世界"
          href="/tags/wo-de-shi-jie"
          title="我的世界"
          >我的世界</a
        ><a
          data-url="/tags/ren-zha"
          data-label="人渣"
          href="/tags/ren-zha"
          title="人渣"
          >人渣</a
        ><a
          data-url="/tags/qian-yuan-zheng"
          data-label="潜渊症"
          href="/tags/qian-yuan-zheng"
          title="潜渊症"
          >潜渊症</a
        ><a
          data-url="/tags/ren-dao-zhu-yi-z"
          data-label="人道主义Z"
          href="/tags/ren-dao-zhu-yi-z"
          title="人道主义Z"
          >人道主义Z</a
        ><a
          data-url="/tags/ling-hun-mian-jia"
          data-label="灵魂面甲"
          href="/tags/ling-hun-mian-jia"
          title="灵魂面甲"
          >灵魂面甲</a
        ><a
          data-url="/tags/scpmi-mi-shi-yan-shi"
          data-label="SCP秘密实验室"
          href="/tags/scpmi-mi-shi-yan-shi"
          title="SCP秘密实验室"
          >SCP秘密实验室</a
        ><a
          data-url="/tags/pan-luan-sha-mo-feng-bao"
          data-label="叛乱:沙漠风暴"
          href="/tags/pan-luan-sha-mo-feng-bao"
          title="叛乱:沙漠风暴"
          >叛乱:沙漠风暴</a
        ><a
          data-url="/tags/di-yu-yi-man"
          data-label="地狱已满"
          href="/tags/di-yu-yi-man"
          title="地狱已满"
          >地狱已满</a
        ><a
          data-url="/tags/fei-sheng-wu-yin-su"
          data-label="非生物因素"
          href="/tags/fei-sheng-wu-yin-su"
          title="非生物因素"
          >非生物因素</a
        ><a
          data-url="/tags/sha-lu-kong-jian-2"
          data-label="杀戮空间2"
          href="/tags/sha-lu-kong-jian-2"
          title="杀戮空间2"
          >杀戮空间2</a
        ><a
          data-url="/tags/xing-fu-gong-han"
          data-label="幸福工厂"
          href="/tags/xing-fu-gong-han"
          title="幸福工厂"
          >幸福工厂</a
        ><a
          data-url="/tags/yi-xing-tan-xian-jia"
          data-label="异星探险家"
          href="/tags/yi-xing-tan-xian-jia"
          title="异星探险家"
          >异星探险家</a
        ><a
          data-url="/tags/dayz"
          data-label="Dayz"
          href="/tags/dayz"
          title="Dayz"
          >Dayz</a
        ><a
          data-url="/tags/ye-zu-jue-qi"
          data-label="夜族崛起"
          href="/tags/ye-zu-jue-qi"
          title="夜族崛起"
          >夜族崛起</a
        ><a
          data-url="/tags/wei-zhuan-bian-zhe"
          data-label="未转变者"
          href="/tags/wei-zhuan-bian-zhe"
          title="未转变者"
          >未转变者</a
        ><a
          data-url="/tags/fu-shi"
          data-label="腐蚀"
          href="/tags/fu-shi"
          title="腐蚀"
          >腐蚀</a
        ><a
          data-url="/tags/fang-zhou-sheng-cun-fei-sheng"
          data-label="方舟:生存飞升"
          href="/tags/fang-zhou-sheng-cun-fei-sheng"
          title="方舟:生存飞升"
          >方舟:生存飞升</a
        ><a
          data-url="/tags/di-guo-shen-hua"
          data-label="帝国神话  "
          href="/tags/di-guo-shen-hua"
          title="帝国神话  "
          >帝国神话  </a
        ><a
          data-url="/tags/teamspeak3"
          data-label="teamspeak3"
          href="/tags/teamspeak3"
          title="teamspeak3"
          >teamspeak3</a
        ><a
          data-url="/tags/fang-zhou-jin-hua"
          data-label="方舟进化"
          href="/tags/fang-zhou-jin-hua"
          title="方舟进化"
          >方舟进化</a
        ><a
          data-url="/tags/tai-la-rui-ya"
          data-label="泰拉瑞亚"
          href="/tags/tai-la-rui-ya"
          title="泰拉瑞亚"
          >泰拉瑞亚</a
        ><a
          data-url="/tags/sen-lin-zhi-zi"
          data-label="森林之子"
          href="/tags/sen-lin-zhi-zi"
          title="森林之子"
          >森林之子</a
        ><a
          data-url="/tags/liu-fang-zhe-ke-nan"
          data-label="流放者柯南"
          href="/tags/liu-fang-zhe-ke-nan"
          title="流放者柯南"
          >流放者柯南</a
        ><a
          data-url="/tags/yi-xing-qiu-sheng"
          data-label="翼星求生"
          href="/tags/yi-xing-qiu-sheng"
          title="翼星求生"
          >翼星求生</a
        ><a
          data-url="/tags/wu-suo-wang-guo"
          data-label="雾锁王国"
          href="/tags/wu-suo-wang-guo"
          title="雾锁王国"
          >雾锁王国</a
        ><a
          data-url="/tags/ying-ling-shen-dian"
          data-label="英灵神殿"
          href="/tags/ying-ling-shen-dian"
          title="英灵神殿"
          >英灵神殿</a
        ><a
          data-url="/tags/qiu-sheng-zhi-lu-2"
          data-label="求生之路2"
          href="/tags/qiu-sheng-zhi-lu-2"
          title="求生之路2"
          >求生之路2</a
        ><a
          data-url="/tags/sen-lin"
          data-label="森林"
          href="/tags/sen-lin"
          title="森林"
          >森林</a
        ><a
          data-url="/tags/huan-shou-pa-lu"
          data-label="幻兽帕鲁"
          href="/tags/huan-shou-pa-lu"
          title="幻兽帕鲁"
          >幻兽帕鲁</a
        ><a
          data-url="/tags/hai-shang-lang-ren-sha"
          data-label="海上狼人杀"
          href="/tags/hai-shang-lang-ren-sha"
          title="海上狼人杀"
          >海上狼人杀</a
        ><a
          data-url="/tags/chang-yong-jiao-cheng"
          data-label="常用教程"
          href="/tags/chang-yong-jiao-cheng"
          title="常用教程"
          >常用教程</a
        ><a
          data-url="/tags/jiang-shi-hui-mie-gong-cheng"
          data-label="僵尸毁灭工程"
          href="/tags/jiang-shi-hui-mie-gong-cheng"
          title="僵尸毁灭工程"
          >僵尸毁灭工程</a
        ><a
          data-url="/tags/qi-ri-sha"
          data-label="七日杀"
          href="/tags/qi-ri-sha"
          title="七日杀"
          >七日杀</a
        ><a
          data-url="/tags/ji-huang-lian-ji-ban"
          data-label="饥荒联机版"
          href="/tags/ji-huang-lian-ji-ban"
          title="饥荒联机版"
          >饥荒联机版</a
        >
      
    </div>
    
  </div>
  <!--    <#else>-->
  <!--    <div class="empty">暂无标签</div>-->
  <!--  </#if>-->
  <!--</@tagTag>-->
</section>

      
      
      
    
  
</aside>

      
    </div>
    <!--    action-->
    
<div class="joe_action">
  
  
    <div class="joe_action_item mode">
      <svg
        class="mode-light"
        viewBox="0 0 1024 1024"
        xmlns="http://www.w3.org/2000/svg"
        width="25"
        height="25"
      >
        <path
          d="M234.24 512a277.76 277.76 0 1 0 555.52 0 277.76 277.76 0 1 0-555.52 0zM512 187.733a42.667 42.667 0 0 1-42.667-42.666v-102.4a42.667 42.667 0 0 1 85.334 0v102.826A42.667 42.667 0 0 1 512 187.733zm-258.987 107.52a42.667 42.667 0 0 1-29.866-12.373l-72.96-73.387a42.667 42.667 0 0 1 59.306-59.306l73.387 72.96a42.667 42.667 0 0 1 0 59.733 42.667 42.667 0 0 1-29.867 12.373zm-107.52 259.414H42.667a42.667 42.667 0 0 1 0-85.334h102.826a42.667 42.667 0 0 1 0 85.334zm34.134 331.946a42.667 42.667 0 0 1-29.44-72.106l72.96-73.387a42.667 42.667 0 0 1 59.733 59.733l-73.387 73.387a42.667 42.667 0 0 1-29.866 12.373zM512 1024a42.667 42.667 0 0 1-42.667-42.667V878.507a42.667 42.667 0 0 1 85.334 0v102.826A42.667 42.667 0 0 1 512 1024zm332.373-137.387a42.667 42.667 0 0 1-29.866-12.373l-73.387-73.387a42.667 42.667 0 0 1 0-59.733 42.667 42.667 0 0 1 59.733 0l72.96 73.387a42.667 42.667 0 0 1-29.44 72.106zm136.96-331.946H878.507a42.667 42.667 0 1 1 0-85.334h102.826a42.667 42.667 0 0 1 0 85.334zM770.987 295.253a42.667 42.667 0 0 1-29.867-12.373 42.667 42.667 0 0 1 0-59.733l73.387-72.96a42.667 42.667 0 1 1 59.306 59.306l-72.96 73.387a42.667 42.667 0 0 1-29.866 12.373z"
        />
      </svg>
      <svg
        class="mode-dark"
        viewBox="0 0 1024 1024"
        xmlns="http://www.w3.org/2000/svg"
        width="25"
        height="25"
      >
        <path
          d="M587.264 104.96c33.28 57.856 52.224 124.928 52.224 196.608 0 218.112-176.128 394.752-393.728 394.752-29.696 0-58.368-3.584-86.528-9.728C223.744 832.512 369.152 934.4 538.624 934.4c229.376 0 414.72-186.368 414.72-416.256 1.024-212.992-159.744-389.12-366.08-413.184z"
        />
        <path
          d="M340.48 567.808l-23.552-70.144-70.144-23.552 70.144-23.552 23.552-70.144 23.552 70.144 70.144 23.552-70.144 23.552-23.552 70.144zM168.96 361.472l-30.208-91.136-91.648-30.208 91.136-30.208 30.72-91.648 30.208 91.136 91.136 30.208-91.136 30.208-30.208 91.648z"
        />
      </svg>
    </div>
  
  
    <div class="joe_action_item back2top">
      <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="25" height="25">
        <path
          d="M725.902 498.916c18.205-251.45-93.298-410.738-205.369-475.592l-6.257-3.982-6.258 3.414c-111.502 64.853-224.711 224.142-204.8 475.59-55.751 53.476-80.214 116.623-80.214 204.8v15.36l179.2-35.27c11.378 40.39 58.596 69.973 113.21 69.973 54.613 0 101.262-29.582 112.64-68.836l180.337 36.41v-15.36c-.569-89.885-25.031-153.6-82.489-206.507zM571.733 392.533c-33.564 31.29-87.04 28.445-118.329-5.12s-28.444-87.04 5.12-117.76c33.565-31.289 87.04-28.444 118.33 5.12s28.444 86.471-5.12 117.76zm-56.32 368.64c-35.84 0-64.284 29.014-64.284 64.285 0 35.84 54.044 182.613 64.284 182.613s64.285-146.773 64.285-182.613c0-35.271-29.014-64.285-64.285-64.285z"
        />
      </svg>
    </div>
  
</div>

    
<footer
  class="joe_footer   "
>
  <div
    class="joe_container"
  >
    <div class="item">
      <p>
        2025 ©<a
          href="https://lcabk.cn/"
          target="_blank"
          rel="noopener noreferrer"
        >
          Steam联机服务器搭建-热门游戏开服教程
        </a>
        
          -
          <a
            class="icp"
            href="https://beian.miit.gov.cn/"
            target="_blank"
            rel="noopener noreferrer nofollow"
          >
            粤ICP备2024341376号-1
          </a>
        
      </p>
      
        
          <p class="site_powered">
            Powered by<a
              class="a-powered"
              href="https://halo.run/"
              target="_blank"
              rel="noopener noreferrer"
            >
              Halo</a
            >&nbsp;|&nbsp;🌈 Theme by<a
              class="a-theme"
              title="Theme Joe3v1.3.0"
              href="https://github.com/jiewenhuang/halo-theme-joe3.0"
              target="_blank"
              rel="noopener noreferrer"
            >
              M酷&Jiewen
            </a>
          </p>
        
      

      
        
        
        
        
        
        
        

        
          <p class="site_driven">
            本站点由
            <a
              href="https://www.lcayun.com/actcloud.html"
              target="_blank"
              rel="noopener noreferrer nofollow"
            >
              <img
                class="custom"
                src="/upload/lca+-t.png"
                alt="云服务商"
                onerror="Joe.errorImg(this, 'LoadFailedImg')"
              /> </a
            >提供云服务
          </p>
        
      
      
        <div class="site_life">
          <i class="joe-font joe-icon-jiasu"></i>已运行&nbsp;<strong class="joe_run__day"
            >00</strong
          >
          天 <strong class="joe_run__hour">00</strong> 时
          <strong class="joe_run__minute">00</strong> 分
          <strong class="joe_run__second">00</strong> 秒
        </div>
      
      
    </div>
    <div class="side-col">
      
        <div class="item">
          
            <a class="rss" href="/rss.xml" target="_blank" rel="noopener noreferrer"
              ><i class="joe-font joe-icon-rss-fill"></i>&nbsp;RSS</a
            >
          
          
            <a href="/sitemap.xml" target="_blank" rel="noopener noreferrer">
              站点地图
            </a>
          
        </div>
      
      
        <div class="item busuanzi-statistic">
          <span class="site-pv">
            <i class="joe-font joe-icon-zhexiantu"></i>访问量<em id="busuanzi_value_site_pv">
              0
            </em>
          </span>
          <span class="site-uv">
            <i class="joe-font joe-icon-monitor"></i>访客量<em id="busuanzi_value_site_uv">
              0
            </em>
          </span>
          <span class="site-page-pv">
            <i class="joe-font joe-icon-dianji"></i>本页访客<em id="busuanzi_value_page_pv">
              0
            </em>
          </span>
        </div>
      
    </div>
  </div>
</footer>

  </div>
  
<!--    ===== 引入脚本 start ===== -->
<!--    <th:block th:if="${htmlType == 'index' && theme.config.home.enable_index_list_effect == true} or ${htmlType == 'journals' && theme.config.journals.enable_journal_effect == true} or ${htmlType == 'photos' && theme.config.photos.enable_photos_effect == true}">-->
<script src="/themes/theme-Joe3/assets/lib/wowjs/wow.min.js"></script>
<!--    </th:block>-->
<script src="/themes/theme-Joe3/assets/lib/lazysizes/lazysizes.min.js"></script>
<script src="/themes/theme-Joe3/assets/lib/qmsg/qmsg.js"></script>

  <script src="/themes/theme-Joe3/assets/lib/j-marked/marked.min.js"></script>

<script src="/themes/theme-Joe3/assets/js/min/utils.min.js"></script>




<script src="/themes/theme-Joe3/assets/lib/fancybox/jquery.fancybox.min.js"></script>

  
    <link rel="stylesheet" href="/themes/theme-Joe3/assets/lib/APlayer/APlayer.min.css" />
    <script src="/themes/theme-Joe3/assets/lib/APlayer/APlayer.min.js"></script>
    <script src="/themes/theme-Joe3/assets/lib/meting/meting.min.js"></script>
  

<script src="/themes/theme-Joe3/assets/js/min/custom.min.js?v=1.3.0"></script>

  <script src="/themes/theme-Joe3/assets/lib/clipboard/clipboard.min.js"></script>



<!--相册-->


<!--===== 引入页面级js start =====-->
<script src="/themes/theme-Joe3/assets/js/min/common.min.js?v=1.3.0"></script>

  <script src="/themes/theme-Joe3/assets/lib/prism/prism.min.js"></script>







  <script src="/themes/theme-Joe3/assets/lib/draggabilly/draggabilly.min.js"></script>
  <script src="/themes/theme-Joe3/assets/js/min/leaving.min.js"></script>



<!-- ===== 引入页面级js end ===== -->

<!-- ===== 引入脚本 start ===== -->


  <!-- 卜算子 -->
  <script src="/themes/theme-Joe3/assets/lib/busuanzi/busuanzi.min.js"></script>


<!-- ===== 引入脚本 end =====-->





<!--搜索点击-->
<script>
  const searchButton = document.getElementById('halo-search');
  searchButton.addEventListener('click', function () {
    SearchWidget.open();
  });
</script>
<!--    大图配置-->




</body>

© 版权声明
THE END
喜欢就支持一下吧
点赞 0 分享 收藏
评论 抢沙发
取消