You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/.vscode/Toaster.code-snippets

14 lines
332 B

{
"AppToaster": {
"prefix": "AppToaster",
"body": [
"AppToaster.show({",
"message: \"这是测试环境!所产生的数据可能被清除!\",",
"timeout: 5000,",
"intent: Intent.WARNING,",
"});"
],
"description": "弹出提示"
}
}