s36376149 發表於 2021-5-5 14:25:18

后台-工具-更新缓存-DIY 模块分类缓存-默认选择上的...

找source\admincp\admincp_tools.php<br />在下面的代码中<br /><br />cpmsg(&quot;&lt;input type=\&quot;checkbox\&quot; name=\&quot;type[]\&quot; value=\&quot;data\&quot; id=\&quot;datacache\&quot; class=\&quot;checkbox\&quot; checked /&gt;&lt;label for=\&quot;datacache\&quot;&gt;&quot;.$lang.&quot;&lt;/label&gt;&lt;input type=\&quot;checkbox\&quot; name=\&quot;type[]\&quot; value=\&quot;tpl\&quot; id=\&quot;tplcache\&quot; class=\&quot;checkbox\&quot; checked /&gt;&lt;label for=\&quot;tplcache\&quot;&gt;&quot;.$lang.&quot;&lt;/label&gt;&lt;input type=\&quot;checkbox\&quot; name=\&quot;type[]\&quot; value=\&quot;blockclass\&quot; id=\&quot;blockclasscache\&quot; class=\&quot;checkbox\&quot; checked/&gt;&lt;label for=\&quot;blockclasscache\&quot;&gt;&quot;.$lang.'&lt;/label&gt;', 'action=tools&amp;operation=updatecache&amp;step=2', 'form', '', FALSE);<br /><br />找到<br /><br />&lt;input type=\&quot;checkbox\&quot; name=\&quot;type[]\&quot; value=\&quot;blockclass\&quot; id=\&quot;blockclasscache\&quot; class=\&quot;checkbox\&quot; /&gt;&lt;label for=\&quot;blockclasscache\&quot;&gt;&quot;.$lang.'&lt;/label&gt;'<br /><br />把把class=\&quot;checkbox\&quot; /&gt;变成class=\&quot;checkbox\&quot; <font color="Red">checked</font>/&gt;<br /><br />这样就行了!!<br /><br /><br />tools<em>, </em>updatecache<em>, </em>lang<em>, </em>admincp<em>, </em>blockclass

pcinstall 發表於 2021-5-6 22:25:11

我试试.........
頁: [1]
查看完整版本: 后台-工具-更新缓存-DIY 模块分类缓存-默认选择上的...