foca
foca copied to clipboard
关于模型 methods 中定义的函数,在使用时跳转定义的问题
https://github.com/user-attachments/assets/0339d86e-8030-4a13-a55b-3a7917a541c6
点击函数定义会跳转到interface EffectFunc的定义,而不是 methods 方法,改为 type EffectFunc 后可以解决这个问题