# anasit-plugin-toast **Repository Path**: anas/anasit-plugin-toast ## Basic Information - **Project Name**: anasit-plugin-toast - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Toast插件 ## 安装 `cordova plugin add https://gitee.com/anas/anasit-plugin-toast.git` ## 使用 ```js /** * 显示toast */ window.CustomeToast.localTost('toast测试'); ```