跳到主内容
Help Center
切换导航菜单
문의하기
登录
搜索
안녕하세요👋, 무엇을 도와드릴까요?
搜索
一般
类别指南
日程信息
待办事项指南
习惯指南
如何使用笔记
关于如何使用该项目的说明
小部件指南
同步指南
使用网络日历的说明
与您的帐户相关的信息
与您的帐户相关的信息
与外部服务交互
外部日历指南
如何链接联系人(生日)
购买和退款
退换货信息
硬币信息
保费、付款和退款指南
设置等
客户中心信息
版本检查和更新指南
应用程序设置指南
其他信息
빠른 도움말
如何添加或编辑类别?
如何创建共享类别?
如何更改我的电子邮件地址和登录方式?
我该如何初始化它?
如果保费已被应用到另一个帐户,而没有应用保费,我该怎么办?
如何取消订阅付款?
我如何获得保费退款?
类别
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% categories.forEach(function(category) { %>
<%= 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-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) { %>
查看更多
<% } %>
<% } %>