* [refac] refactor js code and remove unused vars.
This commit is contained in:
+1
-2
@@ -173,8 +173,7 @@ window.executeZentaoPrompt = async function(info, auto)
|
||||
|
||||
function registerZentaoAIPlugin(lang)
|
||||
{
|
||||
const TWO_BREAKS = '\n\n';
|
||||
const plugin = zui.AIPlugin.define('zentao', {name: lang.name, icon: 'zentao'});
|
||||
const plugin = zui.AIPlugin.define('zentao', {name: lang.name, icon: 'zentao'});
|
||||
|
||||
plugin.defineAgent('storyReviewer',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user