把你的问题直接复制粘贴到 ChatGPT 上,得到的答案:
tell application "System Preferences"
reveal anchor "displaysDisplayTab" of pane "com.apple.preference.displays"
end tell
tell application "System Events"
tell process "System Preferences"
click pop up button 1 of tab group 1 of window 1
delay 1
if value of menu item "SDR" of menu 1 of pop up button 1 of tab group 1 of window 1 is 1 then
click menu item "HDR" of menu 1 of pop up button 1 of tab group 1 of window 1
else
click menu item "SDR" of menu 1 of pop up button 1 of tab group 1 of window 1
end if
end tell
end tell
quit application "System Preferences"
你可以亲自去问问