first commit

This commit is contained in:
huangjx
2021-09-09 22:03:08 +08:00
commit f2a2365102
74 changed files with 33916 additions and 0 deletions

10
templates/Content.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
?>
<div id="app-content">
<!-- app-content-wrapper is optional, only use if app-content-list -->
<div id="app-content-wrapper">
<?php print_unescaped($this->inc('contentTable'));?>
</div>
<div id="ncdownloader-action-links-container"></div>
</div>