You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(123_open): wire the offline download temp dir like the other cloud tools
The tool registered its scratch directory as a settings item under its
own key in the tool package, so the row existed but nothing could write
it: the admin UI reaches these settings through a dedicated endpoint per
tool, not through the generic settings form.
Move the key to internal/conf next to its siblings and add
POST /api/admin/setting/set_123_open, which validates that the target is
a working 123 Open storage before saving and re-initialises the tool,
mirroring set_115/set_pikpak/set_thunder/set_guangyapan.
0 commit comments