()
| 76 | } |
| 77 | }, |
| 78 | methods() { |
| 79 | return { |
| 80 | main: async () => { |
| 81 | console.log(state, this.cfg.runAtHash); |
| 82 | |
| 83 | CommonProject.scripts.render.methods.pin(this); |
| 84 | } |
| 85 | }; |
| 86 | } |
| 87 | }), |
| 88 | study: new Script({ |
| 89 | name: '🖥️ 学习脚本', |
nothing calls this directly
no test coverage detected