跳到主内容
切换导航菜单
简体中文
English (US)
日本語
한국어(대한민국)
联系我们
登录
搜索
Moloco Ads更新日志
Moloco Ads 更新日志 (24.8.22)
Moloco Ads 更新日志 (2024.8.8)
Moloco Ads 更新日志 (2024.7.25)
Moloco Ads 更新日志 (2024.7.18)
Moloco Ads 更新日志 (2024.7.11)
Moloco Ads 更新日志 (2024.6.27)
Moloco Ads 更新日志 (2024.6.5)
Moloco Ads 更新日志 (24.8.16)
Moloco Ads 更新日志 (2024.4.11)
DSP 平台更新日志 (2024.3.28)
DSP 平台更新日志 (2024.3.14)
DSP 平台更新日志 (2024.1.25)
DSP 平台更新日志 (2024.1.18)
DSP 平台更新日志 (2023.12.14)
DSP 平台更新日志 (2023.11.30)
DSP 平台更新日志 (2023.10.12)
DSP 平台更新日志 (2023.9.21)
DSP 平台更新日志 (2023.8.3)
DSP 平台更新日志 (2023.7.27)
DSP 平台更新日志 (2023.6.29)
DSP 平台更新日志 (2023.6.21)
DSP 平台更新日志 (2023.6.8)
DSP 平台更新日志 (2023.6.1)
DSP 平台更新日志 (2023.5.25)
DSP 平台更新日志 (2023.4.6)
DSP 平台更新日志 (2023.3.9)
DSP 平台更新日志 (2023.2.16)
DSP 平台更新日志 (2023.1.19)
DSP 平台更新日志 (2023.1.12)
DSP 平台更新日志 (22.12.15)
下一页
›
最后
»
<% if (style === 'banner') { %> <% var isOnBottom = locations.indexOf('home-top') === -1 && locations.indexOf('home-middle') === -1; %>
<% if (heading) { %>
<%= heading %>
<% } %> <% if (body) { %>
<%= body %>
<% } %>
<%= label %>
<% } else if (style === 'boxed') { %>
<% if (heading) { %>
<%= heading %>
<% } %> <% if (body) { %>
<%= body %>
<% } %>
<%= label %>
<% } else if (style === 'boxed-image') { %>
<% if (heading) { %>
<%= heading %>
<% } %> <% if (body) { %>
<%= body %>
<% } %>
<%= label %>
<% } %>
<% categories.forEach(function(category) { %>
<% var categoryName = window.categoryNames && window.categoryNames.hasOwnProperty(category.name) ? window.categoryNames[category.name] : category.name %> <% if (category.id === activeCategoryId) { %>
<%= categoryName %>
<% } else { %>
<%= categoryName %>
<% } %> <% 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 activeCategory = categories.filter(function(category) { return category.isActive; })[0] || null; %> <% if (typeof maxArticles === 'undefined' || !maxArticles) maxArticles = 5; %> <% if (activeCategory && activeCategory.sections.length) { %>
切换导航菜单
<% activeCategory.sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { id: 'section-' + section.id, parentId: 'section-' + section.id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxArticles: maxArticles, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.slice(0, maxArticles).forEach(function(article) { %>
<%= article.title %>
<% }); %> <% if (section.articles.length > maxArticles) { %>
查看全部 篇文章
<% } %>
<% } %>
<% }); %>
<% } %>
类别
类别
<% 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.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxArticles: maxArticles, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.slice(0, maxArticles).forEach(function(article) { %>
<%= article.title %>
<% }); %> <% if (section.articles.length > maxArticles) { %>
查看所有 篇文章
<% } %>
<% } %>
<% }); %>
<% } %>