Files
SEONexus/doc/优化.md
2025-12-31 00:49:32 +08:00

12 lines
834 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1.首页 home_newest home_hot home_rank 。。 目前就3个我觉得应该不止这几个
比喻推荐板块 票房榜板块。。。
可以继续增加 比喻 每个分类一个list循环生成
当然,不是所有首页都一样,每个域名的 模块自动生成绑定,顺序也是打乱 绑定,这样 页面的 dom树应该都是不一样的了
2.home_newest home_hot home_rank 。。。 这些模块 外部包裹标签 都是使用
<section class="mod-newest"> <section class="{$TpStyle.dom_prefix}-shell{$cfg.shell} {$cfg.class}">
都是section 然后就是类名不一样,这样好吗?需要使用不同的 标签吗?
<pre style="font-size:12px;background:#111;color:#0f0;">
{php}print_r($resData['p_data']);{/php}
</pre>