@tumi云指纹浏览器+gemini3实现自动操作教程 中发帖

Docker运行云指纹浏览器(详细介绍:https://linux.do/t/topic/1312121)

docker run
-d
-e 'LC_ALL'='en-US.UTF-8'
-e 'CHROME_ARGS'='--fingerprint-platform=windows
--fingerprint-brand=Chrome
--remote-debugging-address=0.0.0.0
--remote-debugging-port=9222'
-p '3001:3001/tcp'
-v '~/chromium/config':'/config':'rw'
--shm-size=1gb 'tumi/chromium:latest'


创建文件夹

mkdir -p ~/gemini-cli/config
chown 1000:1...