跳至主內容
切換導覽功能表
提交請求
登入
搜尋
所有社區貼文
顯示主題
顯示所有貼文
顯示已完成
所有
已計劃
未計劃
已完成
已回覆
無狀態
依據最新貼文排序
最新貼文
近期的活動
投票數
評論數
已選取的篩選無貼文
成為精選的貼文
I'd like a way for users to submit feature requests
How do I get around the community?
Feature a post
不是您要找的?
新貼文
<% 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) { %>
<%= article.title %>
<% if (article.promoted) { %>
被推薦的文章
<% } %>
<% }) %>
<% } %>
<% var getColumnClasses = function(numberColumns) { var classNames = numberColumns === 'auto' ? 'col-auto' : '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; } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% if (block.html_url) { %>
Take the survey
<% } %>
<% }) %>