Basic JavaScriptUnderstand Transmission Web Control UI
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
70
調査方針
Review the current path selection implementation in the Transmission Web Control codebase. Look for the file where save paths are handled (likely in JavaScript). Investigate how configuration is currently managed (if any). Suggest creating a JSON config file (e.g., 'presetPaths.json') that users can edit. Update the UI to read from this file and populate the dropdown. Ensure backward compatibility.