diff --git a/src/body.ts b/src/body.ts index 19d48c0..77cb91a 100644 --- a/src/body.ts +++ b/src/body.ts @@ -249,7 +249,7 @@ export function CreateTemplateBody() { ) ) ), - CreateGroup('left_shoulder_inner').add( + CreateGroup('right_shoulder_inner').add( CreateJoint('right_shoulder', -width / 2, 0, 0).add( CreateJoint('right_elbow', 0, -25, 0).add( CreateJoint('right_wrist', 0, -25, 0).add( @@ -258,7 +258,7 @@ export function CreateTemplateBody() { ) ) ), - CreateGroup('right_shoulder_inner').add( + CreateGroup('left_shoulder_inner').add( CreateJoint('left_shoulder', width / 2, 0, 0).add( CreateJoint('left_elbow', 0, -25, 0).add( CreateJoint('left_wrist', 0, -25, 0).add( diff --git a/vite.config.ts b/vite.config.ts index c5b7632..26bab8a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -115,7 +115,7 @@ const config: UserConfigFn = ({ command, mode, ssrBuild }) => { base: mode === 'online' ? '/open-pose-editor/' : './', define: { global: {}, - __APP_VERSION__: JSON.stringify('0.1.19'), + __APP_VERSION__: JSON.stringify('0.1.20'), __APP_BUILD_TIME__: Date.now(), }, build: {