mirror of
https://github.com/lencx/Noi.git
synced 2025-12-15 17:40:48 +01:00
Update main.js
This commit is contained in:
@@ -327,7 +327,7 @@ class DeepSeekAsk extends NoiAsk {
|
||||
static url = 'https://chat.deepseek.com';
|
||||
|
||||
static submit() {
|
||||
const btn = document.querySelector('div.f286936b div.ds-icon');
|
||||
const btn = document.querySelector('div[role="button"][aria-disabled]');
|
||||
if (btn) btn.click();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user