AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# Appendix D. Core Types This appendix contains a reference of the system `data types` contained in Phing. D.1 Description Allows for a description of the project to be specified that will be included in the output of the `phing 鈥憄rojecthelp` command. D.1.1 Usage Examples ``` <description> This buildfile is used to build the Foo subproject within the large, complex Bar project. </description> ```