├── .browserslistrc ├── .eslintrc.js ├── .gitignore ├── .travis.yml ├── README.md ├── babel.config.js ├── id_rsa.enc ├── package-lock.json ├── package.json ├── postcss.config.js ├── public ├── favicon.ico ├── index.html ├── resources │ ├── Twitter_Social_Icon_Circle_Color.png │ └── youtube_social_icon_red.png └── voices │ ├── a-1.mp3 │ ├── a-10.mp3 │ ├── a-100.mp3 │ ├── a-101.mp3 │ ├── a-102.mp3 │ ├── a-103.mp3 │ ├── a-104.mp3 │ ├── a-105.mp3 │ ├── a-106.mp3 │ ├── a-107.mp3 │ ├── a-108.mp3 │ ├── a-109.mp3 │ ├── a-11.mp3 │ ├── a-110.mp3 │ ├── a-111.mp3 │ ├── a-112.mp3 │ ├── a-113.mp3 │ ├── a-114.mp3 │ ├── a-115.mp3 │ ├── a-116.mp3 │ ├── a-117.mp3 │ ├── a-118.mp3 │ ├── a-119.mp3 │ ├── a-12.mp3 │ ├── a-120.mp3 │ ├── a-121.mp3 │ ├── a-122.mp3 │ ├── a-123.mp3 │ ├── a-124.mp3 │ ├── a-125.mp3 │ ├── a-126.mp3 │ ├── a-127.mp3 │ ├── a-128.mp3 │ ├── a-129.mp3 │ ├── a-13.mp3 │ ├── a-130.mp3 │ ├── a-131.mp3 │ ├── a-132.mp3 │ ├── a-133.mp3 │ ├── a-134.mp3 │ ├── a-135.mp3 │ ├── a-136.mp3 │ ├── a-137.mp3 │ ├── a-138.mp3 │ ├── a-139.mp3 │ ├── a-14.mp3 │ ├── a-140.mp3 │ ├── a-141.mp3 │ ├── a-142.mp3 │ ├── a-143.mp3 │ ├── a-144.mp3 │ ├── a-145.mp3 │ ├── a-146.mp3 │ ├── a-147.mp3 │ ├── a-148.mp3 │ ├── a-149.mp3 │ ├── a-15.mp3 │ ├── a-150.mp3 │ ├── a-151.mp3 │ ├── a-152.mp3 │ ├── a-153.mp3 │ ├── a-154.mp3 │ ├── a-155.mp3 │ ├── a-156.mp3 │ ├── a-157.mp3 │ ├── a-158.mp3 │ ├── a-159.mp3 │ ├── a-16.mp3 │ ├── a-160.mp3 │ ├── a-161.mp3 │ ├── a-162.mp3 │ ├── a-163.mp3 │ ├── a-164.mp3 │ ├── a-165.mp3 │ ├── a-166.mp3 │ ├── a-167.mp3 │ ├── a-168.mp3 │ ├── a-169.mp3 │ ├── a-17.mp3 │ ├── a-170.mp3 │ ├── a-171.mp3 │ ├── a-172.mp3 │ ├── a-173.mp3 │ ├── a-174.mp3 │ ├── a-175.mp3 │ ├── a-176.mp3 │ ├── a-177.mp3 │ ├── a-178.mp3 │ ├── a-179.mp3 │ ├── a-18.mp3 │ ├── a-180.mp3 │ ├── a-181.mp3 │ ├── a-182.mp3 │ ├── a-183.mp3 │ ├── a-184.mp3 │ ├── a-185.mp3 │ ├── a-186.mp3 │ ├── a-187.mp3 │ ├── a-188.mp3 │ ├── a-189.mp3 │ ├── a-19.mp3 │ ├── a-191.mp3 │ ├── a-192.mp3 │ ├── a-193.mp3 │ ├── a-194.mp3 │ ├── a-195.mp3 │ ├── a-196.mp3 │ ├── a-197.mp3 │ ├── a-198.mp3 │ ├── a-199.mp3 │ ├── a-2.mp3 │ ├── a-20.mp3 │ ├── a-200.mp3 │ ├── a-201.mp3 │ ├── a-202.mp3 │ ├── a-203.mp3 │ ├── a-204.mp3 │ ├── a-205.mp3 │ ├── a-206.mp3 │ ├── a-207.mp3 │ ├── a-208.mp3 │ ├── a-209.mp3 │ ├── a-21.mp3 │ ├── a-210.mp3 │ ├── a-211.mp3 │ ├── a-212.mp3 │ ├── a-213.mp3 │ ├── a-214.mp3 │ ├── a-215.mp3 │ ├── a-216.mp3 │ ├── a-217.mp3 │ ├── a-218.mp3 │ ├── a-219.mp3 │ ├── a-22.mp3 │ ├── a-23.mp3 │ ├── a-24.mp3 │ ├── a-25.mp3 │ ├── a-26.mp3 │ ├── a-27.mp3 │ ├── a-28.mp3 │ ├── a-29.mp3 │ ├── a-3.mp3 │ ├── a-30.mp3 │ ├── a-31.mp3 │ ├── a-32.mp3 │ ├── a-33.mp3 │ ├── a-34.mp3 │ ├── a-35.mp3 │ ├── a-36.mp3 │ ├── a-37.mp3 │ ├── a-38.mp3 │ ├── a-39.mp3 │ ├── a-4.mp3 │ ├── a-40.mp3 │ ├── a-41.mp3 │ ├── a-42.mp3 │ ├── a-43.mp3 │ ├── a-44.mp3 │ ├── a-45.mp3 │ ├── a-46.mp3 │ ├── a-47.mp3 │ ├── a-48.mp3 │ ├── a-49.mp3 │ ├── a-5.mp3 │ ├── a-50.mp3 │ ├── a-51.mp3 │ ├── a-52.mp3 │ ├── a-53.mp3 │ ├── a-54.mp3 │ ├── a-55.mp3 │ ├── a-56.mp3 │ ├── a-57.mp3 │ ├── a-58.mp3 │ ├── a-59.mp3 │ ├── a-6.mp3 │ ├── a-60.mp3 │ ├── a-61.mp3 │ ├── a-62.mp3 │ ├── a-63.mp3 │ ├── a-64.mp3 │ ├── a-65.mp3 │ ├── a-66.mp3 │ ├── a-67.mp3 │ ├── a-68.mp3 │ ├── a-69.mp3 │ ├── a-7.mp3 │ ├── a-70.mp3 │ ├── a-71.mp3 │ ├── a-72.mp3 │ ├── a-73.mp3 │ ├── a-74.mp3 │ ├── a-75.mp3 │ ├── a-76.mp3 │ ├── a-77.mp3 │ ├── a-78.mp3 │ ├── a-79.mp3 │ ├── a-8.mp3 │ ├── a-80.mp3 │ ├── a-81.mp3 │ ├── a-82.mp3 │ ├── a-83.mp3 │ ├── a-84.mp3 │ ├── a-85.mp3 │ ├── a-86.mp3 │ ├── a-87.mp3 │ ├── a-88.mp3 │ ├── a-89.mp3 │ ├── a-9.mp3 │ ├── a-90.mp3 │ ├── a-91.mp3 │ ├── a-92.mp3 │ ├── a-93.mp3 │ ├── a-94.mp3 │ ├── a-95.mp3 │ ├── a-96.mp3 │ ├── a-97.mp3 │ ├── a-98.mp3 │ ├── a-99.mp3 │ ├── a0616-1.mp3 │ ├── a0616-10.mp3 │ ├── a0616-11.mp3 │ ├── a0616-12.mp3 │ ├── a0616-13.mp3 │ ├── a0616-14.mp3 │ ├── a0616-15.mp3 │ ├── a0616-16.mp3 │ ├── a0616-17.mp3 │ ├── a0616-18.mp3 │ ├── a0616-19.mp3 │ ├── a0616-2.mp3 │ ├── a0616-20.mp3 │ ├── a0616-21.mp3 │ ├── a0616-22.mp3 │ ├── a0616-23.mp3 │ ├── a0616-24.mp3 │ ├── a0616-25.mp3 │ ├── a0616-26.mp3 │ ├── a0616-27.mp3 │ ├── a0616-28.mp3 │ ├── a0616-29.mp3 │ ├── a0616-3.mp3 │ ├── a0616-4.mp3 │ ├── a0616-5.mp3 │ ├── a0616-6.mp3 │ ├── a0616-7.mp3 │ ├── a0616-8.mp3 │ ├── a0616-9.mp3 │ ├── a0930-1.mp3 │ ├── a0930-2.mp3 │ ├── a0930-3.mp3 │ ├── a20200309-1.mp3 │ ├── a20200309-2.mp3 │ ├── a20200313-1.mp3 │ ├── a20200318-1.mp3 │ ├── a20200318-2.mp3 │ ├── a20200505-1.mp3 │ ├── a20200505-2.mp3 │ ├── a20200624-1.mp3 │ ├── a20200624-2.mp3 │ ├── a20200624-3.mp3 │ ├── a20200624-4.mp3 │ ├── a20200624-5.mp3 │ └── a20200624-6.mp3 ├── src ├── App.vue ├── assets │ ├── MaterialIcons-Regular.ttf │ ├── MaterialIcons-Regular.woff │ └── MaterialIcons-Regular.woff2 ├── components │ ├── home.vue │ └── modal.vue ├── globalconst.js ├── locales │ ├── en-US.js │ ├── ja-JP.js │ └── zh-CN.js ├── main.js ├── router.js ├── util │ ├── copytext.js │ └── fetchpost.js └── voices.json ├── tsconfig.json └── vue.config.js /.browserslistrc: -------------------------------------------------------------------------------- 1 | > 1% 2 | last 2 versions 3 | not ie <= 8 4 | -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | env: { 4 | node: true 5 | }, 6 | 'extends': [ 7 | 'plugin:vue/essential', 8 | 'eslint:recommended' 9 | ], 10 | rules: { 11 | 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 12 | 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' 13 | }, 14 | parserOptions: { 15 | parser: 'babel-eslint' 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | 4 | # local env files 5 | .env.local 6 | .env.*.local 7 | 8 | # Log files 9 | npm-debug.log* 10 | yarn-debug.log* 11 | yarn-error.log* 12 | 13 | # Editor directories and files 14 | .idea 15 | .vscode 16 | *.suo 17 | *.ntvs* 18 | *.njsproj 19 | *.sln 20 | *.sw* 21 | 22 | dist -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - node 4 | script: 5 | - npm run build 6 | before_install: 7 | - openssl aes-256-cbc -K $encrypted_62a3e116008b_key -iv $encrypted_62a3e116008b_iv 8 | -in id_rsa.enc -out ~/.ssh/id_rsa -d 9 | - chmod 600 ~/.ssh/id_rsa 10 | - echo -e "Host ${deploy_host}\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 11 | after_success: 12 | - cd $TRAVIS_BUILD_DIR/dist 13 | - tar zcvf ../aqua.tar.gz . 14 | - cd $TRAVIS_BUILD_DIR 15 | - scp -P $deploy_port -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null 16 | aqua.tar.gz ${deploy_user}@${deploy_host}:/var/www/aqua/ 17 | - ssh -p $deploy_port -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null 18 | ${deploy_user}@${deploy_host} 'cd /var/www/aqua && tar zxvf aqua.tar.gz && rm -f 19 | aqua.tar.gz' 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Aqua button 2 | 3 | Aqua button [Click here to visit https://aquaminato.moe](https://aquaminato.moe) 4 | 5 | [![Build Status](https://travis-ci.org/zyzsdy/aqua-button.svg?branch=master)](https://travis-ci.org/zyzsdy/aqua-button) 6 | 7 | Related Links: 8 | 9 | * [Aqua Minato's Youtube channel](https://www.youtube.com/channel/UC1opHUrw8rvnsadT-iGp7Cg) 10 | 11 | * [Aqua Minato's Twitter](https://twitter.com/minatoaqua) 12 | 13 | ## Contributing 14 | 15 | Please fork this project for modification, and after completing the modification, initiate a Pull Request in this project. 16 | 17 | ### Add or modify voice 18 | 19 | **Description**: All voice meta information is stored in [src/voices.json](src/voices.json). To add or modify these voices, you need to modify this file accordingly. 20 | 21 | Voice is always in mp3 format and stored in [public/voices](public/voices). The corresponding URL is `voices/`. 22 | 23 | For new voice, please use software such as MP3GainGUI for volume standardization. Currently the volume standardized value is 80. 24 | 25 | Because this site uses a strong cache strategy, except for `index.html`, files with the same filename, even if modified, will **NEVER** be refreshed by the client. Therefore, the filename of the newly voice, whatever it is new or modified, **MUST** be different from any previous filename. 26 | 27 | If you are modifying voice, delete the original file after modification. 28 | 29 | ### Participate in translation 30 | 31 | Please help us translate to English and Japanese! 32 | 33 | The language files for the main program are in three .js files named the language name in [src/locales](src/locales). 34 | 35 | The language files for voices are in [src/voices.json](src/voices.json). 36 | 37 | The corresponding modification can be recognized by the program as a valid translation. 38 | 39 | ## Deploying a local development environment 40 | 41 | This site is developed using Vue + jQuery + Bootstrap 3. 42 | 43 | To deploy a local development environment, first install the latest version of Node. Then follow these steps: 44 | 45 | 1. Clone the code. 46 | 47 | 2. Go to the code directory and run `npm install`. 48 | 49 | 3. Run `npm run serve`. During the code modification process, this local development server can immediately reflect the results of the modification. 50 | 51 | 4. To compile the files for deployment, run `npm run build`, which will generate the `dist` directory. This site is completely static, you can directly deploy the entire `dist` directory. 52 | 53 | > To contribute your code to this project, you don't have to compile locally. After passing the test in the development server and pushing it to Github, you can directly require a Pull Request to this project. 54 | 55 | ## LICENCE 56 | 57 | Program: MIT 58 | 59 | Audio: According to the [Hololive secondary creation licence](https://www.hololive.tv/terms). 60 | 61 | This project is a work of fans and is not related to the hololive official. 62 | 63 | ## Special Thanks 64 | 65 | This project is supported by MeowSound Idols. 66 | 67 | This project is modified based on the [Meamea button](https://github.com/zyzsdy/meamea-button). 68 | 69 | -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [ 3 | '@vue/app' 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /id_rsa.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/id_rsa.enc -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "aqua-button", 3 | "version": "0.1.0", 4 | "private": true, 5 | "scripts": { 6 | "serve": "vue-cli-service serve", 7 | "build": "vue-cli-service build", 8 | "lint": "vue-cli-service lint" 9 | }, 10 | "dependencies": { 11 | "bootstrap": "^3.3.7", 12 | "hls.js": "^0.11.0", 13 | "jquery": "^3.5.0", 14 | "jsencrypt": "^3.0.0-rc.1", 15 | "vue": "^2.5.17", 16 | "vue-class-component": "^6.3.2", 17 | "vue-i18n": "^8.4.0", 18 | "vue-router": "^3.0.1", 19 | "vue-slider-component": "^2.8.2" 20 | }, 21 | "devDependencies": { 22 | "@types/jquery": "^3.3.24", 23 | "@vue/cli-plugin-babel": "^3.2.0", 24 | "@vue/cli-plugin-eslint": "^3.2.0", 25 | "@vue/cli-service": "^4.1.1", 26 | "babel-eslint": "^10.0.1", 27 | "eslint": "^5.8.0", 28 | "eslint-plugin-vue": "^5.0.0-0", 29 | "node-sass": "^4.13.1", 30 | "sass-loader": "^7.0.1", 31 | "vue-template-compiler": "^2.5.17" 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | plugins: { 3 | autoprefixer: {} 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/favicon.ico -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | あくあボタン AQUA BUTTON 11 | 12 | 13 | 16 |
17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /public/resources/Twitter_Social_Icon_Circle_Color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/resources/Twitter_Social_Icon_Circle_Color.png -------------------------------------------------------------------------------- /public/resources/youtube_social_icon_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/resources/youtube_social_icon_red.png -------------------------------------------------------------------------------- /public/voices/a-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-1.mp3 -------------------------------------------------------------------------------- /public/voices/a-10.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-10.mp3 -------------------------------------------------------------------------------- /public/voices/a-100.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-100.mp3 -------------------------------------------------------------------------------- /public/voices/a-101.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-101.mp3 -------------------------------------------------------------------------------- /public/voices/a-102.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-102.mp3 -------------------------------------------------------------------------------- /public/voices/a-103.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-103.mp3 -------------------------------------------------------------------------------- /public/voices/a-104.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-104.mp3 -------------------------------------------------------------------------------- /public/voices/a-105.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-105.mp3 -------------------------------------------------------------------------------- /public/voices/a-106.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-106.mp3 -------------------------------------------------------------------------------- /public/voices/a-107.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-107.mp3 -------------------------------------------------------------------------------- /public/voices/a-108.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-108.mp3 -------------------------------------------------------------------------------- /public/voices/a-109.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-109.mp3 -------------------------------------------------------------------------------- /public/voices/a-11.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-11.mp3 -------------------------------------------------------------------------------- /public/voices/a-110.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-110.mp3 -------------------------------------------------------------------------------- /public/voices/a-111.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-111.mp3 -------------------------------------------------------------------------------- /public/voices/a-112.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-112.mp3 -------------------------------------------------------------------------------- /public/voices/a-113.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-113.mp3 -------------------------------------------------------------------------------- /public/voices/a-114.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-114.mp3 -------------------------------------------------------------------------------- /public/voices/a-115.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-115.mp3 -------------------------------------------------------------------------------- /public/voices/a-116.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-116.mp3 -------------------------------------------------------------------------------- /public/voices/a-117.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-117.mp3 -------------------------------------------------------------------------------- /public/voices/a-118.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-118.mp3 -------------------------------------------------------------------------------- /public/voices/a-119.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-119.mp3 -------------------------------------------------------------------------------- /public/voices/a-12.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-12.mp3 -------------------------------------------------------------------------------- /public/voices/a-120.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-120.mp3 -------------------------------------------------------------------------------- /public/voices/a-121.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-121.mp3 -------------------------------------------------------------------------------- /public/voices/a-122.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-122.mp3 -------------------------------------------------------------------------------- /public/voices/a-123.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-123.mp3 -------------------------------------------------------------------------------- /public/voices/a-124.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-124.mp3 -------------------------------------------------------------------------------- /public/voices/a-125.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-125.mp3 -------------------------------------------------------------------------------- /public/voices/a-126.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-126.mp3 -------------------------------------------------------------------------------- /public/voices/a-127.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-127.mp3 -------------------------------------------------------------------------------- /public/voices/a-128.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-128.mp3 -------------------------------------------------------------------------------- /public/voices/a-129.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-129.mp3 -------------------------------------------------------------------------------- /public/voices/a-13.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-13.mp3 -------------------------------------------------------------------------------- /public/voices/a-130.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-130.mp3 -------------------------------------------------------------------------------- /public/voices/a-131.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-131.mp3 -------------------------------------------------------------------------------- /public/voices/a-132.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-132.mp3 -------------------------------------------------------------------------------- /public/voices/a-133.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-133.mp3 -------------------------------------------------------------------------------- /public/voices/a-134.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-134.mp3 -------------------------------------------------------------------------------- /public/voices/a-135.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-135.mp3 -------------------------------------------------------------------------------- /public/voices/a-136.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-136.mp3 -------------------------------------------------------------------------------- /public/voices/a-137.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-137.mp3 -------------------------------------------------------------------------------- /public/voices/a-138.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-138.mp3 -------------------------------------------------------------------------------- /public/voices/a-139.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-139.mp3 -------------------------------------------------------------------------------- /public/voices/a-14.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-14.mp3 -------------------------------------------------------------------------------- /public/voices/a-140.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-140.mp3 -------------------------------------------------------------------------------- /public/voices/a-141.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-141.mp3 -------------------------------------------------------------------------------- /public/voices/a-142.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-142.mp3 -------------------------------------------------------------------------------- /public/voices/a-143.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-143.mp3 -------------------------------------------------------------------------------- /public/voices/a-144.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-144.mp3 -------------------------------------------------------------------------------- /public/voices/a-145.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-145.mp3 -------------------------------------------------------------------------------- /public/voices/a-146.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-146.mp3 -------------------------------------------------------------------------------- /public/voices/a-147.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-147.mp3 -------------------------------------------------------------------------------- /public/voices/a-148.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-148.mp3 -------------------------------------------------------------------------------- /public/voices/a-149.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-149.mp3 -------------------------------------------------------------------------------- /public/voices/a-15.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-15.mp3 -------------------------------------------------------------------------------- /public/voices/a-150.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-150.mp3 -------------------------------------------------------------------------------- /public/voices/a-151.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-151.mp3 -------------------------------------------------------------------------------- /public/voices/a-152.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-152.mp3 -------------------------------------------------------------------------------- /public/voices/a-153.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-153.mp3 -------------------------------------------------------------------------------- /public/voices/a-154.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-154.mp3 -------------------------------------------------------------------------------- /public/voices/a-155.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-155.mp3 -------------------------------------------------------------------------------- /public/voices/a-156.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-156.mp3 -------------------------------------------------------------------------------- /public/voices/a-157.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-157.mp3 -------------------------------------------------------------------------------- /public/voices/a-158.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-158.mp3 -------------------------------------------------------------------------------- /public/voices/a-159.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-159.mp3 -------------------------------------------------------------------------------- /public/voices/a-16.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-16.mp3 -------------------------------------------------------------------------------- /public/voices/a-160.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-160.mp3 -------------------------------------------------------------------------------- /public/voices/a-161.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-161.mp3 -------------------------------------------------------------------------------- /public/voices/a-162.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-162.mp3 -------------------------------------------------------------------------------- /public/voices/a-163.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-163.mp3 -------------------------------------------------------------------------------- /public/voices/a-164.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-164.mp3 -------------------------------------------------------------------------------- /public/voices/a-165.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-165.mp3 -------------------------------------------------------------------------------- /public/voices/a-166.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-166.mp3 -------------------------------------------------------------------------------- /public/voices/a-167.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-167.mp3 -------------------------------------------------------------------------------- /public/voices/a-168.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-168.mp3 -------------------------------------------------------------------------------- /public/voices/a-169.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-169.mp3 -------------------------------------------------------------------------------- /public/voices/a-17.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-17.mp3 -------------------------------------------------------------------------------- /public/voices/a-170.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-170.mp3 -------------------------------------------------------------------------------- /public/voices/a-171.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-171.mp3 -------------------------------------------------------------------------------- /public/voices/a-172.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-172.mp3 -------------------------------------------------------------------------------- /public/voices/a-173.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-173.mp3 -------------------------------------------------------------------------------- /public/voices/a-174.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-174.mp3 -------------------------------------------------------------------------------- /public/voices/a-175.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-175.mp3 -------------------------------------------------------------------------------- /public/voices/a-176.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-176.mp3 -------------------------------------------------------------------------------- /public/voices/a-177.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-177.mp3 -------------------------------------------------------------------------------- /public/voices/a-178.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-178.mp3 -------------------------------------------------------------------------------- /public/voices/a-179.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-179.mp3 -------------------------------------------------------------------------------- /public/voices/a-18.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-18.mp3 -------------------------------------------------------------------------------- /public/voices/a-180.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-180.mp3 -------------------------------------------------------------------------------- /public/voices/a-181.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-181.mp3 -------------------------------------------------------------------------------- /public/voices/a-182.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-182.mp3 -------------------------------------------------------------------------------- /public/voices/a-183.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-183.mp3 -------------------------------------------------------------------------------- /public/voices/a-184.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-184.mp3 -------------------------------------------------------------------------------- /public/voices/a-185.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-185.mp3 -------------------------------------------------------------------------------- /public/voices/a-186.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-186.mp3 -------------------------------------------------------------------------------- /public/voices/a-187.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-187.mp3 -------------------------------------------------------------------------------- /public/voices/a-188.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-188.mp3 -------------------------------------------------------------------------------- /public/voices/a-189.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-189.mp3 -------------------------------------------------------------------------------- /public/voices/a-19.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-19.mp3 -------------------------------------------------------------------------------- /public/voices/a-191.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-191.mp3 -------------------------------------------------------------------------------- /public/voices/a-192.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-192.mp3 -------------------------------------------------------------------------------- /public/voices/a-193.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-193.mp3 -------------------------------------------------------------------------------- /public/voices/a-194.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-194.mp3 -------------------------------------------------------------------------------- /public/voices/a-195.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-195.mp3 -------------------------------------------------------------------------------- /public/voices/a-196.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-196.mp3 -------------------------------------------------------------------------------- /public/voices/a-197.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-197.mp3 -------------------------------------------------------------------------------- /public/voices/a-198.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-198.mp3 -------------------------------------------------------------------------------- /public/voices/a-199.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-199.mp3 -------------------------------------------------------------------------------- /public/voices/a-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-2.mp3 -------------------------------------------------------------------------------- /public/voices/a-20.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-20.mp3 -------------------------------------------------------------------------------- /public/voices/a-200.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-200.mp3 -------------------------------------------------------------------------------- /public/voices/a-201.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-201.mp3 -------------------------------------------------------------------------------- /public/voices/a-202.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-202.mp3 -------------------------------------------------------------------------------- /public/voices/a-203.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-203.mp3 -------------------------------------------------------------------------------- /public/voices/a-204.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-204.mp3 -------------------------------------------------------------------------------- /public/voices/a-205.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-205.mp3 -------------------------------------------------------------------------------- /public/voices/a-206.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-206.mp3 -------------------------------------------------------------------------------- /public/voices/a-207.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-207.mp3 -------------------------------------------------------------------------------- /public/voices/a-208.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-208.mp3 -------------------------------------------------------------------------------- /public/voices/a-209.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-209.mp3 -------------------------------------------------------------------------------- /public/voices/a-21.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-21.mp3 -------------------------------------------------------------------------------- /public/voices/a-210.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-210.mp3 -------------------------------------------------------------------------------- /public/voices/a-211.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-211.mp3 -------------------------------------------------------------------------------- /public/voices/a-212.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-212.mp3 -------------------------------------------------------------------------------- /public/voices/a-213.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-213.mp3 -------------------------------------------------------------------------------- /public/voices/a-214.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-214.mp3 -------------------------------------------------------------------------------- /public/voices/a-215.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-215.mp3 -------------------------------------------------------------------------------- /public/voices/a-216.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-216.mp3 -------------------------------------------------------------------------------- /public/voices/a-217.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-217.mp3 -------------------------------------------------------------------------------- /public/voices/a-218.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-218.mp3 -------------------------------------------------------------------------------- /public/voices/a-219.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-219.mp3 -------------------------------------------------------------------------------- /public/voices/a-22.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-22.mp3 -------------------------------------------------------------------------------- /public/voices/a-23.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-23.mp3 -------------------------------------------------------------------------------- /public/voices/a-24.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-24.mp3 -------------------------------------------------------------------------------- /public/voices/a-25.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-25.mp3 -------------------------------------------------------------------------------- /public/voices/a-26.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-26.mp3 -------------------------------------------------------------------------------- /public/voices/a-27.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-27.mp3 -------------------------------------------------------------------------------- /public/voices/a-28.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-28.mp3 -------------------------------------------------------------------------------- /public/voices/a-29.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-29.mp3 -------------------------------------------------------------------------------- /public/voices/a-3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-3.mp3 -------------------------------------------------------------------------------- /public/voices/a-30.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-30.mp3 -------------------------------------------------------------------------------- /public/voices/a-31.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-31.mp3 -------------------------------------------------------------------------------- /public/voices/a-32.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-32.mp3 -------------------------------------------------------------------------------- /public/voices/a-33.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-33.mp3 -------------------------------------------------------------------------------- /public/voices/a-34.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-34.mp3 -------------------------------------------------------------------------------- /public/voices/a-35.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-35.mp3 -------------------------------------------------------------------------------- /public/voices/a-36.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-36.mp3 -------------------------------------------------------------------------------- /public/voices/a-37.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-37.mp3 -------------------------------------------------------------------------------- /public/voices/a-38.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-38.mp3 -------------------------------------------------------------------------------- /public/voices/a-39.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-39.mp3 -------------------------------------------------------------------------------- /public/voices/a-4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-4.mp3 -------------------------------------------------------------------------------- /public/voices/a-40.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-40.mp3 -------------------------------------------------------------------------------- /public/voices/a-41.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-41.mp3 -------------------------------------------------------------------------------- /public/voices/a-42.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-42.mp3 -------------------------------------------------------------------------------- /public/voices/a-43.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-43.mp3 -------------------------------------------------------------------------------- /public/voices/a-44.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-44.mp3 -------------------------------------------------------------------------------- /public/voices/a-45.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-45.mp3 -------------------------------------------------------------------------------- /public/voices/a-46.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-46.mp3 -------------------------------------------------------------------------------- /public/voices/a-47.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-47.mp3 -------------------------------------------------------------------------------- /public/voices/a-48.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-48.mp3 -------------------------------------------------------------------------------- /public/voices/a-49.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-49.mp3 -------------------------------------------------------------------------------- /public/voices/a-5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-5.mp3 -------------------------------------------------------------------------------- /public/voices/a-50.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-50.mp3 -------------------------------------------------------------------------------- /public/voices/a-51.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-51.mp3 -------------------------------------------------------------------------------- /public/voices/a-52.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-52.mp3 -------------------------------------------------------------------------------- /public/voices/a-53.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-53.mp3 -------------------------------------------------------------------------------- /public/voices/a-54.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-54.mp3 -------------------------------------------------------------------------------- /public/voices/a-55.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-55.mp3 -------------------------------------------------------------------------------- /public/voices/a-56.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-56.mp3 -------------------------------------------------------------------------------- /public/voices/a-57.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-57.mp3 -------------------------------------------------------------------------------- /public/voices/a-58.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-58.mp3 -------------------------------------------------------------------------------- /public/voices/a-59.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-59.mp3 -------------------------------------------------------------------------------- /public/voices/a-6.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-6.mp3 -------------------------------------------------------------------------------- /public/voices/a-60.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-60.mp3 -------------------------------------------------------------------------------- /public/voices/a-61.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-61.mp3 -------------------------------------------------------------------------------- /public/voices/a-62.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-62.mp3 -------------------------------------------------------------------------------- /public/voices/a-63.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-63.mp3 -------------------------------------------------------------------------------- /public/voices/a-64.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-64.mp3 -------------------------------------------------------------------------------- /public/voices/a-65.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-65.mp3 -------------------------------------------------------------------------------- /public/voices/a-66.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-66.mp3 -------------------------------------------------------------------------------- /public/voices/a-67.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-67.mp3 -------------------------------------------------------------------------------- /public/voices/a-68.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-68.mp3 -------------------------------------------------------------------------------- /public/voices/a-69.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-69.mp3 -------------------------------------------------------------------------------- /public/voices/a-7.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-7.mp3 -------------------------------------------------------------------------------- /public/voices/a-70.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-70.mp3 -------------------------------------------------------------------------------- /public/voices/a-71.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-71.mp3 -------------------------------------------------------------------------------- /public/voices/a-72.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-72.mp3 -------------------------------------------------------------------------------- /public/voices/a-73.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-73.mp3 -------------------------------------------------------------------------------- /public/voices/a-74.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-74.mp3 -------------------------------------------------------------------------------- /public/voices/a-75.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-75.mp3 -------------------------------------------------------------------------------- /public/voices/a-76.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-76.mp3 -------------------------------------------------------------------------------- /public/voices/a-77.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-77.mp3 -------------------------------------------------------------------------------- /public/voices/a-78.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-78.mp3 -------------------------------------------------------------------------------- /public/voices/a-79.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-79.mp3 -------------------------------------------------------------------------------- /public/voices/a-8.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-8.mp3 -------------------------------------------------------------------------------- /public/voices/a-80.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-80.mp3 -------------------------------------------------------------------------------- /public/voices/a-81.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-81.mp3 -------------------------------------------------------------------------------- /public/voices/a-82.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-82.mp3 -------------------------------------------------------------------------------- /public/voices/a-83.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-83.mp3 -------------------------------------------------------------------------------- /public/voices/a-84.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-84.mp3 -------------------------------------------------------------------------------- /public/voices/a-85.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-85.mp3 -------------------------------------------------------------------------------- /public/voices/a-86.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-86.mp3 -------------------------------------------------------------------------------- /public/voices/a-87.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-87.mp3 -------------------------------------------------------------------------------- /public/voices/a-88.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-88.mp3 -------------------------------------------------------------------------------- /public/voices/a-89.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-89.mp3 -------------------------------------------------------------------------------- /public/voices/a-9.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-9.mp3 -------------------------------------------------------------------------------- /public/voices/a-90.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-90.mp3 -------------------------------------------------------------------------------- /public/voices/a-91.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-91.mp3 -------------------------------------------------------------------------------- /public/voices/a-92.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-92.mp3 -------------------------------------------------------------------------------- /public/voices/a-93.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-93.mp3 -------------------------------------------------------------------------------- /public/voices/a-94.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-94.mp3 -------------------------------------------------------------------------------- /public/voices/a-95.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-95.mp3 -------------------------------------------------------------------------------- /public/voices/a-96.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-96.mp3 -------------------------------------------------------------------------------- /public/voices/a-97.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-97.mp3 -------------------------------------------------------------------------------- /public/voices/a-98.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-98.mp3 -------------------------------------------------------------------------------- /public/voices/a-99.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a-99.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-1.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-10.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-10.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-11.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-11.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-12.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-12.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-13.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-13.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-14.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-14.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-15.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-15.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-16.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-16.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-17.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-17.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-18.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-18.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-19.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-19.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-2.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-20.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-20.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-21.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-21.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-22.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-22.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-23.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-23.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-24.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-24.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-25.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-25.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-26.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-26.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-27.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-27.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-28.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-28.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-29.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-29.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-3.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-4.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-5.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-6.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-6.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-7.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-7.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-8.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-8.mp3 -------------------------------------------------------------------------------- /public/voices/a0616-9.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0616-9.mp3 -------------------------------------------------------------------------------- /public/voices/a0930-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0930-1.mp3 -------------------------------------------------------------------------------- /public/voices/a0930-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0930-2.mp3 -------------------------------------------------------------------------------- /public/voices/a0930-3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a0930-3.mp3 -------------------------------------------------------------------------------- /public/voices/a20200309-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200309-1.mp3 -------------------------------------------------------------------------------- /public/voices/a20200309-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200309-2.mp3 -------------------------------------------------------------------------------- /public/voices/a20200313-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200313-1.mp3 -------------------------------------------------------------------------------- /public/voices/a20200318-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200318-1.mp3 -------------------------------------------------------------------------------- /public/voices/a20200318-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200318-2.mp3 -------------------------------------------------------------------------------- /public/voices/a20200505-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200505-1.mp3 -------------------------------------------------------------------------------- /public/voices/a20200505-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200505-2.mp3 -------------------------------------------------------------------------------- /public/voices/a20200624-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200624-1.mp3 -------------------------------------------------------------------------------- /public/voices/a20200624-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200624-2.mp3 -------------------------------------------------------------------------------- /public/voices/a20200624-3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200624-3.mp3 -------------------------------------------------------------------------------- /public/voices/a20200624-4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200624-4.mp3 -------------------------------------------------------------------------------- /public/voices/a20200624-5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200624-5.mp3 -------------------------------------------------------------------------------- /public/voices/a20200624-6.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/public/voices/a20200624-6.mp3 -------------------------------------------------------------------------------- /src/App.vue: -------------------------------------------------------------------------------- 1 | 50 | 51 | 72 | 73 | 101 | 102 | -------------------------------------------------------------------------------- /src/assets/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/src/assets/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /src/assets/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/src/assets/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /src/assets/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzsdy/aqua-button/304dfa2d19ad213b6f469a21729e3a7d1f1f3b11/src/assets/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /src/components/home.vue: -------------------------------------------------------------------------------- 1 | 32 | 33 | 64 | 65 | 66 | 132 | -------------------------------------------------------------------------------- /src/components/modal.vue: -------------------------------------------------------------------------------- 1 | 21 | 22 | 27 | 28 | 29 | 50 | -------------------------------------------------------------------------------- /src/globalconst.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | 3 | class GlobalConst{ 4 | install(vue){ 5 | vue.prototype.$gConst = { 6 | globalbus: new Vue() 7 | } 8 | } 9 | } 10 | export default new GlobalConst(); -------------------------------------------------------------------------------- /src/locales/en-US.js: -------------------------------------------------------------------------------- 1 | const en_US = { 2 | info: { 3 | title: "Aqua Button", 4 | info: "Information", 5 | null: "Empty", 6 | audioStaff: "Audio Clip: mchong111 CatCoffee", 7 | toGithub: "Please participate in translation, add audio or make suggestions on Github:", 8 | notOfficial: "This site is a fan work and is not associated with the hololive official." 9 | }, 10 | action: { 11 | toggleNavbar: "Toggle navigation bar", 12 | close: "close", 13 | copy: "copy", 14 | control: "Player control", 15 | stopvoice: "Stop current voice" 16 | }, 17 | lang: { 18 | 'zh-CN': "简体中文", 19 | 'en-US': "English", 20 | 'ja-JP': "日本語" 21 | } 22 | } 23 | export default en_US; -------------------------------------------------------------------------------- /src/locales/ja-JP.js: -------------------------------------------------------------------------------- 1 | const ja_JP = { 2 | info: { 3 | title: "あくあボタン", 4 | info: "通知", 5 | null: "空", 6 | audioStaff: "オーディオクリップ: mchong111 CatCoffee", 7 | toGithub: "Githubで翻訳に参加、音声を追加および提案をしてください。", 8 | notOfficial: "このサイトはファン作品であり、公式とは関係ありません。", 9 | overlapTips: "声重なる再生モードは手動で停止できません。大量のスレッドを作成するので、後リフレッシュしてください。" 10 | }, 11 | action: { 12 | toggleNavbar: "ナビゲーションバーを切り替える", 13 | close: "閉じる", 14 | copy: "コピー", 15 | control: "コントロール", 16 | stopvoice: "再生停止", 17 | randomplay: "ランダム", 18 | overlap: "声重なる可能", 19 | autoplay: "とまらない", 20 | playing: "現在再生:", 21 | noplay: "再生なし" 22 | }, 23 | lang: { 24 | 'zh-CN': "简体中文", 25 | 'en-US': "English", 26 | 'ja-JP': "日本語" 27 | } 28 | } 29 | export default ja_JP; 30 | -------------------------------------------------------------------------------- /src/locales/zh-CN.js: -------------------------------------------------------------------------------- 1 | const zh_CN = { 2 | info: { 3 | title: "夸按钮", 4 | info: "信息", 5 | null: "空", 6 | audioStaff: "音频剪辑: mchong111 CatCoffee", 7 | toGithub: "请在Github参与翻译、增补音频或提出建议", 8 | notOfficial: "本站为爱好者作品,和hololive官方没有关联", 9 | overlapTips: "重叠播放无法暂停,而且会创建大量线程,玩够了最好刷新一下" 10 | }, 11 | action: { 12 | toggleNavbar: "切换导航栏", 13 | close: "关闭", 14 | copy: "复制", 15 | control: "操作控制", 16 | stopvoice: "停止", 17 | randomplay: "帮我选一个", 18 | overlap: "允许声音重叠", 19 | autoplay: "播放不要停下来", 20 | playing: "正在播放:", 21 | noplay: "暂无播放" 22 | }, 23 | lang: { 24 | 'zh-CN': "简体中文", 25 | 'en-US': "English", 26 | 'ja-JP': "日本語" 27 | } 28 | } 29 | export default zh_CN; 30 | -------------------------------------------------------------------------------- /src/main.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import VueI18n from 'vue-i18n' 3 | import router from './router' 4 | 5 | import App from './App.vue' 6 | 7 | import en_US from './locales/en-US' 8 | import zh_CN from './locales/zh-CN' 9 | import ja_JP from './locales/ja-JP' 10 | 11 | import $ from 'jquery' 12 | global.jQuery = global.$ = $; 13 | 14 | import 'bootstrap' 15 | import GlobalConst from './globalconst' 16 | 17 | import VoiceList from './voices.json' 18 | 19 | 20 | //提取标签到语言文件 21 | let addZh_CN = { voice: {}, voicecategory: {} }; 22 | let adden_US = { voice: {}, voicecategory: {} }; 23 | let addja_JP = { voice: {}, voicecategory: {} }; 24 | 25 | for (let voiceCategoryList of VoiceList.voices){ 26 | if(voiceCategoryList.categoryDescription !== undefined){ 27 | if(voiceCategoryList.categoryDescription['zh-CN'] !== undefined){ 28 | addZh_CN.voicecategory[voiceCategoryList.categoryName] = voiceCategoryList.categoryDescription['zh-CN']; 29 | } 30 | if(voiceCategoryList.categoryDescription['en-US'] !== undefined){ 31 | adden_US.voicecategory[voiceCategoryList.categoryName] = voiceCategoryList.categoryDescription['en-US']; 32 | } 33 | if(voiceCategoryList.categoryDescription['ja-JP'] !== undefined){ 34 | addja_JP.voicecategory[voiceCategoryList.categoryName] = voiceCategoryList.categoryDescription['ja-JP']; 35 | } 36 | } 37 | for (let voiceItem of voiceCategoryList.voiceList){ 38 | if(voiceItem.description !== undefined){ 39 | if(voiceItem.description['zh-CN'] !== undefined){ 40 | addZh_CN.voice[voiceItem.name] = voiceItem.description['zh-CN']; 41 | } 42 | if(voiceItem.description['en-US'] !== undefined){ 43 | adden_US.voice[voiceItem.name] = voiceItem.description['en-US']; 44 | } 45 | if(voiceItem.description['ja-JP'] !== undefined){ 46 | addja_JP.voice[voiceItem.name] = voiceItem.description['ja-JP']; 47 | } 48 | } 49 | } 50 | } 51 | 52 | let emzh_CN = Object.assign(zh_CN, addZh_CN); 53 | let emen_US = Object.assign(en_US, adden_US); 54 | let emja_JP = Object.assign(ja_JP, addja_JP); 55 | 56 | Vue.config.productionTip = false 57 | 58 | Vue.use(VueI18n) 59 | Vue.use(GlobalConst); 60 | 61 | const messages = { 62 | 'en-US': emen_US, 63 | 'zh-CN': emzh_CN, 64 | 'ja-JP': emja_JP 65 | } 66 | 67 | let locale = 'zh-CN'; 68 | if(/ja/i.test(navigator.language)){ 69 | locale = 'ja-JP'; 70 | } 71 | // else if(/en/i.test(navigator.language)){ 72 | // locale = 'en-US'; 73 | // } 74 | 75 | const i18n = new VueI18n({ 76 | locale, 77 | messages 78 | }) 79 | 80 | 81 | new Vue({ 82 | router, 83 | i18n, 84 | render: h => h(App) 85 | }).$mount('#app') 86 | -------------------------------------------------------------------------------- /src/router.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import Router from 'vue-router' 3 | 4 | import HomePage from './components/home.vue' 5 | 6 | Vue.use(Router) 7 | 8 | export default new Router({ 9 | mode: 'history', 10 | base: process.env.BASE_URL, 11 | routes: [ 12 | {path: '/', name: "home", component: HomePage}, 13 | ] 14 | }) 15 | -------------------------------------------------------------------------------- /src/util/copytext.js: -------------------------------------------------------------------------------- 1 | export default function copyTextToClipboard(text) { 2 | let textArea = document.createElement("textarea"); 3 | 4 | // 5 | // *** This styling is an extra step which is likely not required. *** 6 | // 7 | // Why is it here? To ensure: 8 | // 1. the element is able to have focus and selection. 9 | // 2. if element was to flash render it has minimal visual impact. 10 | // 3. less flakyness with selection and copying which **might** occur if 11 | // the textarea element is not visible. 12 | // 13 | // The likelihood is the element won't even render, not even a flash, 14 | // so some of these are just precautions. However in IE the element 15 | // is visible whilst the popup box asking the user for permission for 16 | // the web page to copy to the clipboard. 17 | // 18 | 19 | // Place in top-left corner of screen regardless of scroll position. 20 | textArea.style.position = 'fixed'; 21 | textArea.style.top = '0'; 22 | textArea.style.left = '0'; 23 | 24 | // Ensure it has a small width and height. Setting to 1px / 1em 25 | // doesn't work as this gives a negative w/h on some browsers. 26 | textArea.style.width = '2em'; 27 | textArea.style.height = '2em'; 28 | 29 | // We don't need padding, reducing the size if it does flash render. 30 | textArea.style.padding = '0'; 31 | 32 | // Clean up any borders. 33 | textArea.style.border = 'none'; 34 | textArea.style.outline = 'none'; 35 | textArea.style.boxShadow = 'none'; 36 | 37 | // Avoid flash of white box if rendered for any reason. 38 | textArea.style.background = 'transparent'; 39 | 40 | 41 | textArea.value = text; 42 | 43 | document.body.appendChild(textArea); 44 | 45 | textArea.select(); 46 | 47 | let successful = false; 48 | try { 49 | successful = document.execCommand('copy'); 50 | let msg = successful ? 'successful' : 'unsuccessful'; 51 | console.log('Copying text command was ' + msg); 52 | } catch (err) { 53 | console.log('Oops, unable to copy'); 54 | successful = false; 55 | } 56 | 57 | document.body.removeChild(textArea); 58 | 59 | return successful; 60 | } -------------------------------------------------------------------------------- /src/util/fetchpost.js: -------------------------------------------------------------------------------- 1 | export default function fetchpost(url, data){ 2 | let dataBody = JSON.stringify(data); 3 | return fetch(url, { 4 | method: 'POST', 5 | headers: { 6 | "Content-Type": "application/json" 7 | }, 8 | body: dataBody 9 | }) 10 | } -------------------------------------------------------------------------------- /src/voices.json: -------------------------------------------------------------------------------- 1 | { 2 | "voices": [ 3 | { 4 | "categoryName": "actmoe", 5 | "categoryDescription": { 6 | "zh-CN": "萌", 7 | "ja-JP": "もえ" 8 | }, 9 | "voiceList": [ 10 | { 11 | "name": "a-1", 12 | "path": "a-1.mp3", 13 | "description": { 14 | "zh-CN": "kon↑kon↑kon→kon↑kon→kon↓", 15 | "ja-JP": "kon↑kon↑kon→kon↑kon→kon↓" 16 | } 17 | }, 18 | { 19 | "name": "a-2", 20 | "path": "a-2.mp3", 21 | "description": { 22 | "zh-CN": "哈~哈~哈~哈~哎", 23 | "ja-JP": "えっ~えっ~えっ~えっ~え" 24 | } 25 | }, 26 | { 27 | "name": "a-3", 28 | "path": "a-3.mp3", 29 | "description": { 30 | "zh-CN": "喷嚏", 31 | "ja-JP": "くしゃみ" 32 | } 33 | }, 34 | { 35 | "name": "a-4", 36 | "path": "a-4.mp3", 37 | "description": { 38 | "zh-CN": "喷嚏1", 39 | "ja-JP": "くしゃみ1" 40 | } 41 | }, 42 | { 43 | "name": "a-5", 44 | "path": "a-5.mp3", 45 | "description": { 46 | "zh-CN": "喷嚏三连", 47 | "ja-JP": "くしゃみ三連" 48 | } 49 | }, 50 | { 51 | "name": "a-6", 52 | "path": "a-6.mp3", 53 | "description": { 54 | "zh-CN": "笨蛋", 55 | "ja-JP": "バカ" 56 | } 57 | }, 58 | { 59 | "name": "a-7", 60 | "path": "a-7.mp3", 61 | "description": { 62 | "zh-CN": "爸爸 谢谢~", 63 | "ja-JP": "パパ ありがとう~" 64 | } 65 | }, 66 | { 67 | "name": "a-8", 68 | "path": "a-8.mp3", 69 | "description": { 70 | "zh-CN": "爸爸谢谢", 71 | "ja-JP": "パパありがどう" 72 | } 73 | }, 74 | { 75 | "name": "a-9", 76 | "path": "a-9.mp3", 77 | "description": { 78 | "zh-CN": "holoholohololive!!", 79 | "ja-JP": "ホロホロホロライブ!!" 80 | } 81 | }, 82 | { 83 | "name": "a-10", 84 | "path": "a-10.mp3", 85 | "description": { 86 | "zh-CN": "伸懒腰", 87 | "ja-JP": "のび1" 88 | } 89 | }, 90 | { 91 | "name": "a-11", 92 | "path": "a-11.mp3", 93 | "description": { 94 | "zh-CN": "伸懒腰2", 95 | "ja-JP": "のび2" 96 | } 97 | }, 98 | { 99 | "name": "a-12", 100 | "path": "a-12.mp3", 101 | "description": { 102 | "zh-CN": "偷心", 103 | "ja-JP": "あなたのハートも頂きます" 104 | } 105 | }, 106 | { 107 | "name": "a-13", 108 | "path": "a-13.mp3", 109 | "description": { 110 | "zh-CN": "傻笑", 111 | "ja-JP": "笑い1" 112 | } 113 | }, 114 | { 115 | "name": "a-14", 116 | "path": "a-14.mp3", 117 | "description": { 118 | "zh-CN": "傻笑1", 119 | "ja-JP": "笑い2" 120 | } 121 | }, 122 | { 123 | "name": "a-15", 124 | "path": "a-15.mp3", 125 | "description": { 126 | "zh-CN": "傻笑2", 127 | "ja-JP": "笑い3" 128 | } 129 | }, 130 | { 131 | "name": "a-16", 132 | "path": "a-16.mp3", 133 | "description": { 134 | "zh-CN": "傻笑3", 135 | "ja-JP": "笑い4" 136 | } 137 | }, 138 | { 139 | "name": "a-17", 140 | "path": "a-17.mp3", 141 | "description": { 142 | "zh-CN": "傻笑4", 143 | "ja-JP": "笑い5" 144 | } 145 | }, 146 | { 147 | "name": "a-18", 148 | "path": "a-18.mp3", 149 | "description": { 150 | "zh-CN": "傻笑5", 151 | "ja-JP": "笑い6" 152 | } 153 | }, 154 | { 155 | "name": "a-19", 156 | "path": "a-19.mp3", 157 | "description": { 158 | "zh-CN": "傻笑6", 159 | "ja-JP": "笑い7" 160 | } 161 | }, 162 | { 163 | "name": "a-20", 164 | "path": "a-20.mp3", 165 | "description": { 166 | "zh-CN": "傻笑7", 167 | "ja-JP": "笑い8" 168 | } 169 | }, 170 | { 171 | "name": "a-21", 172 | "path": "a-21.mp3", 173 | "description": { 174 | "zh-CN": "傻笑8", 175 | "ja-JP": "笑い9" 176 | } 177 | }, 178 | { 179 | "name": "a-22", 180 | "path": "a-22.mp3", 181 | "description": { 182 | "zh-CN": "剪刀", 183 | "ja-JP": "チョキ" 184 | } 185 | }, 186 | { 187 | "name": "a-23", 188 | "path": "a-23.mp3", 189 | "description": { 190 | "zh-CN": "吃瘪", 191 | "ja-JP": "ぐずり" 192 | } 193 | }, 194 | { 195 | "name": "a-24", 196 | "path": "a-24.mp3", 197 | "description": { 198 | "zh-CN": "吸口水", 199 | "ja-JP": "よだれ1" 200 | } 201 | }, 202 | { 203 | "name": "a-25", 204 | "path": "a-25.mp3", 205 | "description": { 206 | "zh-CN": "吸口水2", 207 | "ja-JP": "よだれ2" 208 | } 209 | }, 210 | { 211 | "name": "a-26", 212 | "path": "a-26.mp3", 213 | "description": { 214 | "zh-CN": "喵喵 我一直都最喜欢阿库娅酱喵", 215 | "ja-JP": "にゃーにゃーは、あくあちゃんのことずーっとだいすきにゃあ♪" 216 | } 217 | }, 218 | { 219 | "name": "a-27", 220 | "path": "a-27.mp3", 221 | "description": { 222 | "zh-CN": "喵喵,阿库娅喵哒哟", 223 | "ja-JP": "にゃんにゃん、あくあにゃんだよ~" 224 | } 225 | }, 226 | { 227 | "name": "a-28", 228 | "path": "a-28.mp3", 229 | "description": { 230 | "zh-CN": "妈妈", 231 | "ja-JP": "マ、ママ" 232 | } 233 | }, 234 | { 235 | "name": "a-29", 236 | "path": "a-29.mp3", 237 | "description": { 238 | "zh-CN": "妮可妮可妮", 239 | "ja-JP": "にっこにっこにー" 240 | } 241 | }, 242 | { 243 | "name": "a-30", 244 | "path": "a-30.mp3", 245 | "description": { 246 | "zh-CN": "布", 247 | "ja-JP": "パー" 248 | } 249 | }, 250 | { 251 | "name": "a-31", 252 | "path": "a-31.mp3", 253 | "description": { 254 | "zh-CN": "弹舌?", 255 | "ja-JP": "舌べらクリッカー" 256 | } 257 | }, 258 | { 259 | "name": "a-32", 260 | "path": "a-32.mp3", 261 | "description": { 262 | "zh-CN": "打哈欠", 263 | "ja-JP": "あくび" 264 | } 265 | }, 266 | { 267 | "name": "a-33", 268 | "path": "a-33.mp3", 269 | "description": { 270 | "zh-CN": "打嗝", 271 | "ja-JP": "ッポ(これなんだ?)" 272 | } 273 | }, 274 | { 275 | "name": "a-34", 276 | "path": "a-34.mp3", 277 | "description": { 278 | "zh-CN": "石头", 279 | "ja-JP": "グー" 280 | } 281 | }, 282 | { 283 | "name": "a-35", 284 | "path": "a-35.mp3", 285 | "description": { 286 | "zh-CN": "蜜汁口胡", 287 | "ja-JP": "あゆぽれぽーちょぽれぇ" 288 | } 289 | }, 290 | { 291 | "name": "a-36", 292 | "path": "a-36.mp3", 293 | "description": { 294 | "zh-CN": "阿库碳", 295 | "ja-JP": "あくたん" 296 | } 297 | }, 298 | { 299 | "name": "a0616-1", 300 | "path": "a0616-1.mp3", 301 | "description": { 302 | "zh-CN": "nice↑", 303 | "ja-JP": "nice↑" 304 | } 305 | }, 306 | { 307 | "name": "a0616-2", 308 | "path": "a0616-2.mp3", 309 | "description": { 310 | "zh-CN": "刷牙", 311 | "ja-JP": "歯磨き~歯磨き~" 312 | } 313 | }, 314 | { 315 | "name": "a0616-3", 316 | "path": "a0616-3.mp3", 317 | "description": { 318 | "zh-CN": "湊阿夸的选拔", 319 | "ja-JP": "湊あくあのオーディション" 320 | } 321 | }, 322 | { 323 | "name": "a0930-1", 324 | "path": "a0930-1.mp3", 325 | "description": { 326 | "zh-CN": "今天也很可爱呢", 327 | "ja-JP": "今日もかわいいね" 328 | } 329 | }, 330 | { 331 | "name": "a0930-2", 332 | "path": "a0930-2.mp3", 333 | "description": { 334 | "zh-CN": "爱你哦", 335 | "ja-JP": "愛してるよ!" 336 | } 337 | }, 338 | { 339 | "name": "a0930-3", 340 | "path": "a0930-3.mp3", 341 | "description": { 342 | "zh-CN": "喜欢你", 343 | "ja-JP": "好きだよ" 344 | } 345 | }, 346 | { 347 | "name": "a20200505-1", 348 | "path": "a20200505-1.mp3", 349 | "description": { 350 | "zh-CN": "笨蛋变态烦死了,钉宫三连", 351 | "ja-JP": "バカ、變態、煩い。釘宮三連Combo" 352 | } 353 | }, 354 | { 355 | "name": "a20200505-2", 356 | "path": "a20200505-2.mp3", 357 | "description": { 358 | "zh-CN": "笨蛋变态烦死了(JS 阿库碳 ver)", 359 | "ja-JP": "バカ、變態、煩い(JS あくたん ver)" 360 | } 361 | } 362 | ] 363 | }, 364 | { 365 | "categoryName": "common", 366 | "categoryDescription": { 367 | "zh-CN": "通用", 368 | "ja-JP": "通常" 369 | }, 370 | "voiceList": [ 371 | { 372 | "name": "a-37", 373 | "path": "a-37.mp3", 374 | "description": { 375 | "zh-CN": "我要吃了", 376 | "ja-JP": "いただきます" 377 | } 378 | }, 379 | { 380 | "name": "a-38", 381 | "path": "a-38.mp3", 382 | "description": { 383 | "zh-CN": "知道吗知道吗知道吗?", 384 | "ja-JP": "してますかしてますかしてますか?" 385 | } 386 | }, 387 | { 388 | "name": "a-39", 389 | "path": "a-39.mp3", 390 | "description": { 391 | "zh-CN": "很厉害吧!", 392 | "ja-JP": "すごいでしょう!" 393 | } 394 | }, 395 | { 396 | "name": "a-40", 397 | "path": "a-40.mp3", 398 | "description": { 399 | "zh-CN": "可恶啊~~~", 400 | "ja-JP": "ちくしょう~~~" 401 | } 402 | }, 403 | { 404 | "name": "a-41", 405 | "path": "a-41.mp3", 406 | "description": { 407 | "zh-CN": "那个谁稍微有点、下流吧?", 408 | "ja-JP": "ちょっとだけどさ、いやらしくない?" 409 | } 410 | }, 411 | { 412 | "name": "a-42", 413 | "path": "a-42.mp3", 414 | "description": { 415 | "zh-CN": "大家请和我交往吧", 416 | "ja-JP": "みんなお付き合いくださいませ" 417 | } 418 | }, 419 | { 420 | "name": "a-43", 421 | "path": "a-43.mp3", 422 | "description": { 423 | "zh-CN": "非常非常的H呢", 424 | "ja-JP": "めちゃめちゃHだった" 425 | } 426 | }, 427 | { 428 | "name": "a-44", 429 | "path": "a-44.mp3", 430 | "description": { 431 | "zh-CN": "糟糕糟糕糟糕糟糕糟糕", 432 | "ja-JP": "やばいやばいやばいやばい" 433 | } 434 | }, 435 | { 436 | "name": "a-45", 437 | "path": "a-45.mp3", 438 | "description": { 439 | "zh-CN": "狗狗好强", 440 | "ja-JP": "わんわん強い" 441 | } 442 | }, 443 | { 444 | "name": "a-46", 445 | "path": "a-46.mp3", 446 | "description": { 447 | "zh-CN": "现充", 448 | "ja-JP": "リア充だし" 449 | } 450 | }, 451 | { 452 | "name": "a-47", 453 | "path": "a-47.mp3", 454 | "description": { 455 | "zh-CN": "你丫找事吧", 456 | "ja-JP": "お前何中やねん" 457 | } 458 | }, 459 | { 460 | "name": "a-48", 461 | "path": "a-48.mp3", 462 | "description": { 463 | "zh-CN": "危险", 464 | "ja-JP": "危ない" 465 | } 466 | }, 467 | { 468 | "name": "a-49", 469 | "path": "a-49.mp3", 470 | "description": { 471 | "zh-CN": "哪都行放马过来吧", 472 | "ja-JP": "どっからでもかかってこいよ" 473 | } 474 | }, 475 | { 476 | "name": "a-50", 477 | "path": "a-50.mp3", 478 | "description": { 479 | "zh-CN": "啊 好紧张啊", 480 | "ja-JP": "はぁ…緊張した…" 481 | } 482 | }, 483 | { 484 | "name": "a-51", 485 | "path": "a-51.mp3", 486 | "description": { 487 | "zh-CN": "好、给你", 488 | "ja-JP": "はい、どうぞ" 489 | } 490 | }, 491 | { 492 | "name": "a-52", 493 | "path": "a-52.mp3", 494 | "description": { 495 | "zh-CN": "很厉害吧、不愧是我吧", 496 | "ja-JP": "すごいでしょ~流石でしょ~?" 497 | } 498 | }, 499 | { 500 | "name": "a-53", 501 | "path": "a-53.mp3", 502 | "description": { 503 | "zh-CN": "恭喜 奇怪的女仆", 504 | "ja-JP": "おめでとう、変なメイド" 505 | } 506 | }, 507 | { 508 | "name": "a-54", 509 | "path": "a-54.mp3", 510 | "description": { 511 | "zh-CN": "果然要随我喜欢呢", 512 | "ja-JP": "やっぱり好き勝手やりたいよね" 513 | } 514 | }, 515 | { 516 | "name": "a-55", 517 | "path": "a-55.mp3", 518 | "description": { 519 | "zh-CN": "湊阿库娅姐姐", 520 | "ja-JP": "湊あくあお姉さん" 521 | } 522 | }, 523 | { 524 | "name": "a-56", 525 | "path": "a-56.mp3", 526 | "description": { 527 | "zh-CN": "湊阿库娅在这", 528 | "ja-JP": "湊あくあより" 529 | } 530 | }, 531 | { 532 | "name": "a-57", 533 | "path": "a-57.mp3", 534 | "description": { 535 | "zh-CN": "灵魂rap", 536 | "ja-JP": "マリオ3をやりたいと思ってたんだけど(合いの手付き)" 537 | } 538 | }, 539 | { 540 | "name": "a-58", 541 | "path": "a-58.mp3", 542 | "description": { 543 | "zh-CN": "百鬼", 544 | "ja-JP": "なきり~" 545 | } 546 | }, 547 | { 548 | "name": "a-59", 549 | "path": "a-59.mp3", 550 | "description": { 551 | "zh-CN": "百鬼酱", 552 | "ja-JP": "なきちゃ~ん" 553 | } 554 | }, 555 | { 556 | "name": "a-60", 557 | "path": "a-60.mp3", 558 | "description": { 559 | "zh-CN": "我 我很害怕呢", 560 | "ja-JP": "私 私怖いですよ" 561 | } 562 | }, 563 | { 564 | "name": "a-61", 565 | "path": "a-61.mp3", 566 | "description": { 567 | "zh-CN": "结束了结束了", 568 | "ja-JP": "終わた終わた" 569 | } 570 | }, 571 | { 572 | "name": "a-62", 573 | "path": "a-62.mp3", 574 | "description": { 575 | "zh-CN": "紧张起来了", 576 | "ja-JP": "緊張してきた" 577 | } 578 | }, 579 | { 580 | "name": "a-63", 581 | "path": "a-63.mp3", 582 | "description": { 583 | "zh-CN": "结束语", 584 | "ja-JP": "あとでな~" 585 | } 586 | }, 587 | { 588 | "name": "a-64", 589 | "path": "a-64.mp3", 590 | "description": { 591 | "zh-CN": "嘲讽了你真是对不起", 592 | "ja-JP": "煽って煽り、煽ったけどごめんなさい" 593 | } 594 | }, 595 | { 596 | "name": "a-65", 597 | "path": "a-65.mp3", 598 | "description": { 599 | "zh-CN": "谢谢!!百鬼!!", 600 | "ja-JP": "ありがと~!!なきり~!!" 601 | } 602 | }, 603 | { 604 | "name": "a-66", 605 | "path": "a-66.mp3", 606 | "description": { 607 | "zh-CN": "駆逐艦湊です!提督~提督?", 608 | "ja-JP": "駆逐艦湊です!提督~提督?" 609 | } 610 | }, 611 | { 612 | "name": "a0616-4", 613 | "path": "a0616-4.mp3", 614 | "description": { 615 | "zh-CN": "你已经死了知道了吗", 616 | "ja-JP": "あなたは死んだっていいでしょう" 617 | } 618 | }, 619 | { 620 | "name": "a0616-5", 621 | "path": "a0616-5.mp3", 622 | "description": { 623 | "zh-CN": "emm比如mea酱", 624 | "ja-JP": "あの、めあちゃんとか" 625 | } 626 | }, 627 | { 628 | "name": "a0616-6", 629 | "path": "a0616-6.mp3", 630 | "description": { 631 | "zh-CN": "太奇怪了吧", 632 | "ja-JP": "おかしいでしょう" 633 | } 634 | }, 635 | { 636 | "name": "a0616-7", 637 | "path": "a0616-7.mp3", 638 | "description": { 639 | "zh-CN": "肚子饿了", 640 | "ja-JP": "お腹すいたぁ" 641 | } 642 | } 643 | ] 644 | }, 645 | { 646 | "categoryName": "greeting", 647 | "categoryDescription": { 648 | "zh-CN": "打招呼", 649 | "ja-JP": "挨拶" 650 | }, 651 | "voiceList": [ 652 | { 653 | "name": "a-67", 654 | "path": "a-67.mp3", 655 | "description": { 656 | "zh-CN": "byebeeeeeeeee", 657 | "ja-JP": "バイビーーーー" 658 | } 659 | }, 660 | { 661 | "name": "a-68", 662 | "path": "a-68.mp3", 663 | "description": { 664 | "zh-CN": "byebyebot", 665 | "ja-JP": "バイバイbot" 666 | } 667 | }, 668 | { 669 | "name": "a-69", 670 | "path": "a-69.mp3", 671 | "description": { 672 | "zh-CN": "Happy Halloween", 673 | "ja-JP": "Happy Halloween" 674 | } 675 | }, 676 | { 677 | "name": "a-70", 678 | "path": "a-70.mp3", 679 | "description": { 680 | "zh-CN": "欢迎欢迎", 681 | "ja-JP": "いらっしゃい~いらっしゃい" 682 | } 683 | }, 684 | { 685 | "name": "a-71", 686 | "path": "a-71.mp3", 687 | "description": { 688 | "zh-CN": "欢迎回来,主人", 689 | "ja-JP": "おかえりなさいませ、ご主人様" 690 | } 691 | }, 692 | { 693 | "name": "a-72", 694 | "path": "a-72.mp3", 695 | "description": { 696 | "zh-CN": "辛苦了结束语", 697 | "ja-JP": "おつあくあ、お疲れ様でした" 698 | } 699 | }, 700 | { 701 | "name": "a-73", 702 | "path": "a-73.mp3", 703 | "description": { 704 | "zh-CN": "心动心动", 705 | "ja-JP": "どきどき" 706 | } 707 | }, 708 | { 709 | "name": "a-74", 710 | "path": "a-74.mp3", 711 | "description": { 712 | "zh-CN": "非常感谢", 713 | "ja-JP": "どもありがどございました" 714 | } 715 | }, 716 | { 717 | "name": "a-75", 718 | "path": "a-75.mp3", 719 | "description": { 720 | "zh-CN": "原来如此(池面", 721 | "ja-JP": "なるほどね(キリッ" 722 | } 723 | }, 724 | { 725 | "name": "a-76", 726 | "path": "a-76.mp3", 727 | "description": { 728 | "zh-CN": "大家、明天也拜托了", 729 | "ja-JP": "みんな、明日もよろしくお願いします" 730 | } 731 | }, 732 | { 733 | "name": "a-77", 734 | "path": "a-77.mp3", 735 | "description": { 736 | "zh-CN": "喂喂", 737 | "ja-JP": "もしもし" 738 | } 739 | }, 740 | { 741 | "name": "a-78", 742 | "path": "a-78.mp3", 743 | "description": { 744 | "zh-CN": "女仆咖啡、阿库娅偶像へ欢迎", 745 | "ja-JP": "メイドカフェ、アクアイドルへようこそ" 746 | } 747 | }, 748 | { 749 | "name": "a-79", 750 | "path": "a-79.mp3", 751 | "description": { 752 | "zh-CN": "五岁夸的byebeeeee", 753 | "ja-JP": "バイビーーーー(幼児風)" 754 | } 755 | }, 756 | { 757 | "name": "a-80", 758 | "path": "a-80.mp3", 759 | "description": { 760 | "zh-CN": "光速道歉", 761 | "ja-JP": "光速謝罪" 762 | } 763 | }, 764 | { 765 | "name": "a-81", 766 | "path": "a-81.mp3", 767 | "description": { 768 | "zh-CN": "等等嘛~~", 769 | "ja-JP": "待ってよ~" 770 | } 771 | }, 772 | { 773 | "name": "a-82", 774 | "path": "a-82.mp3", 775 | "description": { 776 | "zh-CN": "拜喵~~", 777 | "ja-JP": "ばいにゃ~" 778 | } 779 | }, 780 | { 781 | "name": "a-83", 782 | "path": "a-83.mp3", 783 | "description": { 784 | "zh-CN": "生日快乐喵", 785 | "ja-JP": "誕生日おめでとにゃ~" 786 | } 787 | }, 788 | { 789 | "name": "a-84", 790 | "path": "a-84.mp3", 791 | "description": { 792 | "zh-CN": "我、偶像、湊阿库娅", 793 | "ja-JP": "私、アイドル、湊あくあ" 794 | } 795 | }, 796 | { 797 | "name": "a-85", 798 | "path": "a-85.mp3", 799 | "description": { 800 | "zh-CN": "虽然是这样不成器的我 今后也请多多指教了", 801 | "ja-JP": "こんな私ですけどもこれからもよろしくお願いします" 802 | } 803 | }, 804 | { 805 | "name": "a-86", 806 | "path": "a-86.mp3", 807 | "description": { 808 | "zh-CN": "请收下吧 今年也祝你生日快乐", 809 | "ja-JP": "はいどうぞ、今年も誕生日おめでとう" 810 | } 811 | }, 812 | { 813 | "name": "a-87", 814 | "path": "a-87.mp3", 815 | "description": { 816 | "zh-CN": "阿库娅哒哟", 817 | "ja-JP": "あくあだよ!" 818 | } 819 | }, 820 | { 821 | "name": "a0616-8", 822 | "path": "a0616-8.mp3", 823 | "description": { 824 | "zh-CN": "新春快乐(中文)", 825 | "ja-JP": "あけおめ(中国語)" 826 | } 827 | }, 828 | { 829 | "name": "a0616-9", 830 | "path": "a0616-9.mp3", 831 | "description": { 832 | "zh-CN": "谢谢(中文)", 833 | "ja-JP": "ありがとう(中国語)" 834 | } 835 | }, 836 | { 837 | "name": "a0616-10", 838 | "path": "a0616-10.mp3", 839 | "description": { 840 | "zh-CN": "请多指教(初代)", 841 | "ja-JP": "よろしくお願いします(初代)" 842 | } 843 | }, 844 | { 845 | "name": "a0616-11", 846 | "path": "a0616-11.mp3", 847 | "description": { 848 | "zh-CN": "新春快楽、あけおめ", 849 | "ja-JP": "新春快楽、あけおめ" 850 | } 851 | } 852 | ] 853 | }, 854 | { 855 | "categoryName": "modal", 856 | "categoryDescription": { 857 | "zh-CN": "语气", 858 | "ja-JP": "モーダル" 859 | }, 860 | "voiceList": [ 861 | { 862 | "name": "a-88", 863 | "path": "a-88.mp3", 864 | "description": { 865 | "zh-CN": "mua~", 866 | "ja-JP": "投げキッス1" 867 | } 868 | }, 869 | { 870 | "name": "a-89", 871 | "path": "a-89.mp3", 872 | "description": { 873 | "zh-CN": "mua~啵~", 874 | "ja-JP": "投げキッス2" 875 | } 876 | }, 877 | { 878 | "name": "a-90", 879 | "path": "a-90.mp3", 880 | "description": { 881 | "zh-CN": "nyan~", 882 | "ja-JP": "にゃん(やられ" 883 | } 884 | }, 885 | { 886 | "name": "a-91", 887 | "path": "a-91.mp3", 888 | "description": { 889 | "zh-CN": "nya~", 890 | "ja-JP": "にゃ~" 891 | } 892 | }, 893 | { 894 | "name": "a-92", 895 | "path": "a-92.mp3", 896 | "description": { 897 | "zh-CN": "啊咧?啊咧咧?好奇怪哦", 898 | "ja-JP": "あれ?あれれ?おかしいぞ" 899 | } 900 | }, 901 | { 902 | "name": "a-93", 903 | "path": "a-93.mp3", 904 | "description": { 905 | "zh-CN": "完蛋ー了", 906 | "ja-JP": "おわーた" 907 | } 908 | }, 909 | { 910 | "name": "a-94", 911 | "path": "a-94.mp3", 912 | "description": { 913 | "zh-CN": "狂气音", 914 | "ja-JP": "くるなって、おまえ" 915 | } 916 | }, 917 | { 918 | "name": "a-95", 919 | "path": "a-95.mp3", 920 | "description": { 921 | "zh-CN": "别过来!别过来!别过来!", 922 | "ja-JP": "こないで!こないで!こないで!こないで!こないで!" 923 | } 924 | }, 925 | { 926 | "name": "a-96", 927 | "path": "a-96.mp3", 928 | "description": { 929 | "zh-CN": "好害怕(可爱", 930 | "ja-JP": "こわい(かわいい" 931 | } 932 | }, 933 | { 934 | "name": "a-97", 935 | "path": "a-97.mp3", 936 | "description": { 937 | "zh-CN": "所以说什么呢?(颤抖", 938 | "ja-JP": "だからなにってば?(震え" 939 | } 940 | }, 941 | { 942 | "name": "a-98", 943 | "path": "a-98.mp3", 944 | "description": { 945 | "zh-CN": "谁啊?嗯?", 946 | "ja-JP": "だれ?はい?" 947 | } 948 | }, 949 | { 950 | "name": "a-99", 951 | "path": "a-99.mp3", 952 | "description": { 953 | "zh-CN": "嗯———?", 954 | "ja-JP": "ん~~↓~~↑" 955 | } 956 | }, 957 | { 958 | "name": "a-100", 959 | "path": "a-100.mp3", 960 | "description": { 961 | "zh-CN": "嗯嗯、嗯嗯、嗯嗯嗯嗯", 962 | "ja-JP": "ふんふん、ふんふん、ふんふんふんふん" 963 | } 964 | }, 965 | { 966 | "name": "a-101", 967 | "path": "a-101.mp3", 968 | "description": { 969 | "zh-CN": "太好了 洋葱", 970 | "ja-JP": "やったねー、たまねぎ" 971 | } 972 | }, 973 | { 974 | "name": "a-102", 975 | "path": "a-102.mp3", 976 | "description": { 977 | "zh-CN": "太好了!好开心!不得了!", 978 | "ja-JP": "やったー!嬉しい!やべえ!" 979 | } 980 | }, 981 | { 982 | "name": "a-103", 983 | "path": "a-103.mp3", 984 | "description": { 985 | "zh-CN": "好痛哼哼哼", 986 | "ja-JP": "いったいぃ~↓" 987 | } 988 | }, 989 | { 990 | "name": "a-104", 991 | "path": "a-104.mp3", 992 | "description": { 993 | "zh-CN": "对吼", 994 | "ja-JP": "にゃあああああ(怖気" 995 | } 996 | }, 997 | { 998 | "name": "a-105", 999 | "path": "a-105.mp3", 1000 | "description": { 1001 | "zh-CN": "登録~登録~登録~登録~", 1002 | "ja-JP": "登録~↑登録~↑登録~↑登録~↑↑" 1003 | } 1004 | }, 1005 | { 1006 | "name": "a-106", 1007 | "path": "a-106.mp3", 1008 | "description": { 1009 | "zh-CN": "诶诶诶诶诶诶诶", 1010 | "ja-JP": "えっえっえっえっえっえっえっえっ" 1011 | } 1012 | }, 1013 | { 1014 | "name": "a0616-13", 1015 | "path": "a0616-13.mp3", 1016 | "description": { 1017 | "zh-CN": "啊啊啊被诅咒了啊", 1018 | "ja-JP": "ああぁぁ呪われている" 1019 | } 1020 | }, 1021 | { 1022 | "name": "a0616-14", 1023 | "path": "a0616-14.mp3", 1024 | "description": { 1025 | "zh-CN": "那个这次真的非常抱歉", 1026 | "ja-JP": "えとあの、その節は大変申し訳ございません" 1027 | } 1028 | }, 1029 | { 1030 | "name": "a0616-15", 1031 | "path": "a0616-15.mp3", 1032 | "description": { 1033 | "zh-CN": "好、好害羞啊啊", 1034 | "ja-JP": "は、は、恥ずかしいー" 1035 | } 1036 | } 1037 | ] 1038 | }, 1039 | { 1040 | "categoryName": "nakigoe", 1041 | "categoryDescription": { 1042 | "zh-CN": "叫声", 1043 | "ja-JP": "鳴き声" 1044 | }, 1045 | "voiceList": [ 1046 | { 1047 | "name": "a-107", 1048 | "path": "a-107.mp3", 1049 | "description": { 1050 | "zh-CN": "pyonpyonしる", 1051 | "ja-JP": "ぴょんぴょんしる~?" 1052 | } 1053 | }, 1054 | { 1055 | "name": "a-108", 1056 | "path": "a-108.mp3", 1057 | "description": { 1058 | "zh-CN": "pyon~pyon~", 1059 | "ja-JP": "ぽよ~↑ぽよ~↑ぽ↑よ↓~" 1060 | } 1061 | }, 1062 | { 1063 | "name": "a-109", 1064 | "path": "a-109.mp3", 1065 | "description": { 1066 | "zh-CN": "声音很小?啊啊啊啊!", 1067 | "ja-JP": "おとちっちゃい?あぁぁぁ!" 1068 | } 1069 | }, 1070 | { 1071 | "name": "a-110", 1072 | "path": "a-110.mp3", 1073 | "description": { 1074 | "zh-CN": "假哭", 1075 | "ja-JP": "泣き1" 1076 | } 1077 | }, 1078 | { 1079 | "name": "a-111", 1080 | "path": "a-111.mp3", 1081 | "description": { 1082 | "zh-CN": "假哭2", 1083 | "ja-JP": "泣き2" 1084 | } 1085 | }, 1086 | { 1087 | "name": "a-112", 1088 | "path": "a-112.mp3", 1089 | "description": { 1090 | "zh-CN": "假哭3", 1091 | "ja-JP": "泣き3" 1092 | } 1093 | }, 1094 | { 1095 | "name": "a-113", 1096 | "path": "a-113.mp3", 1097 | "description": { 1098 | "zh-CN": "发Q", 1099 | "ja-JP": "ふぁーQ" 1100 | } 1101 | }, 1102 | { 1103 | "name": "a-114", 1104 | "path": "a-114.mp3", 1105 | "description": { 1106 | "zh-CN": "哟切克切克切克闹", 1107 | "ja-JP": "YO!チェケチェケチェケラッ" 1108 | } 1109 | }, 1110 | { 1111 | "name": "a-115", 1112 | "path": "a-115.mp3", 1113 | "description": { 1114 | "zh-CN": "哭腔", 1115 | "ja-JP": "ガチ泣き1" 1116 | } 1117 | }, 1118 | { 1119 | "name": "a-116", 1120 | "path": "a-116.mp3", 1121 | "description": { 1122 | "zh-CN": "哭腔2", 1123 | "ja-JP": "ガチ泣き2" 1124 | } 1125 | }, 1126 | { 1127 | "name": "a-117", 1128 | "path": "a-117.mp3", 1129 | "description": { 1130 | "zh-CN": "哭腔3", 1131 | "ja-JP": "ガチ泣き3" 1132 | } 1133 | }, 1134 | { 1135 | "name": "a-118", 1136 | "path": "a-118.mp3", 1137 | "description": { 1138 | "zh-CN": "喵夸1", 1139 | "ja-JP": "猫あくあ1" 1140 | } 1141 | }, 1142 | { 1143 | "name": "a-119", 1144 | "path": "a-119.mp3", 1145 | "description": { 1146 | "zh-CN": "喵夸2", 1147 | "ja-JP": "猫あくあ2" 1148 | } 1149 | }, 1150 | { 1151 | "name": "a-120", 1152 | "path": "a-120.mp3", 1153 | "description": { 1154 | "zh-CN": "喵夸3", 1155 | "ja-JP": "猫あくあ3" 1156 | } 1157 | }, 1158 | { 1159 | "name": "a-121", 1160 | "path": "a-121.mp3", 1161 | "description": { 1162 | "zh-CN": "嗷呜~嗷呜", 1163 | "ja-JP": "あお~、あおあお~" 1164 | } 1165 | }, 1166 | { 1167 | "name": "a-122", 1168 | "path": "a-122.mp3", 1169 | "description": { 1170 | "zh-CN": "学鸡叫", 1171 | "ja-JP": "コケコッコー" 1172 | } 1173 | }, 1174 | { 1175 | "name": "a-123", 1176 | "path": "a-123.mp3", 1177 | "description": { 1178 | "zh-CN": "尖叫1", 1179 | "ja-JP": "悲鳴1" 1180 | } 1181 | }, 1182 | { 1183 | "name": "a-124", 1184 | "path": "a-124.mp3", 1185 | "description": { 1186 | "zh-CN": "尖叫2", 1187 | "ja-JP": "悲鳴2" 1188 | } 1189 | }, 1190 | { 1191 | "name": "a-125", 1192 | "path": "a-125.mp3", 1193 | "description": { 1194 | "zh-CN": "尖叫4", 1195 | "ja-JP": "悲鳴3" 1196 | } 1197 | }, 1198 | { 1199 | "name": "a-126", 1200 | "path": "a-126.mp3", 1201 | "description": { 1202 | "zh-CN": "尖叫5", 1203 | "ja-JP": "悲鳴4" 1204 | } 1205 | }, 1206 | { 1207 | "name": "a-127", 1208 | "path": "a-127.mp3", 1209 | "description": { 1210 | "zh-CN": "怪叫1", 1211 | "ja-JP": "奇声1" 1212 | } 1213 | }, 1214 | { 1215 | "name": "a-128", 1216 | "path": "a-128.mp3", 1217 | "description": { 1218 | "zh-CN": "怪叫2", 1219 | "ja-JP": "奇声2" 1220 | } 1221 | }, 1222 | { 1223 | "name": "a-129", 1224 | "path": "a-129.mp3", 1225 | "description": { 1226 | "zh-CN": "怪叫3", 1227 | "ja-JP": "奇声3" 1228 | } 1229 | }, 1230 | { 1231 | "name": "a-130", 1232 | "path": "a-130.mp3", 1233 | "description": { 1234 | "zh-CN": "怪叫4", 1235 | "ja-JP": "奇声4" 1236 | } 1237 | }, 1238 | { 1239 | "name": "a-131", 1240 | "path": "a-131.mp3", 1241 | "description": { 1242 | "zh-CN": "怪叫5", 1243 | "ja-JP": "奇声5" 1244 | } 1245 | }, 1246 | { 1247 | "name": "a-132", 1248 | "path": "a-132.mp3", 1249 | "description": { 1250 | "zh-CN": "怪叫6", 1251 | "ja-JP": "奇声6" 1252 | } 1253 | }, 1254 | { 1255 | "name": "a-133", 1256 | "path": "a-133.mp3", 1257 | "description": { 1258 | "zh-CN": "怪叫7", 1259 | "ja-JP": "奇声7" 1260 | } 1261 | }, 1262 | { 1263 | "name": "a-134", 1264 | "path": "a-134.mp3", 1265 | "description": { 1266 | "zh-CN": "打鸣", 1267 | "ja-JP": "過呼吸からの奇声" 1268 | } 1269 | }, 1270 | { 1271 | "name": "a-135", 1272 | "path": "a-135.mp3", 1273 | "description": { 1274 | "zh-CN": "海鸥笑", 1275 | "ja-JP": "引き笑い1" 1276 | } 1277 | }, 1278 | { 1279 | "name": "a-136", 1280 | "path": "a-136.mp3", 1281 | "description": { 1282 | "zh-CN": "海鸥笑2", 1283 | "ja-JP": "引き笑い2" 1284 | } 1285 | }, 1286 | { 1287 | "name": "a-137", 1288 | "path": "a-137.mp3", 1289 | "description": { 1290 | "zh-CN": "(音量注意)啊啊啊!!!!对不起", 1291 | "ja-JP": "(音量注意)あああ!!!!こめんなさい" 1292 | } 1293 | }, 1294 | { 1295 | "name": "a0616-16", 1296 | "path": "a0616-16.mp3", 1297 | "description": { 1298 | "zh-CN": "伽嘎伽嘎伽嘎伽嘎(怪叫)", 1299 | "ja-JP": "じゃがじゃがじゃがじゃが" 1300 | } 1301 | }, 1302 | { 1303 | "name": "a0616-17", 1304 | "path": "a0616-17.mp3", 1305 | "description": { 1306 | "zh-CN": "mea酱", 1307 | "ja-JP": "めあちゃん" 1308 | } 1309 | }, 1310 | { 1311 | "name": "a0616-18", 1312 | "path": "a0616-18.mp3", 1313 | "description": { 1314 | "zh-CN": "ping~ping~ping~ping~", 1315 | "ja-JP": "ピング~ピング~ピング~ピング~" 1316 | } 1317 | },{ 1318 | "name": "a-219", 1319 | "path": "a-219.mp3", 1320 | "description": { 1321 | "zh-CN": "desumasu desumasu", 1322 | "ja-JP": "デスマスデスマス" 1323 | } 1324 | }, 1325 | { 1326 | "name": "a20200309-1", 1327 | "path": "a20200309-1.mp3", 1328 | "description": { 1329 | "zh-CN": "Ora ora ora ora 1", 1330 | "ja-JP": "オラオラオラオラ 1" 1331 | } 1332 | }, 1333 | { 1334 | "name": "a20200309-2", 1335 | "path": "a20200309-2.mp3", 1336 | "description": { 1337 | "zh-CN": "Rua 1", 1338 | "ja-JP": "Rua 1" 1339 | } 1340 | }, 1341 | { 1342 | "name": "a20200313-1", 1343 | "path": "a20200313-1.mp3", 1344 | "description": { 1345 | "zh-CN": "晚安喵~", 1346 | "ja-JP": "おやすみにゃーーーー" 1347 | } 1348 | }, 1349 | { 1350 | "name": "a20200318-1", 1351 | "path": "a20200318-1.mp3", 1352 | "description": { 1353 | "zh-CN": "(音量注意)收益化byebye 1", 1354 | "ja-JP": "(音量注意)収益化グッバイ1" 1355 | } 1356 | }, 1357 | { 1358 | "name": "a20200318-2", 1359 | "path": "a20200318-2.mp3", 1360 | "description": { 1361 | "zh-CN": "(音量注意)收益化byebye 2", 1362 | "ja-JP": "(音量注意)収益化グッバイ2" 1363 | } 1364 | }, 1365 | { 1366 | "name": "a20200624-1", 1367 | "path": "a20200624-1.mp3", 1368 | "description": { 1369 | "zh-CN": "阿夸版 Discord铃声", 1370 | "ja-JP": "Discord通知音 あくあバージョン" 1371 | } 1372 | }, 1373 | { 1374 | "name": "a20200624-2", 1375 | "path": "a20200624-2.mp3", 1376 | "description": { 1377 | "zh-CN": "阿夸版 Line铃声", 1378 | "ja-JP": "Line通知音 あくあバージョン" 1379 | } 1380 | }, 1381 | { 1382 | "name": "a20200624-3", 1383 | "path": "a20200624-3.mp3", 1384 | "description": { 1385 | "zh-CN": "阿夸版 Skype铃声", 1386 | "ja-JP": "Skype通知音 あくあバージョン" 1387 | } 1388 | }, 1389 | { 1390 | "name": "a20200624-4", 1391 | "path": "a20200624-4.mp3", 1392 | "description": { 1393 | "zh-CN": "叭", 1394 | "ja-JP": "パーーーー" 1395 | } 1396 | }, 1397 | { 1398 | "name": "a20200624-5", 1399 | "path": "a20200624-5.mp3", 1400 | "description": { 1401 | "zh-CN": "阿夸版 来电铃声", 1402 | "ja-JP": "着信音 あくあバージョン" 1403 | } 1404 | }, 1405 | { 1406 | "name": "a20200624-6", 1407 | "path": "a20200624-6.mp3", 1408 | "description": { 1409 | "zh-CN": "奇声", 1410 | "ja-JP": "奇声" 1411 | } 1412 | } 1413 | ] 1414 | }, 1415 | { 1416 | "categoryName": "negation", 1417 | "categoryDescription": { 1418 | "zh-CN": "否定", 1419 | "ja-JP": "否定" 1420 | }, 1421 | "voiceList": [ 1422 | { 1423 | "name": "a-138", 1424 | "path": "a-138.mp3", 1425 | "description": { 1426 | "zh-CN": "啊啊好恶心", 1427 | "ja-JP": "ああ気持ち悪い" 1428 | } 1429 | }, 1430 | { 1431 | "name": "a-139", 1432 | "path": "a-139.mp3", 1433 | "description": { 1434 | "zh-CN": "不是很好吃", 1435 | "ja-JP": "あんまりおいしくない" 1436 | } 1437 | }, 1438 | { 1439 | "name": "a-140", 1440 | "path": "a-140.mp3", 1441 | "description": { 1442 | "zh-CN": "才没有做呢", 1443 | "ja-JP": "ヤッテナイデスヨォ(友人A" 1444 | } 1445 | }, 1446 | { 1447 | "name": "a-141", 1448 | "path": "a-141.mp3", 1449 | "description": { 1450 | "zh-CN": "不会给你哦", 1451 | "ja-JP": "あげないよ~" 1452 | } 1453 | }, 1454 | { 1455 | "name": "a-142", 1456 | "path": "a-142.mp3", 1457 | "description": { 1458 | "zh-CN": "不伦是不行的哦", 1459 | "ja-JP": "不倫はダメだぞ" 1460 | } 1461 | }, 1462 | { 1463 | "name": "a-143", 1464 | "path": "a-143.mp3", 1465 | "description": { 1466 | "zh-CN": "不好好吃饭可不行", 1467 | "ja-JP": "ちゃんと食べないとダメじゃない" 1468 | } 1469 | }, 1470 | { 1471 | "name": "a-144", 1472 | "path": "a-144.mp3", 1473 | "description": { 1474 | "zh-CN": "不想当恋人,这点请饶了我吧", 1475 | "ja-JP": "恋人にはなりたくない、ちょっとそれはご勘弁て感じで" 1476 | } 1477 | }, 1478 | { 1479 | "name": "a-145", 1480 | "path": "a-145.mp3", 1481 | "description": { 1482 | "zh-CN": "不读的话 不行的哦!", 1483 | "ja-JP": "よんでくれなきゃ、嫌だしぃ!" 1484 | } 1485 | }, 1486 | { 1487 | "name": "a-146", 1488 | "path": "a-146.mp3", 1489 | "description": { 1490 | "zh-CN": "不需要的啊", 1491 | "ja-JP": "いらねぇんだよなぁ" 1492 | } 1493 | } 1494 | ] 1495 | }, 1496 | { 1497 | "categoryName": "other", 1498 | "categoryDescription": { 1499 | "zh-CN": "其他", 1500 | "ja-JP": "その他" 1501 | }, 1502 | "voiceList": [ 1503 | { 1504 | "name": "a-147", 1505 | "path": "a-147.mp3", 1506 | "description": { 1507 | "zh-CN": "1~2~3~4~5~6~7~8", 1508 | "ja-JP": "1~2~3~4~5~6~7~8" 1509 | } 1510 | }, 1511 | { 1512 | "name": "a-148", 1513 | "path": "a-148.mp3", 1514 | "description": { 1515 | "zh-CN": "2122", 1516 | "ja-JP": "21・・・22・・・(腹筋熟成" 1517 | } 1518 | }, 1519 | { 1520 | "name": "a-149", 1521 | "path": "a-149.mp3", 1522 | "description": { 1523 | "zh-CN": "A.M.T 阿夸真是天使", 1524 | "ja-JP": "A.M.T あくあマジ天使" 1525 | } 1526 | }, 1527 | { 1528 | "name": "a-153", 1529 | "path": "a-153.mp3", 1530 | "description": { 1531 | "zh-CN": "I love you", 1532 | "ja-JP": "I love you" 1533 | } 1534 | }, 1535 | { 1536 | "name": "a-154", 1537 | "path": "a-154.mp3", 1538 | "description": { 1539 | "zh-CN": "一直都smile、全力smile会努力的", 1540 | "ja-JP": "いつもsmile、全力smileで頑張るから" 1541 | } 1542 | }, 1543 | { 1544 | "name": "a-155", 1545 | "path": "a-155.mp3", 1546 | "description": { 1547 | "zh-CN": "要成为不良、今天", 1548 | "ja-JP": "ヤンキーになるわ、今日" 1549 | } 1550 | }, 1551 | { 1552 | "name": "a-156", 1553 | "path": "a-156.mp3", 1554 | "description": { 1555 | "zh-CN": "令和跳", 1556 | "ja-JP": "令和カウントダウン" 1557 | } 1558 | }, 1559 | { 1560 | "name": "a-157", 1561 | "path": "a-157.mp3", 1562 | "description": { 1563 | "zh-CN": "吃东西", 1564 | "ja-JP": "あむ(咀嚼" 1565 | } 1566 | }, 1567 | { 1568 | "name": "a-158", 1569 | "path": "a-158.mp3", 1570 | "description": { 1571 | "zh-CN": "小矮人疑惑", 1572 | "ja-JP": "ちんちくりん疑惑" 1573 | } 1574 | }, 1575 | { 1576 | "name": "a-159", 1577 | "path": "a-159.mp3", 1578 | "description": { 1579 | "zh-CN": "模仿兔头", 1580 | "ja-JP": "物真似 月ノ美兎ちゃん" 1581 | } 1582 | }, 1583 | { 1584 | "name": "a0616-19", 1585 | "path": "a0616-19.mp3", 1586 | "description": { 1587 | "zh-CN": "这件女仆装很可爱对吧)", 1588 | "ja-JP": "このメイド服可愛いでしょう!" 1589 | } 1590 | }, 1591 | { 1592 | "name": "a0616-20", 1593 | "path": "a0616-20.mp3", 1594 | "description": { 1595 | "zh-CN": "怎么感觉凉飕飕的", 1596 | "ja-JP": "なんか~スースーする" 1597 | } 1598 | }, 1599 | { 1600 | "name": "a0616-21", 1601 | "path": "a0616-21.mp3", 1602 | "description": { 1603 | "zh-CN": "想看吗?真是没办法啊", 1604 | "ja-JP": "見たいですか、仕方ないですね" 1605 | } 1606 | } 1607 | ] 1608 | }, 1609 | { 1610 | "categoryName": "saying", 1611 | "categoryDescription": { 1612 | "zh-CN": "名言", 1613 | "ja-JP": "名言" 1614 | }, 1615 | "voiceList": [ 1616 | { 1617 | "name": "a-160", 1618 | "path": "a-160.mp3", 1619 | "description": { 1620 | "zh-CN": "washoiwashoi 大家都washoi 一起来washoi", 1621 | "ja-JP": "ワッショイワッショイ皆でワッショイ一緒にワッショイ―ワッショイワッショーイ" 1622 | } 1623 | }, 1624 | { 1625 | "name": "a-161", 1626 | "path": "a-161.mp3", 1627 | "description": { 1628 | "zh-CN": "这个好像不需要", 1629 | "ja-JP": "これいらないぽいっ" 1630 | } 1631 | }, 1632 | { 1633 | "name": "a-162", 1634 | "path": "a-162.mp3", 1635 | "description": { 1636 | "zh-CN": "这就是、湊阿夸的力量哦", 1637 | "ja-JP": "これが、湊あくあのpruawerだから" 1638 | } 1639 | }, 1640 | { 1641 | "name": "a-163", 1642 | "path": "a-163.mp3", 1643 | "description": { 1644 | "zh-CN": "我可是永远都是5岁哦", 1645 | "ja-JP": "わたくし永遠の五歳でちゅから" 1646 | } 1647 | }, 1648 | { 1649 | "name": "a-164", 1650 | "path": "a-164.mp3", 1651 | "description": { 1652 | "zh-CN": "我是单人玩家是吧", 1653 | "ja-JP": "わたしソロプレーヤーなんだよね" 1654 | } 1655 | }, 1656 | { 1657 | "name": "a-165", 1658 | "path": "a-165.mp3", 1659 | "description": { 1660 | "zh-CN": "不 今晚不会放你去睡觉的哦", 1661 | "ja-JP": "いや、今夜は寝かせないよ" 1662 | } 1663 | }, 1664 | { 1665 | "name": "a-166", 1666 | "path": "a-166.mp3", 1667 | "description": { 1668 | "zh-CN": "不要,别看啊,这样好色啊", 1669 | "ja-JP": "やめて、見ないで、えっちじゃんそんな" 1670 | } 1671 | }, 1672 | { 1673 | "name": "a-167", 1674 | "path": "a-167.mp3", 1675 | "description": { 1676 | "zh-CN": "二次元赛高", 1677 | "ja-JP": "二次元最高!" 1678 | } 1679 | }, 1680 | { 1681 | "name": "a-168", 1682 | "path": "a-168.mp3", 1683 | "description": { 1684 | "zh-CN": "但是这样是战胜不了我的~", 1685 | "ja-JP": "でもわたしには敵いませ~ん" 1686 | } 1687 | }, 1688 | { 1689 | "name": "a-169", 1690 | "path": "a-169.mp3", 1691 | "description": { 1692 | "zh-CN": "余裕よ余裕", 1693 | "ja-JP": "余裕よ余裕" 1694 | } 1695 | }, 1696 | { 1697 | "name": "a-170", 1698 | "path": "a-170.mp3", 1699 | "description": { 1700 | "zh-CN": "可以相信的只有自己", 1701 | "ja-JP": "信じられるのは自分だけ" 1702 | } 1703 | }, 1704 | { 1705 | "name": "a-171", 1706 | "path": "a-171.mp3", 1707 | "description": { 1708 | "zh-CN": "全てを理解", 1709 | "ja-JP": "全てを理解したわ" 1710 | } 1711 | }, 1712 | { 1713 | "name": "a-172", 1714 | "path": "a-172.mp3", 1715 | "description": { 1716 | "zh-CN": "区区汉字我还是会读的", 1717 | "ja-JP": "漢字くらい読めるんですからね" 1718 | } 1719 | }, 1720 | { 1721 | "name": "a-173", 1722 | "path": "a-173.mp3", 1723 | "description": { 1724 | "zh-CN": "哇啊啊啊啊早上起床身边有别的女人", 1725 | "ja-JP": "朝起きたら別の女が居た" 1726 | } 1727 | }, 1728 | { 1729 | "name": "a-174", 1730 | "path": "a-174.mp3", 1731 | "description": { 1732 | "zh-CN": "啊、理解理解、理解理解理解", 1733 | "ja-JP": "あー、理解理解、理解理解理解" 1734 | } 1735 | }, 1736 | { 1737 | "name": "a-175", 1738 | "path": "a-175.mp3", 1739 | "description": { 1740 | "zh-CN": "喜欢 爱 结婚三连", 1741 | "ja-JP": "大好き、愛してる、結婚しよう" 1742 | } 1743 | }, 1744 | { 1745 | "name": "a-176", 1746 | "path": "a-176.mp3", 1747 | "description": { 1748 | "zh-CN": "因为我是偶像哦", 1749 | "ja-JP": "だって私、アイドルだもん" 1750 | } 1751 | }, 1752 | { 1753 | "name": "a-177", 1754 | "path": "a-177.mp3", 1755 | "description": { 1756 | "zh-CN": "完璧完璧", 1757 | "ja-JP": "完璧完璧" 1758 | } 1759 | }, 1760 | { 1761 | "name": "a-178", 1762 | "path": "a-178.mp3", 1763 | "description": { 1764 | "zh-CN": "老家一样的安心感", 1765 | "ja-JP": "実家のような安心感" 1766 | } 1767 | }, 1768 | { 1769 | "name": "a-179", 1770 | "path": "a-179.mp3", 1771 | "description": { 1772 | "zh-CN": "对我的帅气感到着迷了吗", 1773 | "ja-JP": "俺のカッコよさに、見惚れちまったか?" 1774 | } 1775 | }, 1776 | { 1777 | "name": "a-180", 1778 | "path": "a-180.mp3", 1779 | "description": { 1780 | "zh-CN": "想看?啊,真没辙啊", 1781 | "ja-JP": "見たい?あー、仕方ないな" 1782 | } 1783 | }, 1784 | { 1785 | "name": "a-181", 1786 | "path": "a-181.mp3", 1787 | "description": { 1788 | "zh-CN": "感觉掀起胖次也不会有罪恶感呢", 1789 | "ja-JP": "なんかこうパンツをめくってても悪気がないもんね" 1790 | } 1791 | }, 1792 | { 1793 | "name": "a-182", 1794 | "path": "a-182.mp3", 1795 | "description": { 1796 | "zh-CN": "我什么都会做的", 1797 | "ja-JP": "なんでもしますから・・・" 1798 | } 1799 | }, 1800 | { 1801 | "name": "a-183", 1802 | "path": "a-183.mp3", 1803 | "description": { 1804 | "zh-CN": "我会闻大家的味道就是了", 1805 | "ja-JP": "私はね、皆の匂い嗅げますけど" 1806 | } 1807 | }, 1808 | { 1809 | "name": "a-184", 1810 | "path": "a-184.mp3", 1811 | "description": { 1812 | "zh-CN": "我家那孩子啊", 1813 | "ja-JP": "うちの子がさああああ" 1814 | } 1815 | }, 1816 | { 1817 | "name": "a-185", 1818 | "path": "a-185.mp3", 1819 | "description": { 1820 | "zh-CN": "我跟西红柿哪个可爱一点啊!!", 1821 | "ja-JP": "私とトマトどっちが可愛いんだよ!!" 1822 | } 1823 | }, 1824 | { 1825 | "name": "a-186", 1826 | "path": "a-186.mp3", 1827 | "description": { 1828 | "zh-CN": "我马上闭嘴", 1829 | "ja-JP": "黙らせて頂きます" 1830 | } 1831 | }, 1832 | { 1833 | "name": "a-187", 1834 | "path": "a-187.mp3", 1835 | "description": { 1836 | "zh-CN": "拜托了!这是我这辈子的愿望!什么都做的啦", 1837 | "ja-JP": "お願い、一生のお願い、なんでもするから" 1838 | } 1839 | }, 1840 | { 1841 | "name": "a-188", 1842 | "path": "a-188.mp3", 1843 | "description": { 1844 | "zh-CN": "接下来 我会让大家 渐渐地渐渐地燃起来的", 1845 | "ja-JP": "これからみんなの事、どんどんどんどん熱くしていくから" 1846 | } 1847 | }, 1848 | { 1849 | "name": "a-189", 1850 | "path": "a-189.mp3", 1851 | "description": { 1852 | "zh-CN": "无路赛!无路赛无路赛!", 1853 | "ja-JP": "うるさい!うるさいうるさいうるさい!" 1854 | } 1855 | }, 1856 | { 1857 | "name": "a-191", 1858 | "path": "a-191.mp3", 1859 | "description": { 1860 | "zh-CN": "理解理解", 1861 | "ja-JP": "理解理解" 1862 | } 1863 | }, 1864 | { 1865 | "name": "a-192", 1866 | "path": "a-192.mp3", 1867 | "description": { 1868 | "zh-CN": "男人是、有不得不跨越的山 武士", 1869 | "ja-JP": "男には、越えねばならぬ、山がある 侍" 1870 | } 1871 | }, 1872 | { 1873 | "name": "a-193", 1874 | "path": "a-193.mp3", 1875 | "description": { 1876 | "zh-CN": "这真是烦人的女人啊", 1877 | "ja-JP": "これはうっとおしい女ですわぁ" 1878 | } 1879 | }, 1880 | { 1881 | "name": "a-194", 1882 | "path": "a-194.mp3", 1883 | "description": { 1884 | "zh-CN": "阿库娅你这家伙 已经成长成很优秀的阿库娅了呀", 1885 | "ja-JP": "あクワお前、すっかり立派なあクワになっちまったな" 1886 | } 1887 | }, 1888 | { 1889 | "name": "a-195", 1890 | "path": "a-195.mp3", 1891 | "description": { 1892 | "zh-CN": "难道不是我的要求都应该接受吗?毕竟是生日嘛", 1893 | "ja-JP": "私の言うことなんでも聞いてくれるんじゃないんですか?やっぱ誕生日だし" 1894 | } 1895 | }, 1896 | { 1897 | "name": "a-196", 1898 | "path": "a-196.mp3", 1899 | "description": { 1900 | "zh-CN": "骗你的哦", 1901 | "ja-JP": "うそだよ" 1902 | } 1903 | }, 1904 | { 1905 | "name": "a0616-22", 1906 | "path": "a0616-22.mp3", 1907 | "description": { 1908 | "zh-CN": "拜托了我什么都会做的", 1909 | "ja-JP": "お願いします、何でもしますから" 1910 | } 1911 | }, 1912 | { 1913 | "name": "a0616-23", 1914 | "path": "a0616-23.mp3", 1915 | "description": { 1916 | "zh-CN": "因为一直在一起所以懂得", 1917 | "ja-JP": "ずっと一緒におるから分かるわ" 1918 | } 1919 | }, 1920 | { 1921 | "name": "a0616-24", 1922 | "path": "a0616-24.mp3", 1923 | "description": { 1924 | "zh-CN": " 因为我是孤独之星", 1925 | "ja-JP": "そう、ぼっちだからさ" 1926 | } 1927 | }, 1928 | { 1929 | "name": "a0616-25", 1930 | "path": "a0616-25.mp3", 1931 | "description": { 1932 | "zh-CN": "我已经习惯了,不如说我觉得那就是爱情", 1933 | "ja-JP": "わたしはね慣れてる、むしろそれが愛情だと思ってる" 1934 | } 1935 | }, 1936 | { 1937 | "name": "a0616-26", 1938 | "path": "a0616-26.mp3", 1939 | "description": { 1940 | "zh-CN": "我的朋友很少,【无牙】所以【友少】", 1941 | "ja-JP": "僕は友達が少ない、歯がないだからはがない" 1942 | } 1943 | }, 1944 | { 1945 | "name": "a0616-27", 1946 | "path": "a0616-27.mp3", 1947 | "description": { 1948 | "zh-CN": "虽然白发很好但也要喜欢粉发哦", 1949 | "ja-JP": "白もいいけど、ピンクにも好きになってね" 1950 | } 1951 | }, 1952 | { 1953 | "name": "a0616-28", 1954 | "path": "a0616-28.mp3", 1955 | "description": { 1956 | "zh-CN": "我湊阿夸对白发的看法是喜欢啊啊啊啊", 1957 | "ja-JP": "私、湊あくあは白髪の女の子が好きだああ——" 1958 | } 1959 | } 1960 | ] 1961 | }, 1962 | { 1963 | "categoryName": "high", 1964 | "categoryDescription": { 1965 | "zh-CN": "精神高涨", 1966 | "ja-JP": "ハイテンション" 1967 | }, 1968 | "voiceList": [ 1969 | { 1970 | "name": "a-197", 1971 | "path": "a-197.mp3", 1972 | "description": { 1973 | "zh-CN": "moooo、你以为我是谁呢", 1974 | "ja-JP": "もー、私を誰だと思ってるんですかぁ?" 1975 | } 1976 | }, 1977 | { 1978 | "name": "a-198", 1979 | "path": "a-198.mp3", 1980 | "description": { 1981 | "zh-CN": "阿夸可爱~阿夸可爱!", 1982 | "ja-JP": "あくあかわいい~?あくあかわいい!" 1983 | } 1984 | }, 1985 | { 1986 | "name": "a-199", 1987 | "path": "a-199.mp3", 1988 | "description": { 1989 | "zh-CN": "拜托了!拜托了!拜托了!", 1990 | "ja-JP": "お願い!お願い!お願い!" 1991 | } 1992 | }, 1993 | { 1994 | "name": "a-200", 1995 | "path": "a-200.mp3", 1996 | "description": { 1997 | "zh-CN": "麻烦了!", 1998 | "ja-JP": "こまった!" 1999 | } 2000 | }, 2001 | { 2002 | "name": "a-201", 2003 | "path": "a-201.mp3", 2004 | "description": { 2005 | "zh-CN": "这就是凑阿夸啊啊啊!!!!!!", 2006 | "ja-JP": "これが湊あくあじゃいいいい!!!!!!" 2007 | } 2008 | }, 2009 | { 2010 | "name": "a-202", 2011 | "path": "a-202.mp3", 2012 | "description": { 2013 | "zh-CN": "为什么啊!", 2014 | "ja-JP": "なんでやねん!" 2015 | } 2016 | }, 2017 | { 2018 | "name": "a-203", 2019 | "path": "a-203.mp3", 2020 | "description": { 2021 | "zh-CN": "耶!!版本升级!!!", 2022 | "ja-JP": "イェー!!バージョンアップ!!!" 2023 | } 2024 | }, 2025 | { 2026 | "name": "a-204", 2027 | "path": "a-204.mp3", 2028 | "description": { 2029 | "zh-CN": "嘿嘿嘿、真遗憾呐", 2030 | "ja-JP": "んひひ、ざぁんねんですねぇ" 2031 | } 2032 | }, 2033 | { 2034 | "name": "a-205", 2035 | "path": "a-205.mp3", 2036 | "description": { 2037 | "zh-CN": "嘿嘿嘿嘿、期待了吗?", 2038 | "ja-JP": "んひひひひひ、期待した?" 2039 | } 2040 | }, 2041 | { 2042 | "name": "a-206", 2043 | "path": "a-206.mp3", 2044 | "description": { 2045 | "zh-CN": "好—消—息—", 2046 | "ja-JP": "ろーほー" 2047 | } 2048 | }, 2049 | { 2050 | "name": "a0616-12", 2051 | "path": "a0616-12.mp3", 2052 | "description": { 2053 | "zh-CN": "ガチ恋口上(mea酱へ)", 2054 | "ja-JP": "ガチ恋口上(めあちゃんへ)" 2055 | } 2056 | } 2057 | ] 2058 | }, 2059 | { 2060 | "categoryName": "sing", 2061 | "categoryDescription": { 2062 | "zh-CN": "唱歌", 2063 | "ja-JP": "うた" 2064 | }, 2065 | "voiceList": [ 2066 | { 2067 | "name": "a-207", 2068 | "path": "a-207.mp3", 2069 | "description": { 2070 | "zh-CN": "bad apple清唱", 2071 | "ja-JP": "bad apple" 2072 | } 2073 | }, 2074 | { 2075 | "name": "a-208", 2076 | "path": "a-208.mp3", 2077 | "description": { 2078 | "zh-CN": "儿歌", 2079 | "ja-JP": "メリーさんの羊" 2080 | } 2081 | }, 2082 | { 2083 | "name": "a-209", 2084 | "path": "a-209.mp3", 2085 | "description": { 2086 | "zh-CN": "口胡生日歌", 2087 | "ja-JP": "Happy birthday to you" 2088 | } 2089 | }, 2090 | { 2091 | "name": "a-210", 2092 | "path": "a-210.mp3", 2093 | "description": { 2094 | "zh-CN": "夸乐器 晴天好心情", 2095 | "ja-JP": "ハレ晴レユカイ(全部あくあ" 2096 | } 2097 | }, 2098 | { 2099 | "name": "a-211", 2100 | "path": "a-211.mp3", 2101 | "description": { 2102 | "zh-CN": "夸乐器1", 2103 | "ja-JP": "ぱぱぱぱっぱぱー♪" 2104 | } 2105 | }, 2106 | { 2107 | "name": "a-212", 2108 | "path": "a-212.mp3", 2109 | "description": { 2110 | "zh-CN": "夸乐器3", 2111 | "ja-JP": "ぷーぷーぷーぷーぷーぷーぷーぷひゃあああ" 2112 | } 2113 | }, 2114 | { 2115 | "name": "a-213", 2116 | "path": "a-213.mp3", 2117 | "description": { 2118 | "zh-CN": "夸乐器4", 2119 | "ja-JP": "ボイパ" 2120 | } 2121 | }, 2122 | { 2123 | "name": "a-214", 2124 | "path": "a-214.mp3", 2125 | "description": { 2126 | "zh-CN": "夸乐器5", 2127 | "ja-JP": "プンプンプンプンプンプンパー" 2128 | } 2129 | }, 2130 | { 2131 | "name": "a-215", 2132 | "path": "a-215.mp3", 2133 | "description": { 2134 | "zh-CN": "夸乐器海贼王", 2135 | "ja-JP": "ウィーアー!" 2136 | } 2137 | }, 2138 | { 2139 | "name": "a-216", 2140 | "path": "a-216.mp3", 2141 | "description": { 2142 | "zh-CN": "小星星清唱", 2143 | "ja-JP": "きらきら星" 2144 | } 2145 | }, 2146 | { 2147 | "name": "a-217", 2148 | "path": "a-217.mp3", 2149 | "description": { 2150 | "zh-CN": "狗夸蜜汁合唱(大嘘)", 2151 | "ja-JP": "狗夸蜜汁合唱(大嘘)" 2152 | } 2153 | }, 2154 | { 2155 | "name": "a-218", 2156 | "path": "a-218.mp3", 2157 | "description": { 2158 | "zh-CN": "现充之歌", 2159 | "ja-JP": "陽キャの歌" 2160 | } 2161 | }, 2162 | { 2163 | "name": "a0616-29", 2164 | "path": "a0616-29.mp3", 2165 | "description": { 2166 | "zh-CN": "夸乐器", 2167 | "ja-JP": "夸乐器" 2168 | } 2169 | } 2170 | ] 2171 | } 2172 | ] 2173 | } 2174 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "experimentalDecorators": true, 4 | "allowJs": true 5 | } 6 | } -------------------------------------------------------------------------------- /vue.config.js: -------------------------------------------------------------------------------- 1 | const webpack = require('webpack'); 2 | 3 | module.exports = { 4 | configureWebpack: { 5 | plugins: [ 6 | new webpack.ProvidePlugin({ 7 | $: 'jquery', 8 | jQuery: 'jquery', 9 | 'window.jQuery': 'jquery' 10 | }) 11 | ] 12 | } 13 | } --------------------------------------------------------------------------------