panFD bfa434634c fix(config-editor): main entry exports methods object + load/unload (Cocos 3.8)
Root cause of 'Method does not exist / The methods of the module is undefined':
Cocos 3.8 expects handlers inside a 'methods' export (plus load/unload hooks),
not flat on module.exports. Handlers receive args directly (no event); return
value is the request reply. Verified vs official 3.8 first/messages docs.
Also: menu path + panel title switched to literal strings (i18n showed 'undefined').
2026-06-21 16:30:39 +08:00
2024-07-17 16:14:14 +08:00
dd
2024-08-15 20:07:21 +08:00
dd
2025-03-17 16:40:35 +08:00
2024-07-17 16:14:14 +08:00
2025-10-19 20:10:19 +08:00
2024-07-17 16:14:14 +08:00
2025-08-18 17:00:40 +08:00
2024-07-17 16:14:14 +08:00
Description
No description provided
Readme 243 MiB
Languages
TypeScript 98.8%
JavaScript 1%
Batchfile 0.1%