@qqbrowser/openclaw-qbot 0.0.127 → 0.0.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
09b756abd33b822414630a54bee3a7f1290f37431e89a62849f59d9aaa17ea5d
|
package/package.json
CHANGED
package/preset-config.json
CHANGED
|
@@ -117,31 +117,9 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"gateway": {
|
|
120
|
-
"mode": "local",
|
|
121
|
-
"bind": "loopback",
|
|
122
|
-
"controlUi": {
|
|
123
|
-
"enabled": false,
|
|
124
|
-
"allowedOrigins": ["https://browser.qq.com", "https://quickstart.imtt.qq.com"],
|
|
125
|
-
"dangerouslyAllowHostHeaderOriginFallback": false,
|
|
126
|
-
"dangerouslyDisableDeviceAuth": true
|
|
127
|
-
},
|
|
128
120
|
"auth": {
|
|
129
121
|
"mode": "token",
|
|
130
122
|
"token": "${OPENCLAW_GATEWAY_TOKEN}"
|
|
131
|
-
},
|
|
132
|
-
"tailscale": {
|
|
133
|
-
"mode": "off",
|
|
134
|
-
"resetOnExit": false
|
|
135
|
-
},
|
|
136
|
-
"nodes": {
|
|
137
|
-
"denyCommands": [
|
|
138
|
-
"camera.snap",
|
|
139
|
-
"camera.clip",
|
|
140
|
-
"screen.record",
|
|
141
|
-
"calendar.add",
|
|
142
|
-
"contacts.add",
|
|
143
|
-
"reminders.add"
|
|
144
|
-
]
|
|
145
123
|
}
|
|
146
124
|
},
|
|
147
125
|
"plugins": {
|