scratchpad
This commit is contained in:
parent
048746210a
commit
73683de708
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.1.3-beta5",
|
"version": "13.1.3-beta6",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -107,10 +107,15 @@ function openHelpMenu(ev: MouseEvent) {
|
||||||
icon: 'ph-terminal-window-bold ph-lg',
|
icon: 'ph-terminal-window-bold ph-lg',
|
||||||
}, {
|
}, {
|
||||||
text: i18n.ts.document,
|
text: i18n.ts.document,
|
||||||
icon: 'ph-plugs-bold ph-lg',
|
icon: 'ph-file-doc-bold ph-lg',
|
||||||
action: () => {
|
action: () => {
|
||||||
window.open('/api-doc', '_blank');
|
window.open('/api-doc', '_blank');
|
||||||
},
|
},
|
||||||
|
}, {
|
||||||
|
type: 'link',
|
||||||
|
to: '/scratchpad',
|
||||||
|
text: 'AiScript Scratchpad',
|
||||||
|
icon: 'ph-scribble-loop-bold ph-lg',
|
||||||
}]
|
}]
|
||||||
}], ev.currentTarget ?? ev.target, {
|
}], ev.currentTarget ?? ev.target, {
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|
|
@ -165,10 +165,15 @@ function openHelpMenu(ev: MouseEvent) {
|
||||||
icon: 'ph-terminal-window-bold ph-lg',
|
icon: 'ph-terminal-window-bold ph-lg',
|
||||||
}, {
|
}, {
|
||||||
text: i18n.ts.document,
|
text: i18n.ts.document,
|
||||||
icon: 'ph-plugs-bold ph-lg',
|
icon: 'ph-file-doc-bold ph-lg',
|
||||||
action: () => {
|
action: () => {
|
||||||
window.open('/api-doc', '_blank');
|
window.open('/api-doc', '_blank');
|
||||||
},
|
},
|
||||||
|
}, {
|
||||||
|
type: 'link',
|
||||||
|
to: '/scratchpad',
|
||||||
|
text: 'AiScript Scratchpad',
|
||||||
|
icon: 'ph-scribble-loop-bold ph-lg',
|
||||||
}]
|
}]
|
||||||
}], ev.currentTarget ?? ev.target, {
|
}], ev.currentTarget ?? ev.target, {
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|
Loading…
Reference in New Issue