Mars

Results 4 comments of Mars

I found exec use curl can get response ``` import { spawn, exec } from 'child_process'; const command = `curl 'https://claude.ai/api/append_message' \ -H 'cookie: claude_cookie' \ -H 'user-agent: Mozilla/5.0 (Macintosh;...

> @yhostc make sure you change cookie , i use the cookie from browser post request header macos 13.4.1 ``` * Connected to 127.0.0.1 (127.0.0.1) port 7890 (#0) * allocate...

const selected = defineModel({default: []}); > Starting in Vue 3.4, the recommended approach to achieve this is using the [defineModel()](https://vuejs.org/api/sfc-script-setup#definemodel) macro:

> > const selected = defineModel({default: []}); > > > Starting in Vue 3.4, the recommended approach to achieve this is using the [defineModel()](https://vuejs.org/api/sfc-script-setup#definemodel) macro: > > That has nothing...