gojs
最后更新于:2022-04-02 03:11:52
[TOC]
> [官网](https://gojs.net/latest/learn/index.html)
> [Api](https://gojs.net/latest/api/index.html)
## 提示
### 取消水印
找到 "7eba17a4ca3b1a8346" 把 "=" 右边替换掉
注意 a.ax 可能会不同
```
a.ax = d[u.Da("7eba17a4ca3b1a8346")][u.Da("78a118b7")](d, u.wl, 4, 4);
//替换成
a.ax = function(){return true;}
```
';