This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

12
doc/优化.md Normal file
View File

@@ -0,0 +1,12 @@
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>