mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
Plugins: Link screenshot
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
/** AI prompt in SQL command generating the queries with Google Gemini
|
||||
* Beware that this sends your whole database structure (not data) to Google Gemini.
|
||||
* @link https://www.adminer.org/static/plugins/sql-gemini.gif
|
||||
* @link https://gemini.google.com/
|
||||
* @link https://www.adminer.org/plugins/#use
|
||||
* @author Jakub Vrana, https://www.vrana.cz/
|
||||
@@ -92,6 +91,10 @@ geminiText.onkeydown = event => {
|
||||
<?php
|
||||
}
|
||||
|
||||
function screenshot() {
|
||||
return "https://www.adminer.org/static/plugins/sql-gemini.gif";
|
||||
}
|
||||
|
||||
// use the phrases from https://gemini.google.com/
|
||||
protected static $translations = array(
|
||||
'cs' => array(
|
||||
|
Reference in New Issue
Block a user