main #140

Merged
charles merged 2 commits from main into prod 2026-07-15 17:22:42 +08:00
Showing only changes of commit 72b67033a5 - Show all commits

View File

@ -75,10 +75,10 @@
<span v-for="tag in item.tags" :key="tag" :style="getTypeStyle(item)">{{ tag }}</span> <span v-for="tag in item.tags" :key="tag" :style="getTypeStyle(item)">{{ tag }}</span>
</div> </div>
<div class="card-foot static-card-foot"> <div class="card-foot static-card-foot">
<button type="button"> <!-- <button type="button">
查看详情 查看详情
<span></span> <span></span>
</button> </button> -->
</div> </div>
</article> </article>
</div> </div>