@aiyiran/myclaw 1.1.81 → 1.1.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1506,10 +1506,11 @@ const MACHINE_CONFIG = [
|
|
|
1506
1506
|
{ name: '高兴', claw: 'claw5', desc: '高兴 的机器' },
|
|
1507
1507
|
{ name: '伊伊', claw: 'claw6', desc: '伊伊 的机器' },
|
|
1508
1508
|
{ name: '梓浩', claw: 'claw7', desc: '梓浩 的机器' },
|
|
1509
|
-
{ name: '
|
|
1509
|
+
{ name: '刘泓毅', claw: 'claw8', desc: '刘泓毅 的机器' },
|
|
1510
1510
|
{ name: 'Mia', claw: 'claw9', desc: 'Mia 的机器' },
|
|
1511
1511
|
{ name: '雨熙', claw: 'claw10', desc: '雨熙 的机器' },
|
|
1512
1512
|
{ name: '绍博', claw: 'claw11', desc: '绍博 的机器' },
|
|
1513
|
+
{ name: '黄玺澄', claw: 'claw12', desc: '玺澄 的机器' },
|
|
1513
1514
|
];
|
|
1514
1515
|
|
|
1515
1516
|
function openMachine(selected) {
|