# hsp **Repository Path**: heixiaomas_admin/hsp ## Basic Information - **Project Name**: hsp - **Description**: 基于go开发的js工具,用js完成场景任务 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-11 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, JavaScript ## README # hsp #### 介绍 基于go开发JavaScript工具 #### 资源菜单 | 资源名 | 地址 | | :----:| :----: | | 常规 | [点我](doc/index.md) | | 文件 | [点我](doc/file.md) | | http请求 | [点我](doc/http.md) | #### 加入项目如何自定义模块 - 1 按规范编写模块参考 modules里已经有的代码 - 2 在engine里添加你的模块 如 registry.RegisterNativeModule("http", http.Require) - 3 在doc里编写api或者使用方法 - 4 在readme.md里将模块显示在资源菜单中,方便跳转