first commit

This commit is contained in:
2025-02-20 14:59:35 +08:00
parent d7be84fac6
commit d4a3bb8ffc
2541 changed files with 336536 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<#if request.isMobile()>
<#include "/zview/zhiqim_com/index_mobile.htm"/>
<#else>
<#include "/zview/zhiqim_com/index_pc.htm"/>
</#if>