Commit c140861
Fix parameter editor navigation: preserve character context when returning to L2D manager (#212)
This commit fixes the issue where clicking the back button in the parameter editor would redirect to the character management page instead of returning to the correct character's L2D manager page.
Changes:
1. l2d_manager.html: Dynamically update parameter editor link to pass lanlan_name parameter
2. live2d_parameter_editor.html: Fix return logic to correctly get and pass lanlan_name parameter
3. chara_manager.html: Fix API path from /api/voices to /api/characters/voices and add data.voices existence check
Co-authored-by: Hongzhi Wen <wenguanjung@aliyun.com>1 parent 6b171ab commit c140861
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1261 | 1261 | | |
1262 | 1262 | | |
1263 | 1263 | | |
1264 | | - | |
| 1264 | + | |
1265 | 1265 | | |
1266 | 1266 | | |
1267 | 1267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
544 | 560 | | |
545 | 561 | | |
546 | 562 | | |
| |||
0 commit comments