2024-12-16 13:28:01 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<AppData>
|
|
|
|
|
|
2024-12-30 16:14:19 +08:00
|
|
|
<!--预加载模块 要在app.xml的Data标签内-->
|
|
|
|
|
<PreLoad>
|
|
|
|
|
<Action type="Parallel">
|
|
|
|
|
<Action type="LoadRes" value="Study.xml" resType="xml"></Action>
|
|
|
|
|
<Action type="LoadRes" value="Exam.xml" resType="xml"></Action>
|
|
|
|
|
</Action>
|
|
|
|
|
</PreLoad>
|
2024-12-18 16:20:06 +08:00
|
|
|
|
2024-12-16 13:28:01 +08:00
|
|
|
|
2024-12-18 16:20:06 +08:00
|
|
|
|
2024-12-16 13:28:01 +08:00
|
|
|
</AppData>
|