Source code of filesite.io. https://filesite.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
386 B

3 years ago
# 皮肤目录
此目录结构为:
```
{皮肤目录名}/controller/{控制器名}/
3 years ago
{皮肤目录名}/views/layout/
{皮肤目录名}/views/{视图目录名}/
```
## 示例
2 months ago
皮肤名:**beauty**,默认首页SiteController使用的视图名:**site**,
3 years ago
其目录结构为:
```
2 months ago
beauty/controller/SiteController.php
beauty/views/layout/main.php
beauty/views/site/index.php
3 years ago
```