# Packages
No description provided by the author
* @Author: Jerry.Yang
* @Date: 2023-12-19 14:43:32
* @LastEditors: Jerry.Yang
* @LastEditTime: 2024-04-26 16:20:23
* @Description:
*/.
* @Author: Jerry.Yang
* @Date: 2023-12-12 16:45:25
* @LastEditors: Jerry.Yang
* @LastEditTime: 2023-12-13 16:20:06
* @Description: router
*/.
No description provided by the author
# Functions
*
* @description: AppendTemplate
* @param {string} path
* @param {string} content
* @param {interface{}} data
* @param {...string} fileType
* @author: Jerry.Yang
* @date: 2023-12-12 17:28:55
* @return {*}
*/.
*
* @description: CreateTemplate
* @param {TemplateInterface} TemplateInterface
* @author: Jerry.Yang
* @date: 2023-12-12 16:48:39
* @return {*}
*/.
*
* @description: FirstUpper
* @param {string} s
* @author: Jerry.Yang
* @date: 2023-12-12 17:13:35
* @return {*}
*/.
*
* @description: GetFormatNowTime
* @author: Jerry.Yang
* @date: 2023-05-16 15:08:36
* @return {*}
*/.
*
* @description: SaveTemplate
* @param {string} path
* @param {string} name
* @param {string} content
* @param {interface{}} data
* @param {...string} fileType
* @author: Jerry.Yang
* @date: 2023-12-12 16:52:57
* @return {*}
*/.
# Interfaces
No description provided by the author