跳到主内容
加载中....
切换导航菜单
高尔夫
练习场
棒球
Dansk
Dansk
Deutsch
Deutsch
English (United States)
English (United States)
Español
Español
Français
Français
Íslenska
Íslenska
日本語
日本語
한국어
한국어
Norsk
Norsk
Svenska
Svenska
ไทย
ไทย
繁體中文
繁體中文
创建工单
登入
搜索
教程与指南
数据分析 | 如何在 TPS 中设置偏移视频录制
数据分析 | 如何在视频回放期间缩放
数据分析 | 如何更改背景视图
数据分析 | 推出适用于 Trackman 4 的 4 个全新数据面板 🎦
模拟高尔夫 | 如何关闭 VG 瞄准功能
游戏 | TPS 游戏概览 🎦
游戏 | 全新游戏:加农炮 🎦
游戏 | 派对推杆 🎦
球场 | 介绍 虚拟高尔夫 3 🎦
球场 | 如何在 TPS 中下载新球场
球场 | 如何掌握影子回合设置
球场 | 如何设置线上比赛 🎦
球场 | 如何购买圆石滩套餐
练习 | TPS 中的测验中心介绍 🎦
练习 | 如何使用测验中心
练习 | 如何在数据分析中找到 Tracy
练习 | 如何更改发球台距离
练习 | 推杆分析
练习场 | TPS 练习场概览 🎦
设置 | 如何为设施优化 TPS 设置 🎦
设置 | 如何从 TPS 收集日志文件和诊断信息
设置 | 如何在 TPS 中关闭模拟高尔夫
设置 | 如何在 TPS 中创建打位 🎦
设置 | 如何在 TPS 中配置基本设置 🎦
设置 | 如何在开机时自动启动 TPS
设置 | 如何将 TPS 恢复出厂设置 🎦
设置 | 如何将旧的TPS标签添加到新电脑
设置 | 如何更改 TPS 中的默认单位
设置 | 如何更新 TPS(当没有更新提示时)
设置 | 如何管理高级设置(分享) 🎦
«
第一页
‹
上一页
下一页
›
最后
»
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; }; %>
热门主题
<% var bgImages = [ "/hc/theming_assets/01KS0GS0QABQ126QHTPN00Z5HM", "/hc/theming_assets/01KS0GQ9KYZN02HKEAJ55AXRDC", "/hc/theming_assets/01KS4SP20WJ1K55Q2NJHHSXAK6", "/hc/theming_assets/01KS4S8T33KS7DHD9TR3CQCAM1" ]; var bgTitles = [ "发布说明", "视频库", "软件订阅", "开始" ]; var bgLinks = [ "https://support.trackmangolf.com/hc/zh-cn/sections/35722488395291-发布说明", "https://support.trackmangolf.com/hc/zh-cn/articles/49529272287131--Video-Library", "https://license.trackmangolf.com/", "https://support.trackmangolf.com/hc/zh-cn/sections/48171748654363" ]; %> <% blocks.forEach(function(block, index) { %>
<%= bgTitles[index] %>
<% }) %>
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12 mb-4'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% if (heading) { %>
产品类别
<% } %>
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<%= block.name %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% categories.forEach(function(category) { %>
<% if (category.id === activeCategoryId) { %>
<%= category.name %>
<% } else { %>
<%= category.name %>
<% } %> <% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
类别
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
切换导航菜单
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
类别
类别
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
查看更多
<% } %>
<% } %>
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article, index) { %> <% var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %>
<% if (section) { %>
<%= section.name %>
<% } %>
<%= article.title %>
<% }) %>
<% } %>