Initial commit
This commit is contained in:
@@ -20,4 +20,23 @@ export const algorithmTypes = [
|
||||
type: 'formation',
|
||||
name: '队形',
|
||||
}
|
||||
]
|
||||
|
||||
export const algorithmConfigOperations = [
|
||||
{
|
||||
type: '+',
|
||||
name: '加',
|
||||
},
|
||||
{
|
||||
type: '-',
|
||||
name: '减',
|
||||
},
|
||||
{
|
||||
type: '*',
|
||||
name: '乘',
|
||||
},
|
||||
{
|
||||
type: '/',
|
||||
name: '除',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user