diff --git a/package.json b/package.json index bbfff5f..774aa3f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "build": "vue-tsc && vite build", - "build:app": "npm run build && npx cap sync android && cd android && ./gradlew assembleDebug", + "build:app": "npm run build && npx cap sync android && cd android && .\\\\gradlew assembleDebug", "preview": "vite preview", "test:e2e": "cypress run", "test:unit": "vitest", @@ -44,6 +44,7 @@ "eslint-plugin-vue": "^9.9.0", "jsdom": "^22.1.0", "postcss-px-to-viewport": "^1.1.1", + "sass-embedded": "^1.100.0", "terser": "^5.4.0", "typescript": "~5.9.0", "vite": "^5.0.0", diff --git a/src/assets/step1/2.mp4 b/src/assets/step1/2.mp4 new file mode 100644 index 0000000..2ec9c0c Binary files /dev/null and b/src/assets/step1/2.mp4 differ diff --git a/src/assets/step1/logo.png b/src/assets/step1/logo.png new file mode 100644 index 0000000..55087d6 Binary files /dev/null and b/src/assets/step1/logo.png differ diff --git a/src/views/step1.vue b/src/views/step1.vue index f2ba91d..291daf0 100644 --- a/src/views/step1.vue +++ b/src/views/step1.vue @@ -1,7 +1,10 @@