1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-01-11 20:08:16 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
tawords-docs/docs/manual/4. 应用开发文档/1. 开始.md

34 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 创建第一个主题
> 在开始之前你需要掌握HTML CSS JavaScript以及PHP的相关知识。在主题的开发过程中会涉及到这些知识。本文档是基于你已经掌握这些知识的基础上撰写的。
让我们开始吧。
## 应用介绍
- 应用分为主题和插件;
- 可以同时启用多个应用(但是需要考虑是否兼容);
- 按照规范组织目录结构;
- 在后台统一安装、删除、启用、关闭;
- 「自述文件」为 `intro.json`
- 应用放置目录为 `/system`
### 主题
- 主题是网站前端的显示效果,同时只能启用一个主题;
- 通过提供的统一接口获取需要显示的内容;
- 主题可以内置1个应用也可不内置对主题的能力进行扩展启用状态与主题保持一致
- 所在目录为 `/system/plugin`
### 插件
- 主要作用为扩展网站的某项功能;
- 可以同时启用多个应用(但是需要考虑是否兼容);
- 所在目录为 `/system/plugin`