From 27d46a302ff1902067458ded6ec8a40c7bccc3e7 Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Thu, 19 Oct 2023 17:32:56 +0800 Subject: [PATCH 01/95] rename 1.hello-world to hello-world --- {1.hello-world => hello-world}/1.hello-world.html | 0 .../10.read-video-pwa/README.md | 0 .../10.read-video-pwa/dynamsoft-192x192.png | Bin .../10.read-video-pwa/dynamsoft-512x512.png | Bin .../10.read-video-pwa/helloworld-pwa.html | 0 .../10.read-video-pwa/helloworld-pwa.json | 0 .../10.read-video-pwa/service-worker.js | 0 .../11.read-video-requirejs.html | 0 .../12.read-video-es6.html | 0 .../13.read-video-react-hooks/.gitignore | 0 .../13.read-video-react-hooks/README.md | 0 .../13.read-video-react-hooks/package.json | 0 .../13.read-video-react-hooks/public/favicon.ico | Bin .../13.read-video-react-hooks/public/index.html | 0 .../13.read-video-react-hooks/public/logo192.png | Bin .../13.read-video-react-hooks/public/logo512.png | Bin .../13.read-video-react-hooks/public/manifest.json | 0 .../13.read-video-react-hooks/public/robots.txt | 0 .../13.read-video-react-hooks/src/App.css | 0 .../13.read-video-react-hooks/src/App.test.tsx | 0 .../13.read-video-react-hooks/src/App.tsx | 0 .../src/components/HelloWorld/HelloWorld.css | 0 .../src/components/HelloWorld/HelloWorld.tsx | 0 .../src/components/ImgDecode/ImgDecode.css | 0 .../src/components/ImgDecode/ImgDecode.tsx | 0 .../src/components/VideoDecode/VideoDecode.css | 0 .../src/components/VideoDecode/VideoDecode.tsx | 0 .../13.read-video-react-hooks/src/dbr.ts | 0 .../13.read-video-react-hooks/src/index.css | 0 .../13.read-video-react-hooks/src/index.tsx | 0 .../13.read-video-react-hooks/src/logo.svg | 0 .../src/react-app-env.d.ts | 0 .../src/reportWebVitals.ts | 0 .../13.read-video-react-hooks/src/setupTests.ts | 0 .../13.read-video-react-hooks/tsconfig.json | 0 .../14.read-video-webview/android/.gitignore | 0 .../14.read-video-webview/android/README.md | 0 .../14.read-video-webview/android/app/.gitignore | 0 .../14.read-video-webview/android/app/build.gradle | 0 .../android/app/proguard-rules.pro | 0 .../android/app/src/main/AndroidManifest.xml | 0 .../app/src/main/assets/decodeBarcodeInVideo.html | 0 .../java/com/dynamsoft/dbrjswebview/MainActivity.kt | 0 .../res/drawable-v24/ic_launcher_foreground.xml | 0 .../main/res/drawable/ic_launcher_background.xml | 0 .../app/src/main/res/layout/activity_main.xml | 0 .../src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 0 .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 0 .../src/main/res/mipmap-anydpi-v33/ic_launcher.xml | 0 .../app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin .../src/main/res/mipmap-hdpi/ic_launcher_round.webp | Bin .../app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin .../src/main/res/mipmap-mdpi/ic_launcher_round.webp | Bin .../app/src/main/res/mipmap-xhdpi/ic_launcher.webp | Bin .../main/res/mipmap-xhdpi/ic_launcher_round.webp | Bin .../app/src/main/res/mipmap-xxhdpi/ic_launcher.webp | Bin .../main/res/mipmap-xxhdpi/ic_launcher_round.webp | Bin .../src/main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin .../main/res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin .../app/src/main/res/values-night/themes.xml | 0 .../android/app/src/main/res/values/colors.xml | 0 .../android/app/src/main/res/values/strings.xml | 0 .../android/app/src/main/res/values/themes.xml | 0 .../android/app/src/main/res/xml/backup_rules.xml | 0 .../app/src/main/res/xml/data_extraction_rules.xml | 0 .../14.read-video-webview/android/build.gradle | 0 .../14.read-video-webview/android/gradle.properties | 0 .../android/gradle/wrapper/gradle-wrapper.jar | Bin .../gradle/wrapper/gradle-wrapper.properties | 0 .../14.read-video-webview/android/gradlew | 0 .../14.read-video-webview/android/gradlew.bat | 0 .../14.read-video-webview/android/settings.gradle | 0 .../14.read-video-webview/ios/.gitignore | 0 .../14.read-video-webview/ios/README.md | 0 .../ios/dbrjswebview.xcodeproj/project.pbxproj | 0 .../project.xcworkspace/contents.xcworkspacedata | 0 .../xcshareddata/IDEWorkspaceChecks.plist | 0 .../ios/dbrjswebview/AppDelegate.swift | 0 .../AccentColor.colorset/Contents.json | 0 .../AppIcon.appiconset/Contents.json | 0 .../ios/dbrjswebview/Assets.xcassets/Contents.json | 0 .../dbrjswebview/Base.lproj/LaunchScreen.storyboard | 0 .../ios/dbrjswebview/Base.lproj/Main.storyboard | 0 .../ios/dbrjswebview/Info.plist | 0 .../ios/dbrjswebview/SceneDelegate.swift | 0 .../ios/dbrjswebview/ViewController.swift | 0 .../ios/dbrjswebview/html/decodeFileInVideo.html | 0 {1.hello-world => hello-world}/2.read-an-image.html | 0 .../3.read-video-angular/.editorconfig | 0 .../3.read-video-angular/.gitignore | 0 .../3.read-video-angular/README.md | 0 .../3.read-video-angular/angular.json | 0 .../3.read-video-angular/package.json | 0 .../3.read-video-angular/src/app/app.component.css | 0 .../3.read-video-angular/src/app/app.component.html | 0 .../src/app/app.component.spec.ts | 0 .../3.read-video-angular/src/app/app.component.ts | 0 .../3.read-video-angular/src/app/app.module.ts | 0 .../3.read-video-angular/src/app/dbr.ts | 0 .../src/app/hello-world/hello-world.component.css | 0 .../src/app/hello-world/hello-world.component.html | 0 .../app/hello-world/hello-world.component.spec.ts | 0 .../src/app/hello-world/hello-world.component.ts | 0 .../src/app/img-decode/img-decode.component.css | 0 .../src/app/img-decode/img-decode.component.html | 0 .../src/app/img-decode/img-decode.component.spec.ts | 0 .../src/app/img-decode/img-decode.component.ts | 0 .../src/app/video-decode/video-decode.component.css | 0 .../app/video-decode/video-decode.component.html | 0 .../app/video-decode/video-decode.component.spec.ts | 0 .../src/app/video-decode/video-decode.component.ts | 0 .../3.read-video-angular/src/favicon.ico | Bin .../3.read-video-angular/src/index.html | 0 .../3.read-video-angular/src/main.ts | 0 .../3.read-video-angular/src/styles.css | 0 .../3.read-video-angular/tsconfig.app.json | 0 .../3.read-video-angular/tsconfig.json | 0 .../3.read-video-angular/tsconfig.spec.json | 0 .../4.read-video-react/.gitignore | 0 .../4.read-video-react/README.md | 0 .../4.read-video-react/package.json | 0 .../4.read-video-react/public/favicon.ico | Bin .../4.read-video-react/public/index.html | 0 .../4.read-video-react/src/App.css | 0 .../4.read-video-react/src/App.tsx | 0 .../src/components/HelloWorld/HelloWorld.css | 0 .../src/components/HelloWorld/HelloWorld.tsx | 0 .../src/components/ImgDecode/ImgDecode.css | 0 .../src/components/ImgDecode/ImgDecode.tsx | 0 .../src/components/VideoDecode/VideoDecode.css | 0 .../src/components/VideoDecode/VideoDecode.tsx | 0 .../4.read-video-react/src/dbr.ts | 0 .../4.read-video-react/src/index.css | 0 .../4.read-video-react/src/index.tsx | 0 .../4.read-video-react/src/logo.svg | 0 .../4.read-video-react/src/react-app-env.d.ts | 0 .../4.read-video-react/src/reportWebVitals.ts | 0 .../4.read-video-react/tsconfig.json | 0 .../5.read-video-vue/.gitignore | 0 .../5.read-video-vue/README.md | 0 .../5.read-video-vue/index.html | 0 .../5.read-video-vue/package.json | 0 .../5.read-video-vue/public/favicon.ico | Bin .../5.read-video-vue/src/App.vue | 0 .../5.read-video-vue/src/assets/base.css | 0 .../5.read-video-vue/src/assets/logo.svg | 0 .../5.read-video-vue/src/assets/main.css | 0 .../5.read-video-vue/src/components/HelloWorld.vue | 0 .../5.read-video-vue/src/components/ImgDecode.vue | 0 .../5.read-video-vue/src/components/VideoDecode.vue | 0 .../5.read-video-vue/src/dbr.js | 0 .../5.read-video-vue/src/main.js | 0 .../5.read-video-vue/vite.config.js | 0 .../6.read-video-vue3/.gitignore | 0 .../6.read-video-vue3/README.md | 0 .../6.read-video-vue3/env.d.ts | 0 .../6.read-video-vue3/index.html | 0 .../6.read-video-vue3/package.json | 0 .../6.read-video-vue3/public/favicon.ico | Bin .../6.read-video-vue3/src/App.vue | 0 .../6.read-video-vue3/src/assets/base.css | 0 .../6.read-video-vue3/src/assets/logo.svg | 0 .../6.read-video-vue3/src/assets/main.css | 0 .../6.read-video-vue3/src/components/HelloWorld.vue | 0 .../6.read-video-vue3/src/components/ImgDecode.vue | 0 .../src/components/VideoDecode.vue | 0 .../6.read-video-vue3/src/dbr.ts | 0 .../6.read-video-vue3/src/main.ts | 0 .../6.read-video-vue3/tsconfig.json | 0 .../6.read-video-vue3/tsconfig.node.json | 0 .../6.read-video-vue3/vite.config.ts | 0 .../7.read-video-nextjs/.gitignore | 0 .../7.read-video-nextjs/README.md | 0 .../7.read-video-nextjs/components/HelloWorld.tsx | 0 .../7.read-video-nextjs/components/ImgDecode.tsx | 0 .../7.read-video-nextjs/components/VideoDecode.tsx | 0 .../7.read-video-nextjs/dbr.ts | 0 .../7.read-video-nextjs/next.config.js | 0 .../7.read-video-nextjs/package.json | 0 .../7.read-video-nextjs/pages/_app.tsx | 0 .../7.read-video-nextjs/pages/_document.tsx | 0 .../7.read-video-nextjs/pages/api/hello.ts | 0 .../7.read-video-nextjs/pages/index.tsx | 0 .../7.read-video-nextjs/public/favicon.ico | Bin .../7.read-video-nextjs/public/vercel.svg | 0 .../styles/HelloWorld.module.css | 0 .../7.read-video-nextjs/styles/Home.module.css | 0 .../7.read-video-nextjs/styles/ImgDecode.module.css | 0 .../styles/VideoDecode.module.css | 0 .../7.read-video-nextjs/styles/globals.css | 0 .../7.read-video-nextjs/tsconfig.json | 0 .../8.read-video-nuxtjs/.gitignore | 0 .../8.read-video-nuxtjs/.npmrc | 0 .../8.read-video-nuxtjs/README.md | 0 .../8.read-video-nuxtjs/app.vue | 0 .../8.read-video-nuxtjs/components/HelloWorld.vue | 0 .../8.read-video-nuxtjs/components/ImgDecode.vue | 0 .../8.read-video-nuxtjs/components/VideoDecode.vue | 0 .../8.read-video-nuxtjs/dbr.ts | 0 .../8.read-video-nuxtjs/nuxt.config.ts | 0 .../8.read-video-nuxtjs/package.json | 0 .../8.read-video-nuxtjs/public/favicon.ico | Bin .../8.read-video-nuxtjs/tsconfig.json | 0 .../9.read-video-electron/README.md | 0 .../9.read-video-electron/action.js | 0 .../9.read-video-electron/index.html | 0 .../9.read-video-electron/main.js | 0 .../9.read-video-electron/package.json | 0 .../9.read-video-electron/style.css | 0 {1.hello-world => hello-world}/README.md | 0 210 files changed, 0 insertions(+), 0 deletions(-) rename {1.hello-world => hello-world}/1.hello-world.html (100%) rename {1.hello-world => hello-world}/10.read-video-pwa/README.md (100%) rename {1.hello-world => hello-world}/10.read-video-pwa/dynamsoft-192x192.png (100%) rename {1.hello-world => hello-world}/10.read-video-pwa/dynamsoft-512x512.png (100%) rename {1.hello-world => hello-world}/10.read-video-pwa/helloworld-pwa.html (100%) rename {1.hello-world => hello-world}/10.read-video-pwa/helloworld-pwa.json (100%) rename {1.hello-world => hello-world}/10.read-video-pwa/service-worker.js (100%) rename {1.hello-world => hello-world}/11.read-video-requirejs.html (100%) rename {1.hello-world => hello-world}/12.read-video-es6.html (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/.gitignore (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/README.md (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/package.json (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/public/favicon.ico (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/public/index.html (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/public/logo192.png (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/public/logo512.png (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/public/manifest.json (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/public/robots.txt (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/App.css (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/App.test.tsx (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/App.tsx (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.css (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.tsx (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.css (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.tsx (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.css (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.tsx (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/dbr.ts (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/index.css (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/index.tsx (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/logo.svg (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/react-app-env.d.ts (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/reportWebVitals.ts (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/src/setupTests.ts (100%) rename {1.hello-world => hello-world}/13.read-video-react-hooks/tsconfig.json (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/.gitignore (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/README.md (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/.gitignore (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/build.gradle (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/proguard-rules.pro (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/AndroidManifest.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/assets/decodeBarcodeInVideo.html (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/drawable/ic_launcher_background.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/layout/activity_main.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/values-night/themes.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/values/colors.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/values/strings.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/values/themes.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/xml/backup_rules.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/app/src/main/res/xml/data_extraction_rules.xml (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/build.gradle (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/gradle.properties (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.jar (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.properties (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/gradlew (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/gradlew.bat (100%) rename {1.hello-world => hello-world}/14.read-video-webview/android/settings.gradle (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/.gitignore (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/README.md (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.pbxproj (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/AppDelegate.swift (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/Contents.json (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/Base.lproj/Main.storyboard (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/Info.plist (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/SceneDelegate.swift (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/ViewController.swift (100%) rename {1.hello-world => hello-world}/14.read-video-webview/ios/dbrjswebview/html/decodeFileInVideo.html (100%) rename {1.hello-world => hello-world}/2.read-an-image.html (100%) rename {1.hello-world => hello-world}/3.read-video-angular/.editorconfig (100%) rename {1.hello-world => hello-world}/3.read-video-angular/.gitignore (100%) rename {1.hello-world => hello-world}/3.read-video-angular/README.md (100%) rename {1.hello-world => hello-world}/3.read-video-angular/angular.json (100%) rename {1.hello-world => hello-world}/3.read-video-angular/package.json (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/app.component.css (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/app.component.html (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/app.component.spec.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/app.component.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/app.module.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/dbr.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/hello-world/hello-world.component.css (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/hello-world/hello-world.component.html (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/hello-world/hello-world.component.spec.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/hello-world/hello-world.component.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/img-decode/img-decode.component.css (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/img-decode/img-decode.component.html (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/img-decode/img-decode.component.spec.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/img-decode/img-decode.component.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/video-decode/video-decode.component.css (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/video-decode/video-decode.component.html (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/video-decode/video-decode.component.spec.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/app/video-decode/video-decode.component.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/favicon.ico (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/index.html (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/main.ts (100%) rename {1.hello-world => hello-world}/3.read-video-angular/src/styles.css (100%) rename {1.hello-world => hello-world}/3.read-video-angular/tsconfig.app.json (100%) rename {1.hello-world => hello-world}/3.read-video-angular/tsconfig.json (100%) rename {1.hello-world => hello-world}/3.read-video-angular/tsconfig.spec.json (100%) rename {1.hello-world => hello-world}/4.read-video-react/.gitignore (100%) rename {1.hello-world => hello-world}/4.read-video-react/README.md (100%) rename {1.hello-world => hello-world}/4.read-video-react/package.json (100%) rename {1.hello-world => hello-world}/4.read-video-react/public/favicon.ico (100%) rename {1.hello-world => hello-world}/4.read-video-react/public/index.html (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/App.css (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/App.tsx (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/components/HelloWorld/HelloWorld.css (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/components/HelloWorld/HelloWorld.tsx (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/components/ImgDecode/ImgDecode.css (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/components/ImgDecode/ImgDecode.tsx (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/components/VideoDecode/VideoDecode.css (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/components/VideoDecode/VideoDecode.tsx (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/dbr.ts (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/index.css (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/index.tsx (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/logo.svg (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/react-app-env.d.ts (100%) rename {1.hello-world => hello-world}/4.read-video-react/src/reportWebVitals.ts (100%) rename {1.hello-world => hello-world}/4.read-video-react/tsconfig.json (100%) rename {1.hello-world => hello-world}/5.read-video-vue/.gitignore (100%) rename {1.hello-world => hello-world}/5.read-video-vue/README.md (100%) rename {1.hello-world => hello-world}/5.read-video-vue/index.html (100%) rename {1.hello-world => hello-world}/5.read-video-vue/package.json (100%) rename {1.hello-world => hello-world}/5.read-video-vue/public/favicon.ico (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/App.vue (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/assets/base.css (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/assets/logo.svg (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/assets/main.css (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/components/HelloWorld.vue (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/components/ImgDecode.vue (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/components/VideoDecode.vue (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/dbr.js (100%) rename {1.hello-world => hello-world}/5.read-video-vue/src/main.js (100%) rename {1.hello-world => hello-world}/5.read-video-vue/vite.config.js (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/.gitignore (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/README.md (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/env.d.ts (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/index.html (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/package.json (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/public/favicon.ico (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/App.vue (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/assets/base.css (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/assets/logo.svg (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/assets/main.css (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/components/HelloWorld.vue (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/components/ImgDecode.vue (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/components/VideoDecode.vue (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/dbr.ts (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/src/main.ts (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/tsconfig.json (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/tsconfig.node.json (100%) rename {1.hello-world => hello-world}/6.read-video-vue3/vite.config.ts (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/.gitignore (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/README.md (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/components/HelloWorld.tsx (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/components/ImgDecode.tsx (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/components/VideoDecode.tsx (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/dbr.ts (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/next.config.js (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/package.json (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/pages/_app.tsx (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/pages/_document.tsx (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/pages/api/hello.ts (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/pages/index.tsx (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/public/favicon.ico (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/public/vercel.svg (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/styles/HelloWorld.module.css (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/styles/Home.module.css (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/styles/ImgDecode.module.css (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/styles/VideoDecode.module.css (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/styles/globals.css (100%) rename {1.hello-world => hello-world}/7.read-video-nextjs/tsconfig.json (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/.gitignore (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/.npmrc (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/README.md (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/app.vue (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/components/HelloWorld.vue (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/components/ImgDecode.vue (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/components/VideoDecode.vue (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/dbr.ts (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/nuxt.config.ts (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/package.json (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/public/favicon.ico (100%) rename {1.hello-world => hello-world}/8.read-video-nuxtjs/tsconfig.json (100%) rename {1.hello-world => hello-world}/9.read-video-electron/README.md (100%) rename {1.hello-world => hello-world}/9.read-video-electron/action.js (100%) rename {1.hello-world => hello-world}/9.read-video-electron/index.html (100%) rename {1.hello-world => hello-world}/9.read-video-electron/main.js (100%) rename {1.hello-world => hello-world}/9.read-video-electron/package.json (100%) rename {1.hello-world => hello-world}/9.read-video-electron/style.css (100%) rename {1.hello-world => hello-world}/README.md (100%) diff --git a/1.hello-world/1.hello-world.html b/hello-world/1.hello-world.html similarity index 100% rename from 1.hello-world/1.hello-world.html rename to hello-world/1.hello-world.html diff --git a/1.hello-world/10.read-video-pwa/README.md b/hello-world/10.read-video-pwa/README.md similarity index 100% rename from 1.hello-world/10.read-video-pwa/README.md rename to hello-world/10.read-video-pwa/README.md diff --git a/1.hello-world/10.read-video-pwa/dynamsoft-192x192.png b/hello-world/10.read-video-pwa/dynamsoft-192x192.png similarity index 100% rename from 1.hello-world/10.read-video-pwa/dynamsoft-192x192.png rename to hello-world/10.read-video-pwa/dynamsoft-192x192.png diff --git a/1.hello-world/10.read-video-pwa/dynamsoft-512x512.png b/hello-world/10.read-video-pwa/dynamsoft-512x512.png similarity index 100% rename from 1.hello-world/10.read-video-pwa/dynamsoft-512x512.png rename to hello-world/10.read-video-pwa/dynamsoft-512x512.png diff --git a/1.hello-world/10.read-video-pwa/helloworld-pwa.html b/hello-world/10.read-video-pwa/helloworld-pwa.html similarity index 100% rename from 1.hello-world/10.read-video-pwa/helloworld-pwa.html rename to hello-world/10.read-video-pwa/helloworld-pwa.html diff --git a/1.hello-world/10.read-video-pwa/helloworld-pwa.json b/hello-world/10.read-video-pwa/helloworld-pwa.json similarity index 100% rename from 1.hello-world/10.read-video-pwa/helloworld-pwa.json rename to hello-world/10.read-video-pwa/helloworld-pwa.json diff --git a/1.hello-world/10.read-video-pwa/service-worker.js b/hello-world/10.read-video-pwa/service-worker.js similarity index 100% rename from 1.hello-world/10.read-video-pwa/service-worker.js rename to hello-world/10.read-video-pwa/service-worker.js diff --git a/1.hello-world/11.read-video-requirejs.html b/hello-world/11.read-video-requirejs.html similarity index 100% rename from 1.hello-world/11.read-video-requirejs.html rename to hello-world/11.read-video-requirejs.html diff --git a/1.hello-world/12.read-video-es6.html b/hello-world/12.read-video-es6.html similarity index 100% rename from 1.hello-world/12.read-video-es6.html rename to hello-world/12.read-video-es6.html diff --git a/1.hello-world/13.read-video-react-hooks/.gitignore b/hello-world/13.read-video-react-hooks/.gitignore similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/.gitignore rename to hello-world/13.read-video-react-hooks/.gitignore diff --git a/1.hello-world/13.read-video-react-hooks/README.md b/hello-world/13.read-video-react-hooks/README.md similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/README.md rename to hello-world/13.read-video-react-hooks/README.md diff --git a/1.hello-world/13.read-video-react-hooks/package.json b/hello-world/13.read-video-react-hooks/package.json similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/package.json rename to hello-world/13.read-video-react-hooks/package.json diff --git a/1.hello-world/13.read-video-react-hooks/public/favicon.ico b/hello-world/13.read-video-react-hooks/public/favicon.ico similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/public/favicon.ico rename to hello-world/13.read-video-react-hooks/public/favicon.ico diff --git a/1.hello-world/13.read-video-react-hooks/public/index.html b/hello-world/13.read-video-react-hooks/public/index.html similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/public/index.html rename to hello-world/13.read-video-react-hooks/public/index.html diff --git a/1.hello-world/13.read-video-react-hooks/public/logo192.png b/hello-world/13.read-video-react-hooks/public/logo192.png similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/public/logo192.png rename to hello-world/13.read-video-react-hooks/public/logo192.png diff --git a/1.hello-world/13.read-video-react-hooks/public/logo512.png b/hello-world/13.read-video-react-hooks/public/logo512.png similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/public/logo512.png rename to hello-world/13.read-video-react-hooks/public/logo512.png diff --git a/1.hello-world/13.read-video-react-hooks/public/manifest.json b/hello-world/13.read-video-react-hooks/public/manifest.json similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/public/manifest.json rename to hello-world/13.read-video-react-hooks/public/manifest.json diff --git a/1.hello-world/13.read-video-react-hooks/public/robots.txt b/hello-world/13.read-video-react-hooks/public/robots.txt similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/public/robots.txt rename to hello-world/13.read-video-react-hooks/public/robots.txt diff --git a/1.hello-world/13.read-video-react-hooks/src/App.css b/hello-world/13.read-video-react-hooks/src/App.css similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/App.css rename to hello-world/13.read-video-react-hooks/src/App.css diff --git a/1.hello-world/13.read-video-react-hooks/src/App.test.tsx b/hello-world/13.read-video-react-hooks/src/App.test.tsx similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/App.test.tsx rename to hello-world/13.read-video-react-hooks/src/App.test.tsx diff --git a/1.hello-world/13.read-video-react-hooks/src/App.tsx b/hello-world/13.read-video-react-hooks/src/App.tsx similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/App.tsx rename to hello-world/13.read-video-react-hooks/src/App.tsx diff --git a/1.hello-world/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.css b/hello-world/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.css similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.css rename to hello-world/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.css diff --git a/1.hello-world/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.tsx b/hello-world/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.tsx similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.tsx rename to hello-world/13.read-video-react-hooks/src/components/HelloWorld/HelloWorld.tsx diff --git a/1.hello-world/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.css b/hello-world/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.css similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.css rename to hello-world/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.css diff --git a/1.hello-world/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.tsx b/hello-world/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.tsx similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.tsx rename to hello-world/13.read-video-react-hooks/src/components/ImgDecode/ImgDecode.tsx diff --git a/1.hello-world/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.css b/hello-world/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.css similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.css rename to hello-world/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.css diff --git a/1.hello-world/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.tsx b/hello-world/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.tsx similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.tsx rename to hello-world/13.read-video-react-hooks/src/components/VideoDecode/VideoDecode.tsx diff --git a/1.hello-world/13.read-video-react-hooks/src/dbr.ts b/hello-world/13.read-video-react-hooks/src/dbr.ts similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/dbr.ts rename to hello-world/13.read-video-react-hooks/src/dbr.ts diff --git a/1.hello-world/13.read-video-react-hooks/src/index.css b/hello-world/13.read-video-react-hooks/src/index.css similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/index.css rename to hello-world/13.read-video-react-hooks/src/index.css diff --git a/1.hello-world/13.read-video-react-hooks/src/index.tsx b/hello-world/13.read-video-react-hooks/src/index.tsx similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/index.tsx rename to hello-world/13.read-video-react-hooks/src/index.tsx diff --git a/1.hello-world/13.read-video-react-hooks/src/logo.svg b/hello-world/13.read-video-react-hooks/src/logo.svg similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/logo.svg rename to hello-world/13.read-video-react-hooks/src/logo.svg diff --git a/1.hello-world/13.read-video-react-hooks/src/react-app-env.d.ts b/hello-world/13.read-video-react-hooks/src/react-app-env.d.ts similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/react-app-env.d.ts rename to hello-world/13.read-video-react-hooks/src/react-app-env.d.ts diff --git a/1.hello-world/13.read-video-react-hooks/src/reportWebVitals.ts b/hello-world/13.read-video-react-hooks/src/reportWebVitals.ts similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/reportWebVitals.ts rename to hello-world/13.read-video-react-hooks/src/reportWebVitals.ts diff --git a/1.hello-world/13.read-video-react-hooks/src/setupTests.ts b/hello-world/13.read-video-react-hooks/src/setupTests.ts similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/src/setupTests.ts rename to hello-world/13.read-video-react-hooks/src/setupTests.ts diff --git a/1.hello-world/13.read-video-react-hooks/tsconfig.json b/hello-world/13.read-video-react-hooks/tsconfig.json similarity index 100% rename from 1.hello-world/13.read-video-react-hooks/tsconfig.json rename to hello-world/13.read-video-react-hooks/tsconfig.json diff --git a/1.hello-world/14.read-video-webview/android/.gitignore b/hello-world/14.read-video-webview/android/.gitignore similarity index 100% rename from 1.hello-world/14.read-video-webview/android/.gitignore rename to hello-world/14.read-video-webview/android/.gitignore diff --git a/1.hello-world/14.read-video-webview/android/README.md b/hello-world/14.read-video-webview/android/README.md similarity index 100% rename from 1.hello-world/14.read-video-webview/android/README.md rename to hello-world/14.read-video-webview/android/README.md diff --git a/1.hello-world/14.read-video-webview/android/app/.gitignore b/hello-world/14.read-video-webview/android/app/.gitignore similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/.gitignore rename to hello-world/14.read-video-webview/android/app/.gitignore diff --git a/1.hello-world/14.read-video-webview/android/app/build.gradle b/hello-world/14.read-video-webview/android/app/build.gradle similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/build.gradle rename to hello-world/14.read-video-webview/android/app/build.gradle diff --git a/1.hello-world/14.read-video-webview/android/app/proguard-rules.pro b/hello-world/14.read-video-webview/android/app/proguard-rules.pro similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/proguard-rules.pro rename to hello-world/14.read-video-webview/android/app/proguard-rules.pro diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/AndroidManifest.xml b/hello-world/14.read-video-webview/android/app/src/main/AndroidManifest.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/AndroidManifest.xml rename to hello-world/14.read-video-webview/android/app/src/main/AndroidManifest.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/assets/decodeBarcodeInVideo.html b/hello-world/14.read-video-webview/android/app/src/main/assets/decodeBarcodeInVideo.html similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/assets/decodeBarcodeInVideo.html rename to hello-world/14.read-video-webview/android/app/src/main/assets/decodeBarcodeInVideo.html diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt b/hello-world/14.read-video-webview/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt rename to hello-world/14.read-video-webview/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/hello-world/14.read-video-webview/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/drawable/ic_launcher_background.xml b/hello-world/14.read-video-webview/android/app/src/main/res/drawable/ic_launcher_background.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/drawable/ic_launcher_background.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/drawable/ic_launcher_background.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/layout/activity_main.xml b/hello-world/14.read-video-webview/android/app/src/main/res/layout/activity_main.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/layout/activity_main.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/layout/activity_main.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp rename to hello-world/14.read-video-webview/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/values-night/themes.xml b/hello-world/14.read-video-webview/android/app/src/main/res/values-night/themes.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/values-night/themes.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/values-night/themes.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/values/colors.xml b/hello-world/14.read-video-webview/android/app/src/main/res/values/colors.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/values/colors.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/values/colors.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/values/strings.xml b/hello-world/14.read-video-webview/android/app/src/main/res/values/strings.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/values/strings.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/values/strings.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/values/themes.xml b/hello-world/14.read-video-webview/android/app/src/main/res/values/themes.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/values/themes.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/values/themes.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/xml/backup_rules.xml b/hello-world/14.read-video-webview/android/app/src/main/res/xml/backup_rules.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/xml/backup_rules.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/xml/backup_rules.xml diff --git a/1.hello-world/14.read-video-webview/android/app/src/main/res/xml/data_extraction_rules.xml b/hello-world/14.read-video-webview/android/app/src/main/res/xml/data_extraction_rules.xml similarity index 100% rename from 1.hello-world/14.read-video-webview/android/app/src/main/res/xml/data_extraction_rules.xml rename to hello-world/14.read-video-webview/android/app/src/main/res/xml/data_extraction_rules.xml diff --git a/1.hello-world/14.read-video-webview/android/build.gradle b/hello-world/14.read-video-webview/android/build.gradle similarity index 100% rename from 1.hello-world/14.read-video-webview/android/build.gradle rename to hello-world/14.read-video-webview/android/build.gradle diff --git a/1.hello-world/14.read-video-webview/android/gradle.properties b/hello-world/14.read-video-webview/android/gradle.properties similarity index 100% rename from 1.hello-world/14.read-video-webview/android/gradle.properties rename to hello-world/14.read-video-webview/android/gradle.properties diff --git a/1.hello-world/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.jar b/hello-world/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from 1.hello-world/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.jar rename to hello-world/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.jar diff --git a/1.hello-world/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.properties b/hello-world/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from 1.hello-world/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.properties rename to hello-world/14.read-video-webview/android/gradle/wrapper/gradle-wrapper.properties diff --git a/1.hello-world/14.read-video-webview/android/gradlew b/hello-world/14.read-video-webview/android/gradlew similarity index 100% rename from 1.hello-world/14.read-video-webview/android/gradlew rename to hello-world/14.read-video-webview/android/gradlew diff --git a/1.hello-world/14.read-video-webview/android/gradlew.bat b/hello-world/14.read-video-webview/android/gradlew.bat similarity index 100% rename from 1.hello-world/14.read-video-webview/android/gradlew.bat rename to hello-world/14.read-video-webview/android/gradlew.bat diff --git a/1.hello-world/14.read-video-webview/android/settings.gradle b/hello-world/14.read-video-webview/android/settings.gradle similarity index 100% rename from 1.hello-world/14.read-video-webview/android/settings.gradle rename to hello-world/14.read-video-webview/android/settings.gradle diff --git a/1.hello-world/14.read-video-webview/ios/.gitignore b/hello-world/14.read-video-webview/ios/.gitignore similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/.gitignore rename to hello-world/14.read-video-webview/ios/.gitignore diff --git a/1.hello-world/14.read-video-webview/ios/README.md b/hello-world/14.read-video-webview/ios/README.md similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/README.md rename to hello-world/14.read-video-webview/ios/README.md diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.pbxproj b/hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.pbxproj similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.pbxproj rename to hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.pbxproj diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to hello-world/14.read-video-webview/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/AppDelegate.swift b/hello-world/14.read-video-webview/ios/dbrjswebview/AppDelegate.swift similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/AppDelegate.swift rename to hello-world/14.read-video-webview/ios/dbrjswebview/AppDelegate.swift diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json b/hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json rename to hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json b/hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json rename to hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/Contents.json b/hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/Contents.json similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/Contents.json rename to hello-world/14.read-video-webview/ios/dbrjswebview/Assets.xcassets/Contents.json diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard b/hello-world/14.read-video-webview/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard rename to hello-world/14.read-video-webview/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/Base.lproj/Main.storyboard b/hello-world/14.read-video-webview/ios/dbrjswebview/Base.lproj/Main.storyboard similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/Base.lproj/Main.storyboard rename to hello-world/14.read-video-webview/ios/dbrjswebview/Base.lproj/Main.storyboard diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/Info.plist b/hello-world/14.read-video-webview/ios/dbrjswebview/Info.plist similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/Info.plist rename to hello-world/14.read-video-webview/ios/dbrjswebview/Info.plist diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/SceneDelegate.swift b/hello-world/14.read-video-webview/ios/dbrjswebview/SceneDelegate.swift similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/SceneDelegate.swift rename to hello-world/14.read-video-webview/ios/dbrjswebview/SceneDelegate.swift diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/ViewController.swift b/hello-world/14.read-video-webview/ios/dbrjswebview/ViewController.swift similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/ViewController.swift rename to hello-world/14.read-video-webview/ios/dbrjswebview/ViewController.swift diff --git a/1.hello-world/14.read-video-webview/ios/dbrjswebview/html/decodeFileInVideo.html b/hello-world/14.read-video-webview/ios/dbrjswebview/html/decodeFileInVideo.html similarity index 100% rename from 1.hello-world/14.read-video-webview/ios/dbrjswebview/html/decodeFileInVideo.html rename to hello-world/14.read-video-webview/ios/dbrjswebview/html/decodeFileInVideo.html diff --git a/1.hello-world/2.read-an-image.html b/hello-world/2.read-an-image.html similarity index 100% rename from 1.hello-world/2.read-an-image.html rename to hello-world/2.read-an-image.html diff --git a/1.hello-world/3.read-video-angular/.editorconfig b/hello-world/3.read-video-angular/.editorconfig similarity index 100% rename from 1.hello-world/3.read-video-angular/.editorconfig rename to hello-world/3.read-video-angular/.editorconfig diff --git a/1.hello-world/3.read-video-angular/.gitignore b/hello-world/3.read-video-angular/.gitignore similarity index 100% rename from 1.hello-world/3.read-video-angular/.gitignore rename to hello-world/3.read-video-angular/.gitignore diff --git a/1.hello-world/3.read-video-angular/README.md b/hello-world/3.read-video-angular/README.md similarity index 100% rename from 1.hello-world/3.read-video-angular/README.md rename to hello-world/3.read-video-angular/README.md diff --git a/1.hello-world/3.read-video-angular/angular.json b/hello-world/3.read-video-angular/angular.json similarity index 100% rename from 1.hello-world/3.read-video-angular/angular.json rename to hello-world/3.read-video-angular/angular.json diff --git a/1.hello-world/3.read-video-angular/package.json b/hello-world/3.read-video-angular/package.json similarity index 100% rename from 1.hello-world/3.read-video-angular/package.json rename to hello-world/3.read-video-angular/package.json diff --git a/1.hello-world/3.read-video-angular/src/app/app.component.css b/hello-world/3.read-video-angular/src/app/app.component.css similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/app.component.css rename to hello-world/3.read-video-angular/src/app/app.component.css diff --git a/1.hello-world/3.read-video-angular/src/app/app.component.html b/hello-world/3.read-video-angular/src/app/app.component.html similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/app.component.html rename to hello-world/3.read-video-angular/src/app/app.component.html diff --git a/1.hello-world/3.read-video-angular/src/app/app.component.spec.ts b/hello-world/3.read-video-angular/src/app/app.component.spec.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/app.component.spec.ts rename to hello-world/3.read-video-angular/src/app/app.component.spec.ts diff --git a/1.hello-world/3.read-video-angular/src/app/app.component.ts b/hello-world/3.read-video-angular/src/app/app.component.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/app.component.ts rename to hello-world/3.read-video-angular/src/app/app.component.ts diff --git a/1.hello-world/3.read-video-angular/src/app/app.module.ts b/hello-world/3.read-video-angular/src/app/app.module.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/app.module.ts rename to hello-world/3.read-video-angular/src/app/app.module.ts diff --git a/1.hello-world/3.read-video-angular/src/app/dbr.ts b/hello-world/3.read-video-angular/src/app/dbr.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/dbr.ts rename to hello-world/3.read-video-angular/src/app/dbr.ts diff --git a/1.hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.css b/hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.css similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.css rename to hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.css diff --git a/1.hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.html b/hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.html similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.html rename to hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.html diff --git a/1.hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.spec.ts b/hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.spec.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.spec.ts rename to hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.spec.ts diff --git a/1.hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.ts b/hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.ts rename to hello-world/3.read-video-angular/src/app/hello-world/hello-world.component.ts diff --git a/1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.css b/hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.css similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.css rename to hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.css diff --git a/1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.html b/hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.html similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.html rename to hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.html diff --git a/1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.spec.ts b/hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.spec.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.spec.ts rename to hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.spec.ts diff --git a/1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.ts b/hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.ts rename to hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.ts diff --git a/1.hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.css b/hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.css similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.css rename to hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.css diff --git a/1.hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.html b/hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.html similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.html rename to hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.html diff --git a/1.hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.spec.ts b/hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.spec.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.spec.ts rename to hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.spec.ts diff --git a/1.hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.ts b/hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.ts rename to hello-world/3.read-video-angular/src/app/video-decode/video-decode.component.ts diff --git a/1.hello-world/3.read-video-angular/src/favicon.ico b/hello-world/3.read-video-angular/src/favicon.ico similarity index 100% rename from 1.hello-world/3.read-video-angular/src/favicon.ico rename to hello-world/3.read-video-angular/src/favicon.ico diff --git a/1.hello-world/3.read-video-angular/src/index.html b/hello-world/3.read-video-angular/src/index.html similarity index 100% rename from 1.hello-world/3.read-video-angular/src/index.html rename to hello-world/3.read-video-angular/src/index.html diff --git a/1.hello-world/3.read-video-angular/src/main.ts b/hello-world/3.read-video-angular/src/main.ts similarity index 100% rename from 1.hello-world/3.read-video-angular/src/main.ts rename to hello-world/3.read-video-angular/src/main.ts diff --git a/1.hello-world/3.read-video-angular/src/styles.css b/hello-world/3.read-video-angular/src/styles.css similarity index 100% rename from 1.hello-world/3.read-video-angular/src/styles.css rename to hello-world/3.read-video-angular/src/styles.css diff --git a/1.hello-world/3.read-video-angular/tsconfig.app.json b/hello-world/3.read-video-angular/tsconfig.app.json similarity index 100% rename from 1.hello-world/3.read-video-angular/tsconfig.app.json rename to hello-world/3.read-video-angular/tsconfig.app.json diff --git a/1.hello-world/3.read-video-angular/tsconfig.json b/hello-world/3.read-video-angular/tsconfig.json similarity index 100% rename from 1.hello-world/3.read-video-angular/tsconfig.json rename to hello-world/3.read-video-angular/tsconfig.json diff --git a/1.hello-world/3.read-video-angular/tsconfig.spec.json b/hello-world/3.read-video-angular/tsconfig.spec.json similarity index 100% rename from 1.hello-world/3.read-video-angular/tsconfig.spec.json rename to hello-world/3.read-video-angular/tsconfig.spec.json diff --git a/1.hello-world/4.read-video-react/.gitignore b/hello-world/4.read-video-react/.gitignore similarity index 100% rename from 1.hello-world/4.read-video-react/.gitignore rename to hello-world/4.read-video-react/.gitignore diff --git a/1.hello-world/4.read-video-react/README.md b/hello-world/4.read-video-react/README.md similarity index 100% rename from 1.hello-world/4.read-video-react/README.md rename to hello-world/4.read-video-react/README.md diff --git a/1.hello-world/4.read-video-react/package.json b/hello-world/4.read-video-react/package.json similarity index 100% rename from 1.hello-world/4.read-video-react/package.json rename to hello-world/4.read-video-react/package.json diff --git a/1.hello-world/4.read-video-react/public/favicon.ico b/hello-world/4.read-video-react/public/favicon.ico similarity index 100% rename from 1.hello-world/4.read-video-react/public/favicon.ico rename to hello-world/4.read-video-react/public/favicon.ico diff --git a/1.hello-world/4.read-video-react/public/index.html b/hello-world/4.read-video-react/public/index.html similarity index 100% rename from 1.hello-world/4.read-video-react/public/index.html rename to hello-world/4.read-video-react/public/index.html diff --git a/1.hello-world/4.read-video-react/src/App.css b/hello-world/4.read-video-react/src/App.css similarity index 100% rename from 1.hello-world/4.read-video-react/src/App.css rename to hello-world/4.read-video-react/src/App.css diff --git a/1.hello-world/4.read-video-react/src/App.tsx b/hello-world/4.read-video-react/src/App.tsx similarity index 100% rename from 1.hello-world/4.read-video-react/src/App.tsx rename to hello-world/4.read-video-react/src/App.tsx diff --git a/1.hello-world/4.read-video-react/src/components/HelloWorld/HelloWorld.css b/hello-world/4.read-video-react/src/components/HelloWorld/HelloWorld.css similarity index 100% rename from 1.hello-world/4.read-video-react/src/components/HelloWorld/HelloWorld.css rename to hello-world/4.read-video-react/src/components/HelloWorld/HelloWorld.css diff --git a/1.hello-world/4.read-video-react/src/components/HelloWorld/HelloWorld.tsx b/hello-world/4.read-video-react/src/components/HelloWorld/HelloWorld.tsx similarity index 100% rename from 1.hello-world/4.read-video-react/src/components/HelloWorld/HelloWorld.tsx rename to hello-world/4.read-video-react/src/components/HelloWorld/HelloWorld.tsx diff --git a/1.hello-world/4.read-video-react/src/components/ImgDecode/ImgDecode.css b/hello-world/4.read-video-react/src/components/ImgDecode/ImgDecode.css similarity index 100% rename from 1.hello-world/4.read-video-react/src/components/ImgDecode/ImgDecode.css rename to hello-world/4.read-video-react/src/components/ImgDecode/ImgDecode.css diff --git a/1.hello-world/4.read-video-react/src/components/ImgDecode/ImgDecode.tsx b/hello-world/4.read-video-react/src/components/ImgDecode/ImgDecode.tsx similarity index 100% rename from 1.hello-world/4.read-video-react/src/components/ImgDecode/ImgDecode.tsx rename to hello-world/4.read-video-react/src/components/ImgDecode/ImgDecode.tsx diff --git a/1.hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.css b/hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.css similarity index 100% rename from 1.hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.css rename to hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.css diff --git a/1.hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.tsx b/hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.tsx similarity index 100% rename from 1.hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.tsx rename to hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.tsx diff --git a/1.hello-world/4.read-video-react/src/dbr.ts b/hello-world/4.read-video-react/src/dbr.ts similarity index 100% rename from 1.hello-world/4.read-video-react/src/dbr.ts rename to hello-world/4.read-video-react/src/dbr.ts diff --git a/1.hello-world/4.read-video-react/src/index.css b/hello-world/4.read-video-react/src/index.css similarity index 100% rename from 1.hello-world/4.read-video-react/src/index.css rename to hello-world/4.read-video-react/src/index.css diff --git a/1.hello-world/4.read-video-react/src/index.tsx b/hello-world/4.read-video-react/src/index.tsx similarity index 100% rename from 1.hello-world/4.read-video-react/src/index.tsx rename to hello-world/4.read-video-react/src/index.tsx diff --git a/1.hello-world/4.read-video-react/src/logo.svg b/hello-world/4.read-video-react/src/logo.svg similarity index 100% rename from 1.hello-world/4.read-video-react/src/logo.svg rename to hello-world/4.read-video-react/src/logo.svg diff --git a/1.hello-world/4.read-video-react/src/react-app-env.d.ts b/hello-world/4.read-video-react/src/react-app-env.d.ts similarity index 100% rename from 1.hello-world/4.read-video-react/src/react-app-env.d.ts rename to hello-world/4.read-video-react/src/react-app-env.d.ts diff --git a/1.hello-world/4.read-video-react/src/reportWebVitals.ts b/hello-world/4.read-video-react/src/reportWebVitals.ts similarity index 100% rename from 1.hello-world/4.read-video-react/src/reportWebVitals.ts rename to hello-world/4.read-video-react/src/reportWebVitals.ts diff --git a/1.hello-world/4.read-video-react/tsconfig.json b/hello-world/4.read-video-react/tsconfig.json similarity index 100% rename from 1.hello-world/4.read-video-react/tsconfig.json rename to hello-world/4.read-video-react/tsconfig.json diff --git a/1.hello-world/5.read-video-vue/.gitignore b/hello-world/5.read-video-vue/.gitignore similarity index 100% rename from 1.hello-world/5.read-video-vue/.gitignore rename to hello-world/5.read-video-vue/.gitignore diff --git a/1.hello-world/5.read-video-vue/README.md b/hello-world/5.read-video-vue/README.md similarity index 100% rename from 1.hello-world/5.read-video-vue/README.md rename to hello-world/5.read-video-vue/README.md diff --git a/1.hello-world/5.read-video-vue/index.html b/hello-world/5.read-video-vue/index.html similarity index 100% rename from 1.hello-world/5.read-video-vue/index.html rename to hello-world/5.read-video-vue/index.html diff --git a/1.hello-world/5.read-video-vue/package.json b/hello-world/5.read-video-vue/package.json similarity index 100% rename from 1.hello-world/5.read-video-vue/package.json rename to hello-world/5.read-video-vue/package.json diff --git a/1.hello-world/5.read-video-vue/public/favicon.ico b/hello-world/5.read-video-vue/public/favicon.ico similarity index 100% rename from 1.hello-world/5.read-video-vue/public/favicon.ico rename to hello-world/5.read-video-vue/public/favicon.ico diff --git a/1.hello-world/5.read-video-vue/src/App.vue b/hello-world/5.read-video-vue/src/App.vue similarity index 100% rename from 1.hello-world/5.read-video-vue/src/App.vue rename to hello-world/5.read-video-vue/src/App.vue diff --git a/1.hello-world/5.read-video-vue/src/assets/base.css b/hello-world/5.read-video-vue/src/assets/base.css similarity index 100% rename from 1.hello-world/5.read-video-vue/src/assets/base.css rename to hello-world/5.read-video-vue/src/assets/base.css diff --git a/1.hello-world/5.read-video-vue/src/assets/logo.svg b/hello-world/5.read-video-vue/src/assets/logo.svg similarity index 100% rename from 1.hello-world/5.read-video-vue/src/assets/logo.svg rename to hello-world/5.read-video-vue/src/assets/logo.svg diff --git a/1.hello-world/5.read-video-vue/src/assets/main.css b/hello-world/5.read-video-vue/src/assets/main.css similarity index 100% rename from 1.hello-world/5.read-video-vue/src/assets/main.css rename to hello-world/5.read-video-vue/src/assets/main.css diff --git a/1.hello-world/5.read-video-vue/src/components/HelloWorld.vue b/hello-world/5.read-video-vue/src/components/HelloWorld.vue similarity index 100% rename from 1.hello-world/5.read-video-vue/src/components/HelloWorld.vue rename to hello-world/5.read-video-vue/src/components/HelloWorld.vue diff --git a/1.hello-world/5.read-video-vue/src/components/ImgDecode.vue b/hello-world/5.read-video-vue/src/components/ImgDecode.vue similarity index 100% rename from 1.hello-world/5.read-video-vue/src/components/ImgDecode.vue rename to hello-world/5.read-video-vue/src/components/ImgDecode.vue diff --git a/1.hello-world/5.read-video-vue/src/components/VideoDecode.vue b/hello-world/5.read-video-vue/src/components/VideoDecode.vue similarity index 100% rename from 1.hello-world/5.read-video-vue/src/components/VideoDecode.vue rename to hello-world/5.read-video-vue/src/components/VideoDecode.vue diff --git a/1.hello-world/5.read-video-vue/src/dbr.js b/hello-world/5.read-video-vue/src/dbr.js similarity index 100% rename from 1.hello-world/5.read-video-vue/src/dbr.js rename to hello-world/5.read-video-vue/src/dbr.js diff --git a/1.hello-world/5.read-video-vue/src/main.js b/hello-world/5.read-video-vue/src/main.js similarity index 100% rename from 1.hello-world/5.read-video-vue/src/main.js rename to hello-world/5.read-video-vue/src/main.js diff --git a/1.hello-world/5.read-video-vue/vite.config.js b/hello-world/5.read-video-vue/vite.config.js similarity index 100% rename from 1.hello-world/5.read-video-vue/vite.config.js rename to hello-world/5.read-video-vue/vite.config.js diff --git a/1.hello-world/6.read-video-vue3/.gitignore b/hello-world/6.read-video-vue3/.gitignore similarity index 100% rename from 1.hello-world/6.read-video-vue3/.gitignore rename to hello-world/6.read-video-vue3/.gitignore diff --git a/1.hello-world/6.read-video-vue3/README.md b/hello-world/6.read-video-vue3/README.md similarity index 100% rename from 1.hello-world/6.read-video-vue3/README.md rename to hello-world/6.read-video-vue3/README.md diff --git a/1.hello-world/6.read-video-vue3/env.d.ts b/hello-world/6.read-video-vue3/env.d.ts similarity index 100% rename from 1.hello-world/6.read-video-vue3/env.d.ts rename to hello-world/6.read-video-vue3/env.d.ts diff --git a/1.hello-world/6.read-video-vue3/index.html b/hello-world/6.read-video-vue3/index.html similarity index 100% rename from 1.hello-world/6.read-video-vue3/index.html rename to hello-world/6.read-video-vue3/index.html diff --git a/1.hello-world/6.read-video-vue3/package.json b/hello-world/6.read-video-vue3/package.json similarity index 100% rename from 1.hello-world/6.read-video-vue3/package.json rename to hello-world/6.read-video-vue3/package.json diff --git a/1.hello-world/6.read-video-vue3/public/favicon.ico b/hello-world/6.read-video-vue3/public/favicon.ico similarity index 100% rename from 1.hello-world/6.read-video-vue3/public/favicon.ico rename to hello-world/6.read-video-vue3/public/favicon.ico diff --git a/1.hello-world/6.read-video-vue3/src/App.vue b/hello-world/6.read-video-vue3/src/App.vue similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/App.vue rename to hello-world/6.read-video-vue3/src/App.vue diff --git a/1.hello-world/6.read-video-vue3/src/assets/base.css b/hello-world/6.read-video-vue3/src/assets/base.css similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/assets/base.css rename to hello-world/6.read-video-vue3/src/assets/base.css diff --git a/1.hello-world/6.read-video-vue3/src/assets/logo.svg b/hello-world/6.read-video-vue3/src/assets/logo.svg similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/assets/logo.svg rename to hello-world/6.read-video-vue3/src/assets/logo.svg diff --git a/1.hello-world/6.read-video-vue3/src/assets/main.css b/hello-world/6.read-video-vue3/src/assets/main.css similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/assets/main.css rename to hello-world/6.read-video-vue3/src/assets/main.css diff --git a/1.hello-world/6.read-video-vue3/src/components/HelloWorld.vue b/hello-world/6.read-video-vue3/src/components/HelloWorld.vue similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/components/HelloWorld.vue rename to hello-world/6.read-video-vue3/src/components/HelloWorld.vue diff --git a/1.hello-world/6.read-video-vue3/src/components/ImgDecode.vue b/hello-world/6.read-video-vue3/src/components/ImgDecode.vue similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/components/ImgDecode.vue rename to hello-world/6.read-video-vue3/src/components/ImgDecode.vue diff --git a/1.hello-world/6.read-video-vue3/src/components/VideoDecode.vue b/hello-world/6.read-video-vue3/src/components/VideoDecode.vue similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/components/VideoDecode.vue rename to hello-world/6.read-video-vue3/src/components/VideoDecode.vue diff --git a/1.hello-world/6.read-video-vue3/src/dbr.ts b/hello-world/6.read-video-vue3/src/dbr.ts similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/dbr.ts rename to hello-world/6.read-video-vue3/src/dbr.ts diff --git a/1.hello-world/6.read-video-vue3/src/main.ts b/hello-world/6.read-video-vue3/src/main.ts similarity index 100% rename from 1.hello-world/6.read-video-vue3/src/main.ts rename to hello-world/6.read-video-vue3/src/main.ts diff --git a/1.hello-world/6.read-video-vue3/tsconfig.json b/hello-world/6.read-video-vue3/tsconfig.json similarity index 100% rename from 1.hello-world/6.read-video-vue3/tsconfig.json rename to hello-world/6.read-video-vue3/tsconfig.json diff --git a/1.hello-world/6.read-video-vue3/tsconfig.node.json b/hello-world/6.read-video-vue3/tsconfig.node.json similarity index 100% rename from 1.hello-world/6.read-video-vue3/tsconfig.node.json rename to hello-world/6.read-video-vue3/tsconfig.node.json diff --git a/1.hello-world/6.read-video-vue3/vite.config.ts b/hello-world/6.read-video-vue3/vite.config.ts similarity index 100% rename from 1.hello-world/6.read-video-vue3/vite.config.ts rename to hello-world/6.read-video-vue3/vite.config.ts diff --git a/1.hello-world/7.read-video-nextjs/.gitignore b/hello-world/7.read-video-nextjs/.gitignore similarity index 100% rename from 1.hello-world/7.read-video-nextjs/.gitignore rename to hello-world/7.read-video-nextjs/.gitignore diff --git a/1.hello-world/7.read-video-nextjs/README.md b/hello-world/7.read-video-nextjs/README.md similarity index 100% rename from 1.hello-world/7.read-video-nextjs/README.md rename to hello-world/7.read-video-nextjs/README.md diff --git a/1.hello-world/7.read-video-nextjs/components/HelloWorld.tsx b/hello-world/7.read-video-nextjs/components/HelloWorld.tsx similarity index 100% rename from 1.hello-world/7.read-video-nextjs/components/HelloWorld.tsx rename to hello-world/7.read-video-nextjs/components/HelloWorld.tsx diff --git a/1.hello-world/7.read-video-nextjs/components/ImgDecode.tsx b/hello-world/7.read-video-nextjs/components/ImgDecode.tsx similarity index 100% rename from 1.hello-world/7.read-video-nextjs/components/ImgDecode.tsx rename to hello-world/7.read-video-nextjs/components/ImgDecode.tsx diff --git a/1.hello-world/7.read-video-nextjs/components/VideoDecode.tsx b/hello-world/7.read-video-nextjs/components/VideoDecode.tsx similarity index 100% rename from 1.hello-world/7.read-video-nextjs/components/VideoDecode.tsx rename to hello-world/7.read-video-nextjs/components/VideoDecode.tsx diff --git a/1.hello-world/7.read-video-nextjs/dbr.ts b/hello-world/7.read-video-nextjs/dbr.ts similarity index 100% rename from 1.hello-world/7.read-video-nextjs/dbr.ts rename to hello-world/7.read-video-nextjs/dbr.ts diff --git a/1.hello-world/7.read-video-nextjs/next.config.js b/hello-world/7.read-video-nextjs/next.config.js similarity index 100% rename from 1.hello-world/7.read-video-nextjs/next.config.js rename to hello-world/7.read-video-nextjs/next.config.js diff --git a/1.hello-world/7.read-video-nextjs/package.json b/hello-world/7.read-video-nextjs/package.json similarity index 100% rename from 1.hello-world/7.read-video-nextjs/package.json rename to hello-world/7.read-video-nextjs/package.json diff --git a/1.hello-world/7.read-video-nextjs/pages/_app.tsx b/hello-world/7.read-video-nextjs/pages/_app.tsx similarity index 100% rename from 1.hello-world/7.read-video-nextjs/pages/_app.tsx rename to hello-world/7.read-video-nextjs/pages/_app.tsx diff --git a/1.hello-world/7.read-video-nextjs/pages/_document.tsx b/hello-world/7.read-video-nextjs/pages/_document.tsx similarity index 100% rename from 1.hello-world/7.read-video-nextjs/pages/_document.tsx rename to hello-world/7.read-video-nextjs/pages/_document.tsx diff --git a/1.hello-world/7.read-video-nextjs/pages/api/hello.ts b/hello-world/7.read-video-nextjs/pages/api/hello.ts similarity index 100% rename from 1.hello-world/7.read-video-nextjs/pages/api/hello.ts rename to hello-world/7.read-video-nextjs/pages/api/hello.ts diff --git a/1.hello-world/7.read-video-nextjs/pages/index.tsx b/hello-world/7.read-video-nextjs/pages/index.tsx similarity index 100% rename from 1.hello-world/7.read-video-nextjs/pages/index.tsx rename to hello-world/7.read-video-nextjs/pages/index.tsx diff --git a/1.hello-world/7.read-video-nextjs/public/favicon.ico b/hello-world/7.read-video-nextjs/public/favicon.ico similarity index 100% rename from 1.hello-world/7.read-video-nextjs/public/favicon.ico rename to hello-world/7.read-video-nextjs/public/favicon.ico diff --git a/1.hello-world/7.read-video-nextjs/public/vercel.svg b/hello-world/7.read-video-nextjs/public/vercel.svg similarity index 100% rename from 1.hello-world/7.read-video-nextjs/public/vercel.svg rename to hello-world/7.read-video-nextjs/public/vercel.svg diff --git a/1.hello-world/7.read-video-nextjs/styles/HelloWorld.module.css b/hello-world/7.read-video-nextjs/styles/HelloWorld.module.css similarity index 100% rename from 1.hello-world/7.read-video-nextjs/styles/HelloWorld.module.css rename to hello-world/7.read-video-nextjs/styles/HelloWorld.module.css diff --git a/1.hello-world/7.read-video-nextjs/styles/Home.module.css b/hello-world/7.read-video-nextjs/styles/Home.module.css similarity index 100% rename from 1.hello-world/7.read-video-nextjs/styles/Home.module.css rename to hello-world/7.read-video-nextjs/styles/Home.module.css diff --git a/1.hello-world/7.read-video-nextjs/styles/ImgDecode.module.css b/hello-world/7.read-video-nextjs/styles/ImgDecode.module.css similarity index 100% rename from 1.hello-world/7.read-video-nextjs/styles/ImgDecode.module.css rename to hello-world/7.read-video-nextjs/styles/ImgDecode.module.css diff --git a/1.hello-world/7.read-video-nextjs/styles/VideoDecode.module.css b/hello-world/7.read-video-nextjs/styles/VideoDecode.module.css similarity index 100% rename from 1.hello-world/7.read-video-nextjs/styles/VideoDecode.module.css rename to hello-world/7.read-video-nextjs/styles/VideoDecode.module.css diff --git a/1.hello-world/7.read-video-nextjs/styles/globals.css b/hello-world/7.read-video-nextjs/styles/globals.css similarity index 100% rename from 1.hello-world/7.read-video-nextjs/styles/globals.css rename to hello-world/7.read-video-nextjs/styles/globals.css diff --git a/1.hello-world/7.read-video-nextjs/tsconfig.json b/hello-world/7.read-video-nextjs/tsconfig.json similarity index 100% rename from 1.hello-world/7.read-video-nextjs/tsconfig.json rename to hello-world/7.read-video-nextjs/tsconfig.json diff --git a/1.hello-world/8.read-video-nuxtjs/.gitignore b/hello-world/8.read-video-nuxtjs/.gitignore similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/.gitignore rename to hello-world/8.read-video-nuxtjs/.gitignore diff --git a/1.hello-world/8.read-video-nuxtjs/.npmrc b/hello-world/8.read-video-nuxtjs/.npmrc similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/.npmrc rename to hello-world/8.read-video-nuxtjs/.npmrc diff --git a/1.hello-world/8.read-video-nuxtjs/README.md b/hello-world/8.read-video-nuxtjs/README.md similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/README.md rename to hello-world/8.read-video-nuxtjs/README.md diff --git a/1.hello-world/8.read-video-nuxtjs/app.vue b/hello-world/8.read-video-nuxtjs/app.vue similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/app.vue rename to hello-world/8.read-video-nuxtjs/app.vue diff --git a/1.hello-world/8.read-video-nuxtjs/components/HelloWorld.vue b/hello-world/8.read-video-nuxtjs/components/HelloWorld.vue similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/components/HelloWorld.vue rename to hello-world/8.read-video-nuxtjs/components/HelloWorld.vue diff --git a/1.hello-world/8.read-video-nuxtjs/components/ImgDecode.vue b/hello-world/8.read-video-nuxtjs/components/ImgDecode.vue similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/components/ImgDecode.vue rename to hello-world/8.read-video-nuxtjs/components/ImgDecode.vue diff --git a/1.hello-world/8.read-video-nuxtjs/components/VideoDecode.vue b/hello-world/8.read-video-nuxtjs/components/VideoDecode.vue similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/components/VideoDecode.vue rename to hello-world/8.read-video-nuxtjs/components/VideoDecode.vue diff --git a/1.hello-world/8.read-video-nuxtjs/dbr.ts b/hello-world/8.read-video-nuxtjs/dbr.ts similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/dbr.ts rename to hello-world/8.read-video-nuxtjs/dbr.ts diff --git a/1.hello-world/8.read-video-nuxtjs/nuxt.config.ts b/hello-world/8.read-video-nuxtjs/nuxt.config.ts similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/nuxt.config.ts rename to hello-world/8.read-video-nuxtjs/nuxt.config.ts diff --git a/1.hello-world/8.read-video-nuxtjs/package.json b/hello-world/8.read-video-nuxtjs/package.json similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/package.json rename to hello-world/8.read-video-nuxtjs/package.json diff --git a/1.hello-world/8.read-video-nuxtjs/public/favicon.ico b/hello-world/8.read-video-nuxtjs/public/favicon.ico similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/public/favicon.ico rename to hello-world/8.read-video-nuxtjs/public/favicon.ico diff --git a/1.hello-world/8.read-video-nuxtjs/tsconfig.json b/hello-world/8.read-video-nuxtjs/tsconfig.json similarity index 100% rename from 1.hello-world/8.read-video-nuxtjs/tsconfig.json rename to hello-world/8.read-video-nuxtjs/tsconfig.json diff --git a/1.hello-world/9.read-video-electron/README.md b/hello-world/9.read-video-electron/README.md similarity index 100% rename from 1.hello-world/9.read-video-electron/README.md rename to hello-world/9.read-video-electron/README.md diff --git a/1.hello-world/9.read-video-electron/action.js b/hello-world/9.read-video-electron/action.js similarity index 100% rename from 1.hello-world/9.read-video-electron/action.js rename to hello-world/9.read-video-electron/action.js diff --git a/1.hello-world/9.read-video-electron/index.html b/hello-world/9.read-video-electron/index.html similarity index 100% rename from 1.hello-world/9.read-video-electron/index.html rename to hello-world/9.read-video-electron/index.html diff --git a/1.hello-world/9.read-video-electron/main.js b/hello-world/9.read-video-electron/main.js similarity index 100% rename from 1.hello-world/9.read-video-electron/main.js rename to hello-world/9.read-video-electron/main.js diff --git a/1.hello-world/9.read-video-electron/package.json b/hello-world/9.read-video-electron/package.json similarity index 100% rename from 1.hello-world/9.read-video-electron/package.json rename to hello-world/9.read-video-electron/package.json diff --git a/1.hello-world/9.read-video-electron/style.css b/hello-world/9.read-video-electron/style.css similarity index 100% rename from 1.hello-world/9.read-video-electron/style.css rename to hello-world/9.read-video-electron/style.css diff --git a/1.hello-world/README.md b/hello-world/README.md similarity index 100% rename from 1.hello-world/README.md rename to hello-world/README.md From 6ea8493124023632c475a5a19f7a56f66371afda Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Thu, 19 Oct 2023 17:35:41 +0800 Subject: [PATCH 02/95] rename and update 1.hello-world.html --- hello-world/1.hello-world.html | 79 ----------------------------- hello-world/hello-world.html | 91 ++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 79 deletions(-) delete mode 100644 hello-world/1.hello-world.html create mode 100644 hello-world/hello-world.html diff --git a/hello-world/1.hello-world.html b/hello-world/1.hello-world.html deleted file mode 100644 index 5951f8c7..00000000 --- a/hello-world/1.hello-world.html +++ /dev/null @@ -1,79 +0,0 @@ - - - -
- - - - - -