<%- include('partials/nav') %>

Mainland China Calendar

节假日导入

复制提示词给大模型,生成 JSON 后粘贴导入。

<% if (message) { %>
<%= message %>
<% } %> <% if (error) { %>
<%= error %>
<% } %>

生成节假日数据

粘贴并导入 JSON

已导入数据

<% if (rows.length) { %>
<% } %>
<% rows.forEach((row) => { %> <% }) %>
年份日期名称类型
<%= row.year %><%= row.date %><%= row.name %><%= holidayTypeLabel(row.type) %>