代码迁移

This commit is contained in:
zh
2025-07-03 13:54:01 +08:00
parent b04de8a084
commit 2a4da33e62
985 changed files with 358292 additions and 13 deletions

16
src/Measure/clear.js Normal file
View File

@ -0,0 +1,16 @@
/**
* @name: clear
* @author: Administrator
* @date: 2022-07-11 15:28
* @descriptionclear
* @update: 2022-07-11 15:28
*/
function Clear() {
YJ.Measure.Measures.forEach(m => {
m.destroy()
})
YJ.Measure.Measures = []
}
export {Clear}