mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 17:59:09 +08:00
fix: adjust order of tools in CodeToolbar constants for correct display
This commit is contained in:
parent
e0bb39b0b9
commit
19905b6696
@ -5,12 +5,12 @@ export const TOOL_SPECS: Record<string, CodeToolSpec> = {
|
|||||||
copy: {
|
copy: {
|
||||||
id: 'copy',
|
id: 'copy',
|
||||||
type: 'core',
|
type: 'core',
|
||||||
order: 10
|
order: 11
|
||||||
},
|
},
|
||||||
download: {
|
download: {
|
||||||
id: 'download',
|
id: 'download',
|
||||||
type: 'core',
|
type: 'core',
|
||||||
order: 11
|
order: 10
|
||||||
},
|
},
|
||||||
edit: {
|
edit: {
|
||||||
id: 'edit',
|
id: 'edit',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user