打开/关闭菜单
46
56
27
964
武外梗百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
创建页面,内容为“<div style=" max-width: 1200px; margin: 0 auto; padding: 40px 24px; "> <!-- Hero --> <div style="margin-bottom:48px;"> <div style="font-size:2.4em;font-weight:600;letter-spacing:-0.02em;"> 月报 </div> <div style="font-size:1.15em;color:#666;max-width:720px;margin-top:12px;"> 系统性记录每个月的进展、数据与思考, 让变化可追溯,让决策有依据。 </div> </div> <!-- Value --> <div style="display:grid;grid-…”
 
无编辑摘要
第1行: 第1行:
<div style="
<div class="monthly-landing">
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
">


<!-- Hero -->
  <!-- Hero -->
<div style="margin-bottom:48px;">
  <section class="monthly-hero">
  <div style="font-size:2.4em;font-weight:600;letter-spacing:-0.02em;">
    <h1>月报</h1>
    月报
    <p class="monthly-subtitle">
  </div>
      系统性记录每个月的进展、数据与思考,让变化可追溯,让决策有依据。
  <div style="font-size:1.15em;color:#666;max-width:720px;margin-top:12px;">
    </p>
    系统性记录每个月的进展、数据与思考,
  </section>
    让变化可追溯,让决策有依据。
  </div>
</div>


<!-- Value -->
  <!-- Value -->
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:56px;">
  <section class="monthly-values">
  <div>
     <div class="value-card">
     <div style="font-weight:600;">📊 结构化记录</div>
      <h3>结构化记录</h3>
    <div style="color:#666;margin-top:6px;">
      <p>统一模板,长期沉淀,避免信息碎片化。</p>
      统一模板,长期沉淀,避免信息碎片化。
     </div>
     </div>
  </div>
     <div class="value-card">
  <div>
      <h3>按时间浏览</h3>
     <div style="font-weight:600;">📅 按时间浏览</div>
      <p>清晰的年 / 月层级,快速回溯历史。</p>
    <div style="color:#666;margin-top:6px;">
      年 / 月层级清晰,快速回溯历史进展
     </div>
     </div>
  </div>
     <div class="value-card">
  <div>
      <h3>面向未来</h3>
     <div style="font-weight:600;">🚀 面向未来</div>
      <p>从复盘中提炼方向,为下一阶段决策提供依据</p>
    <div style="color:#666;margin-top:6px;">
      从复盘中提炼方向,为下一阶段做准备
     </div>
     </div>
   </div>
   </section>
</div>


<hr style="margin:48px 0;">
  <!-- Years -->
  <section class="monthly-section">
    <h2>按年份浏览</h2>
    <div class="year-grid">
      {{DynamicPageList
        | namespace = Monthly
        | category = MonthlyYear
        | mode = inline
      }}
    </div>
  </section>


<!-- Years -->
  <!-- Recent -->
<div style="margin-bottom:56px;">
   <section class="monthly-section">
   <div style="font-size:1.4em;font-weight:600;margin-bottom:16px;">
     <h2>最近更新</h2>
    按年份浏览
    <div class="recent-list">
  </div>
      {{DynamicPageList
  <div style="
        | namespace = Monthly
    display:grid;
        | usesubpages = true
     grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
        | count = 6
    gap:16px;
        | order = descending
  ">
      }}
    {{DynamicPageList
    </div>
      | namespace = Monthly
  </section>
      | category = MonthlyYear
      | mode = inline
    }}
  </div>
</div>
 
<!-- Recent -->
<div style="margin-bottom:56px;">
  <div style="font-size:1.4em;font-weight:600;margin-bottom:16px;">
    最近更新
  </div>
  {{DynamicPageList
    | namespace = Monthly
    | usesubpages = true
    | count = 6
    | order = descending
    | mode = unordered
  }}
</div>
 
<hr style="margin:48px 0;">


<!-- CTA -->
  <!-- CTA -->
<div style="
  <section class="monthly-cta">
  display:flex;
    <span>开始记录本月进展 →</span>
  flex-wrap:wrap;
    <a class="cta-button" href="/wiki/Monthly:2026/01">本月月报</a>
  gap:16px;
    <a class="cta-link" href="/wiki/Monthly:2026">当前年度</a>
  align-items:center;
  </section>
">
  <div style="font-weight:600;">
    开始记录本月进展 →
  </div>
  <div>
    [[Monthly:2026/01|📝 本月月报]]
  </div>
  <div>
    [[Monthly:2026|📁 当前年度]]
  </div>
</div>


</div>
</div>

2026年1月26日 (一) 21:53的版本

 

月报

系统性记录每个月的进展、数据与思考,让变化可追溯,让决策有依据。

 
 

结构化记录

统一模板,长期沉淀,避免信息碎片化。

按时间浏览

清晰的年 / 月层级,快速回溯历史。

面向未来

从复盘中提炼方向,为下一阶段决策提供依据。

 
 

按年份浏览

 
 

最近更新

 
 
开始记录本月进展 → <a class="cta-button" href="/wiki/Monthly:2026/01">本月月报</a> <a class="cta-link" href="/wiki/Monthly:2026">当前年度</a>