Initial commit

This commit is contained in:
libertyspy
2026-02-09 21:03:57 +08:00
parent c9bc62fb8c
commit db30244cd1
7 changed files with 232 additions and 37 deletions

View File

@@ -20,4 +20,23 @@ export const algorithmTypes = [
type: 'formation',
name: '队形',
}
]
export const algorithmConfigOperations = [
{
type: '+',
name: '加',
},
{
type: '-',
name: '减',
},
{
type: '*',
name: '乘',
},
{
type: '/',
name: '除',
},
]