feat: 添加新图片资源及更新组件样式与功能
style: 调整CSS样式及优化布局 refactor: 重构组件逻辑及API调用 fix: 修复路径引用及图片加载问题 docs: 更新注释及文档内容
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="item-box item-summary">
|
||||
<item-head :itemdata="item"></item-head>
|
||||
<item-head :itemdata="item" :page="page"></item-head>
|
||||
<a class="title" v-if="item.title" :href="item.url" target="_blank">{{ item.title }}</a>
|
||||
<a class="message one-line-display" :href="item.url" target="_blank" v-if="item.content">{{ item.content }}</a>
|
||||
<a class="total flexacenter" :href="item.url" target="_blank">
|
||||
@@ -32,5 +32,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<item-bottom :itemdata="item"></item-bottom>
|
||||
<item-bottom :itemdata="item" :page="page"></item-bottom>
|
||||
</div>
|
||||
Reference in New Issue
Block a user