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
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ZHIQIM-CONTEXT PUBLIC "-//ZHIQIM //DTD Zhiqim-Context Configuration 1.5.0//EN" "http://zhiqim.org/xmldtds/zhiqim_context_1_5_0.dtd">
<zhiqim-context>
<!-- 属性 -->
<attribute name="系统名称" key="name" value="知启蒙WEB容器" />
<attribute name="系统版本" key="version" value="V1.5.0" />
<!-- Action -->
<action name="模糊匹配" path="/abc/*" view="/zview/abc.zml" />
</zhiqim-context>
+3
View File
@@ -0,0 +1,3 @@
<#--变量定义-->
<#var abc="context.zmlfff22333"/>
<#var abcd="context.zml"/>
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>${context.getContextName()}</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="Author" content="${context.getContextName()}" />
<script>
</script>
</head>
<body>
${abc}
</body>
</html>
+1
View File
@@ -0,0 +1 @@
hi,abc