first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>博客类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>txt</OutType>
<LabelDataType>static</LabelDataType>
<EnabelAjax>True</EnabelAjax>
<Version officialVersion="" modifiedVersions="2901" compatibleVersion="" />
<attributes>
<name>blogId</name>
<datatype>int</datatype>
<default>0</default>
<intro>博客ID</intro>
</attributes>
<LabelTemplate><![CDATA[<div class="moduleContent">
<ul>
{PE.Label id="博文评论列表" blogId="<xsl:value-of select="$blogId"/>" outputQty="7" contentLength="30" /}
</ul>
</div>]]></LabelTemplate>
</root>