你好 Vue3!(此版本不可用)

 迁移至 vue3 + ts(80%)
This commit is contained in:
stapxs 2022-12-13 15:51:58 +08:00
parent a65bac67c7
commit 170eda8f85
346 changed files with 4551 additions and 4640 deletions

View File

@ -1,5 +0,0 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

View File

@ -3,12 +3,13 @@ module.exports = {
env: { env: {
node: true node: true
}, },
extends: [ 'extends': [
'plugin:vue/vue3-essential', 'plugin:vue/vue3-essential',
'@vue/standard' 'eslint:recommended',
'@vue/typescript/recommended'
], ],
parserOptions: { parserOptions: {
parser: '@babel/eslint-parser' ecmaVersion: 2020
}, },
rules: { rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',

View File

@ -1,19 +0,0 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}

View File

@ -21,22 +21,23 @@
"v-viewer": "^3.0.11", "v-viewer": "^3.0.11",
"vue": "^3.2.13", "vue": "^3.2.13",
"vue-clipboard2": "^0.3.3", "vue-clipboard2": "^0.3.3",
"vue-cookies": "^1.8.1", "vue-i18n": "^9.2.2",
"vue-i18n": "9", "vue-infinite-scroll": "^2.0.2",
"vue-infinite-scroll": "^2.0.2" "vue3-cookies": "^1.0.6",
"vue3-infinite-scroll-better": "^2.2.0",
"xss": "^1.0.14"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.16", "@typescript-eslint/eslint-plugin": "^5.4.0",
"@babel/eslint-parser": "^7.12.16", "@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0", "@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0", "@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0", "@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3", "eslint-plugin-vue": "^8.0.3",
"eslint-plugin-node": "^11.1.0", "typescript": "~4.5.5"
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3"
} }
} }

View File

@ -6,9 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="referrer" content="no-referrer" id="referrer"> <meta name="referrer" content="no-referrer" id="referrer">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
<!-- Border Card UI --> <!-- Border Card UI -->
<link rel="stylesheet" href="https://stapxs.github.io/Border-Card-UI/css/style.css"> <link rel="stylesheet" href="https://stapxs.github.io/Border-Card-UI/css/style.css">
<link rel="stylesheet" href="https://stapxs.github.io/Border-Card-UI/css/color-light.css"> <link rel="stylesheet" href="https://stapxs.github.io/Border-Card-UI/css/color-light.css">

View File

@ -1,373 +1,340 @@
<!-- <template>
* @FileDescription: 页面主框架 <div id="app">
* @Author: Stapxs <div class="layui-tab layui-tab-brief main-body">
* @Date: 2022/07/29 <ul class="layui-tab-title">
* @Version: 1.0 <li @click="changeTab('主页', 'Home', true)" :class="loginInfo.status ? 'hiden-home' : 'layui-this'">
--> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<path
<template> d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z" />
<div id="app"> </svg>
<div class="layui-tab layui-tab-brief main-body"> </li>
<ul class="layui-tab-title"> <li id="bar-msg" @click="changeTab('信息', 'Messages', false)"
<li @click="changeTab('主页', 'Home', true)" :class="login.status ? 'hiden-home' : 'layui-this'"> :class="!loginInfo.status ? '' : 'layui-this'">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">><path d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
</li> <path
<li id="bar-msg" @click="changeTab('信息', 'Messages', false)" :class="!login.status ? '' : 'layui-this'"> d="M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z" />
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> </svg>
<path </li>
d="M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z" /> <li @click="changeTab('列表', 'Friends', false)">
</svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
</li> <path
<li @click="changeTab('列表', 'Friends', false)"> d="M224 256c70.7 0 128-57.31 128-128s-57.3-128-128-128C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z" />
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> </svg>
<path </li>
d="M224 256c70.7 0 128-57.31 128-128s-57.3-128-128-128C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z" /> <div style="flex: 1;" class="side-bar-space"></div>
</svg> <li @click="changeTab('设置', 'Options', true)">
</li> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<div style="flex: 1;" class="side-bar-space"></div> <path
<li @click="changeTab('设置', 'Options', true)"> d="M495.9 166.6C499.2 175.2 496.4 184.9 489.6 191.2L446.3 230.6C447.4 238.9 448 247.4 448 256C448 264.6 447.4 273.1 446.3 281.4L489.6 320.8C496.4 327.1 499.2 336.8 495.9 345.4C491.5 357.3 486.2 368.8 480.2 379.7L475.5 387.8C468.9 398.8 461.5 409.2 453.4 419.1C447.4 426.2 437.7 428.7 428.9 425.9L373.2 408.1C359.8 418.4 344.1 427 329.2 433.6L316.7 490.7C314.7 499.7 307.7 506.1 298.5 508.5C284.7 510.8 270.5 512 255.1 512C241.5 512 227.3 510.8 213.5 508.5C204.3 506.1 197.3 499.7 195.3 490.7L182.8 433.6C167 427 152.2 418.4 138.8 408.1L83.14 425.9C74.3 428.7 64.55 426.2 58.63 419.1C50.52 409.2 43.12 398.8 36.52 387.8L31.84 379.7C25.77 368.8 20.49 357.3 16.06 345.4C12.82 336.8 15.55 327.1 22.41 320.8L65.67 281.4C64.57 273.1 64 264.6 64 256C64 247.4 64.57 238.9 65.67 230.6L22.41 191.2C15.55 184.9 12.82 175.3 16.06 166.6C20.49 154.7 25.78 143.2 31.84 132.3L36.51 124.2C43.12 113.2 50.52 102.8 58.63 92.95C64.55 85.8 74.3 83.32 83.14 86.14L138.8 103.9C152.2 93.56 167 84.96 182.8 78.43L195.3 21.33C197.3 12.25 204.3 5.04 213.5 3.51C227.3 1.201 241.5 0 256 0C270.5 0 284.7 1.201 298.5 3.51C307.7 5.04 314.7 12.25 316.7 21.33L329.2 78.43C344.1 84.96 359.8 93.56 373.2 103.9L428.9 86.14C437.7 83.32 447.4 85.8 453.4 92.95C461.5 102.8 468.9 113.2 475.5 124.2L480.2 132.3C486.2 143.2 491.5 154.7 495.9 166.6V166.6zM256 336C300.2 336 336 300.2 336 255.1C336 211.8 300.2 175.1 256 175.1C211.8 175.1 176 211.8 176 255.1C176 300.2 211.8 336 256 336z" />
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> </svg>
<path </li>
d="M495.9 166.6C499.2 175.2 496.4 184.9 489.6 191.2L446.3 230.6C447.4 238.9 448 247.4 448 256C448 264.6 447.4 273.1 446.3 281.4L489.6 320.8C496.4 327.1 499.2 336.8 495.9 345.4C491.5 357.3 486.2 368.8 480.2 379.7L475.5 387.8C468.9 398.8 461.5 409.2 453.4 419.1C447.4 426.2 437.7 428.7 428.9 425.9L373.2 408.1C359.8 418.4 344.1 427 329.2 433.6L316.7 490.7C314.7 499.7 307.7 506.1 298.5 508.5C284.7 510.8 270.5 512 255.1 512C241.5 512 227.3 510.8 213.5 508.5C204.3 506.1 197.3 499.7 195.3 490.7L182.8 433.6C167 427 152.2 418.4 138.8 408.1L83.14 425.9C74.3 428.7 64.55 426.2 58.63 419.1C50.52 409.2 43.12 398.8 36.52 387.8L31.84 379.7C25.77 368.8 20.49 357.3 16.06 345.4C12.82 336.8 15.55 327.1 22.41 320.8L65.67 281.4C64.57 273.1 64 264.6 64 256C64 247.4 64.57 238.9 65.67 230.6L22.41 191.2C15.55 184.9 12.82 175.3 16.06 166.6C20.49 154.7 25.78 143.2 31.84 132.3L36.51 124.2C43.12 113.2 50.52 102.8 58.63 92.95C64.55 85.8 74.3 83.32 83.14 86.14L138.8 103.9C152.2 93.56 167 84.96 182.8 78.43L195.3 21.33C197.3 12.25 204.3 5.04 213.5 3.51C227.3 1.201 241.5 0 256 0C270.5 0 284.7 1.201 298.5 3.51C307.7 5.04 314.7 12.25 316.7 21.33L329.2 78.43C344.1 84.96 359.8 93.56 373.2 103.9L428.9 86.14C437.7 83.32 447.4 85.8 453.4 92.95C461.5 102.8 468.9 113.2 475.5 124.2L480.2 132.3C486.2 143.2 491.5 154.7 495.9 166.6V166.6zM256 336C300.2 336 336 300.2 336 255.1C336 211.8 300.2 175.1 256 175.1C211.8 175.1 176 211.8 176 255.1C176 300.2 211.8 336 256 336z" /> </ul>
</svg> <div class="layui-tab-content">
</li> <div :class="!loginInfo.status ? 'layui-tab-item layui-show' : 'layui-tab-item'"
</ul> :name="$t('home_title')">
<div class="layui-tab-content"> <div class="home-body">
<div :class="!login.status ? 'layui-tab-item layui-show' : 'layui-tab-item'" :name="$t('home_title')"> <div class="login-pan-card ss-card">
<div class="home-body"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<div class="login-pan-card ss-card"> <path
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> d="M380.6 365.6C401.1 379.9 416 404.3 416 432C416 476.2 380.2 512 336 512C291.8 512 256 476.2 256 432C256 423.6 257.3 415.4 259.7 407.8L114.1 280.4C103.8 285.3 92.21 288 80 288C35.82 288 0 252.2 0 208C0 163.8 35.82 128 80 128C101.9 128 121.7 136.8 136.2 151.1L320 77.52C321.3 34.48 356.6 0 400 0C444.2 0 480 35.82 480 80C480 117.9 453.7 149.6 418.4 157.9L380.6 365.6zM156.3 232.2L301.9 359.6C306.9 357.3 312.1 355.4 317.6 354.1L355.4 146.4C351.2 143.6 347.4 140.4 343.8 136.9L159.1 210.5C159.7 218 158.5 225.3 156.3 232.2V232.2z">
<path </path>
d="M380.6 365.6C401.1 379.9 416 404.3 416 432C416 476.2 380.2 512 336 512C291.8 512 256 476.2 256 432C256 423.6 257.3 415.4 259.7 407.8L114.1 280.4C103.8 285.3 92.21 288 80 288C35.82 288 0 252.2 0 208C0 163.8 35.82 128 80 128C101.9 128 121.7 136.8 136.2 151.1L320 77.52C321.3 34.48 356.6 0 400 0C444.2 0 480 35.82 480 80C480 117.9 453.7 149.6 418.4 157.9L380.6 365.6zM156.3 232.2L301.9 359.6C306.9 357.3 312.1 355.4 317.6 354.1L355.4 146.4C351.2 143.6 347.4 140.4 343.8 136.9L159.1 210.5C159.7 218 158.5 225.3 156.3 232.2V232.2z"> </svg>
</path> <p>{{ $t('home_card_title') }}</p>
</svg> <form @submit.prevent @submit="connect">
<p>{{ $t('home_card_title') }}</p> <label>
<form @submit.prevent @submit="connect"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
<label> <path
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"> d="M172.5 131.1C228.1 75.51 320.5 75.51 376.1 131.1C426.1 181.1 433.5 260.8 392.4 318.3L391.3 319.9C381 334.2 361 337.6 346.7 327.3C332.3 317 328.9 297 339.2 282.7L340.3 281.1C363.2 249 359.6 205.1 331.7 177.2C300.3 145.8 249.2 145.8 217.7 177.2L105.5 289.5C73.99 320.1 73.99 372 105.5 403.5C133.3 431.4 177.3 435 209.3 412.1L210.9 410.1C225.3 400.7 245.3 404 255.5 418.4C265.8 432.8 262.5 452.8 248.1 463.1L246.5 464.2C188.1 505.3 110.2 498.7 60.21 448.8C3.741 392.3 3.741 300.7 60.21 244.3L172.5 131.1zM467.5 380C411 436.5 319.5 436.5 263 380C213 330 206.5 251.2 247.6 193.7L248.7 192.1C258.1 177.8 278.1 174.4 293.3 184.7C307.7 194.1 311.1 214.1 300.8 229.3L299.7 230.9C276.8 262.1 280.4 306.9 308.3 334.8C339.7 366.2 390.8 366.2 422.3 334.8L534.5 222.5C566 191 566 139.1 534.5 108.5C506.7 80.63 462.7 76.99 430.7 99.9L429.1 101C414.7 111.3 394.7 107.1 384.5 93.58C374.2 79.2 377.5 59.21 391.9 48.94L393.5 47.82C451 6.731 529.8 13.25 579.8 63.24C636.3 119.7 636.3 211.3 579.8 267.7L467.5 380z">
<path </path>
d="M172.5 131.1C228.1 75.51 320.5 75.51 376.1 131.1C426.1 181.1 433.5 260.8 392.4 318.3L391.3 319.9C381 334.2 361 337.6 346.7 327.3C332.3 317 328.9 297 339.2 282.7L340.3 281.1C363.2 249 359.6 205.1 331.7 177.2C300.3 145.8 249.2 145.8 217.7 177.2L105.5 289.5C73.99 320.1 73.99 372 105.5 403.5C133.3 431.4 177.3 435 209.3 412.1L210.9 410.1C225.3 400.7 245.3 404 255.5 418.4C265.8 432.8 262.5 452.8 248.1 463.1L246.5 464.2C188.1 505.3 110.2 498.7 60.21 448.8C3.741 392.3 3.741 300.7 60.21 244.3L172.5 131.1zM467.5 380C411 436.5 319.5 436.5 263 380C213 330 206.5 251.2 247.6 193.7L248.7 192.1C258.1 177.8 278.1 174.4 293.3 184.7C307.7 194.1 311.1 214.1 300.8 229.3L299.7 230.9C276.8 262.1 280.4 306.9 308.3 334.8C339.7 366.2 390.8 366.2 422.3 334.8L534.5 222.5C566 191 566 139.1 534.5 108.5C506.7 80.63 462.7 76.99 430.7 99.9L429.1 101C414.7 111.3 394.7 107.1 384.5 93.58C374.2 79.2 377.5 59.21 391.9 48.94L393.5 47.82C451 6.731 529.8 13.25 579.8 63.24C636.3 119.7 636.3 211.3 579.8 267.7L467.5 380z"> </svg>
</path> <input v-model="loginInfo.address" :placeholder="$t('home_card_address')"
</svg> class="ss-input" id="sev_address" autocomplete="off">
<input v-model="login.address" :placeholder="$t('home_card_address')" class="ss-input" id="sev_address" autocomplete="off"> </label>
</label> <label>
<label> <svg style="padding: 0 2px;" xmlns="http://www.w3.org/2000/svg"
<svg style="padding: 0 2px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> viewBox="0 0 448 512">
<path <path
d="M80 192V144C80 64.47 144.5 0 224 0C303.5 0 368 64.47 368 144V192H384C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H80zM144 192H304V144C304 99.82 268.2 64 224 64C179.8 64 144 99.82 144 144V192z"> d="M80 192V144C80 64.47 144.5 0 224 0C303.5 0 368 64.47 368 144V192H384C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H80zM144 192H304V144C304 99.82 268.2 64 224 64C179.8 64 144 99.82 144 144V192z">
</path> </path>
</svg> </svg>
<input v-model="login.token" :placeholder="$t('home_card_key')" class="ss-input" type="password" id="access_token" <input v-model="loginInfo.token" :placeholder="$t('home_card_key')" class="ss-input"
autocomplete="off"> type="password" id="access_token" autocomplete="off">
</label> </label>
<div style="display: flex;"> <div style="display: flex;">
<label class="default"> <label class="default">
<input type="checkbox" id="opt_save_password" onclick="changeSavePwd(this)"> <input type="checkbox" id="opt_save_password" onclick="changeSavePwd(this)">
<a>{{ $t('home_card_save_pwd') }}</a> <a>{{ $t('home_card_save_pwd') }}</a>
</label> </label>
<div style="flex: 1;"></div> <div style="flex: 1;"></div>
<label class="default" style="justify-content: flex-end;"> <label class="default" style="justify-content: flex-end;">
<input type="checkbox" id="opt_auto_connect" onclick="changeOpt(this)"> <input type="checkbox" id="opt_auto_connect" onclick="changeOpt(this)">
<a>{{ $t('home_card_auto_con') }}</a> <a>{{ $t('home_card_auto_con') }}</a>
</label> </label>
</div> </div>
<a id="save_pwd_note" class="opt-tip login-tip" style="display: none;"> <a id="save_pwd_note" class="opt-tip login-tip" style="display: none;">
{{ $t('home_card_tip', {name: $t('name')}) }} {{ $t('home_card_tip', { name: $t('name') }) }}
</a> </a>
<button id="connect_btn" class="ss-button" type="submit">{{ $t('home_card_connect') }}</button> <button id="connect_btn" class="ss-button" type="submit">{{ $t('home_card_connect')
</form> }}</button>
<a href="https://github.com/Stapxs/Stapxs-QQ-Lite/blob/main/README.md#%E4%BD%BF%E7%94%A8" target="_blank" </form>
style="margin-bottom: -20px;">{{ $t('home_card_how_to_connect') }}</a> <a href="https://github.com/Stapxs/Stapxs-QQ-Lite/blob/main/README.md#%E4%BD%BF%E7%94%A8"
<div class="wave-pan" style="margin-left: -30px;"> target="_blank" style="margin-bottom: -20px;">{{ $t('home_card_how_to_connect') }}</a>
<svg id="login-wave" class="waves-svg" xmlns="http://www.w3.org/2000/svg" <div class="wave-pan" style="margin-left: -30px;">
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 170 70" preserveAspectRatio="none" <svg id="login-wave" class="waves-svg" xmlns="http://www.w3.org/2000/svg"
shape-rendering="auto"> xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 170 70"
<defs> preserveAspectRatio="none" shape-rendering="auto">
<path id="gentle-wave" <defs>
d="M -160 44 c 30 0 58 -18 88 -18 s 58 18 88 18 s 58 -18 88 -18 s 58 18 88 18 v 44 h -352 Z"> <path id="gentle-wave"
</path> d="M -160 44 c 30 0 58 -18 88 -18 s 58 18 88 18 s 58 -18 88 -18 s 58 18 88 18 v 44 h -352 Z">
</defs> </path>
<g class="parallax"> </defs>
<use xlink:href="#gentle-wave" x="83" y="0"></use> <g class="parallax">
<use xlink:href="#gentle-wave" x="135" y="3"></use> <use xlink:href="#gentle-wave" x="83" y="0"></use>
<use xlink:href="#gentle-wave" x="185" y="5"></use> <use xlink:href="#gentle-wave" x="135" y="3"></use>
<use xlink:href="#gentle-wave" x="54" y="7"></use> <use xlink:href="#gentle-wave" x="185" y="5"></use>
</g> <use xlink:href="#gentle-wave" x="54" y="7"></use>
</svg> </g>
</div> </svg>
</div> </div>
</div> </div>
</div> </div>
<div id="messageTab" :class="login.status ? 'layui-tab-item layui-show' : 'layui-tab-item'"> </div>
<Messages <div id="messageTab" :class="loginInfo.status ? 'layui-tab-item layui-show' : 'layui-tab-item'">
:chat="runtimeData.onChat" <!-- <Messages :chat="runtimeData.onChat" @userClick="changeChat" @loadHistory="loadHistory">
@userClick="changeChat" </Messages> -->
@loadHistory="loadHistory"> </div>
</Messages> <div class="layui-tab-item">
</div> <Friends
<div class="layui-tab-item"> :list="runtimeData.userList"
<Friends @loadHistory="loadHistory"
:list="runtimeData.userList === undefined ? [] : runtimeData.userList" @userClick="changeChat">
@userClick="changeChat" </Friends>
@addMessage="addIn" </div>
@loadHistory="loadHistory"> <div class="layui-tab-item">
</Friends> <Options :config="runtimeData.sysConfig" :info="runtimeData.loginInfo" :status="loginInfo">
</div> </Options>
<div class="layui-tab-item"> </div>
<Options :config="config" :login="login.status" :uinfo="login"></Options> </div>
</div> </div>
</div> <!-- 消息主框体 -->
</div> <!-- "runtimeData.messageList" -->
<!-- 消息主框体 --> <Chat
<component ref="chat"
ref="chat" v-if="loginInfo.status && runtimeData.chatInfo !== undefined && runtimeData.chatInfo.show.id !== 0"
v-if="login.status && runtimeData.onChat !== undefined && runtimeData.onChat.id !== ''" v-show="tags.showChat"
v-show="tags.showChat" :mumberInfo="runtimeData.chatInfo.info.now_member_info === undefined ? {} : runtimeData.chatInfo.info.now_member_info"
:is="runtimeData.pageView.chatView" :mergeList="runtimeData.mergeMessageList == undefined ? [] : runtimeData.mergeMessageList"
:mergeList="runtimeData.mergeMessageList == undefined ? [] : runtimeData.mergeMessageList" :list= runtimeData.messageList
:mumberInfo="runtimeData.nowMemberInfo === undefined ? {} : runtimeData.nowMemberInfo" :chat="runtimeData.chatInfo"></Chat>
:list="runtimeData.messageList" </div>
:imgView="imgView" </template>
:chat="runtimeData.onChat === undefined ? {} : runtimeData.onChat"
@hiddenUserInfo="hiddenUserInfo" <script lang="ts">
@cleanMerge="cleanMerge" import app from '@/main'
@viewImg="viewImg"></component> import appInfo from '../package.json'
<!-- 提示信息显示区 --> import Option from './function/option'
<TransitionGroup class="app-msg" name="appmsg" tag="div">
<div v-for="msg in appMsgs" :key="'appmsg-' + msg.id"> import { defineComponent } from 'vue'
<div v-html="msg.svg"></div> import { Connector, login as loginInfo } from './function/connect'
<a>{{ msg.text }}</a> import { Logger, PopInfo, PopType } from './function/base'
<div v-if="!msg.autoClose" @click="popInfo.remove(msg.id)"> import { runtimeData } from './function/msg'
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg> import { BaseChatInfoElem, ChatInfoElem } from './function/elements/information'
</div> import { buildMsgIdInfo } from './function/util'
</div>
</TransitionGroup> import Options from './pages/Options.vue'
<!-- 图片预览器 --> import Friends from './pages/Friends.vue'
<Viewer import Chat from './pages/Chat.vue'
class="viewer" ref="viewer"
:options="imgView.options" export default defineComponent({
:images="imgView.srcList" name: 'App',
@inited="inited"> components: {
<template #default="scope"> Options,
<img v-for="src in scope.images" :src="src[2]" :key="src[1]"> Friends,
{{scope.options}} Chat
</template> },
</Viewer> data() {
</div> return {
</template> loginInfo: loginInfo,
runtimeData: runtimeData,
<script> globalData: {} as { [key: string]: any },
import Vue from 'vue' tags: {
showChat: false
import Util from './assets/js/util' }
import Option from './assets/js/options' }
},
import Friends from './pages/friends.vue' methods: {
import Options from './pages/options.vue' /**
import Messages from './pages/messages.vue' * 发起连接
import { component as Viewer } from 'v-viewer' */
connect() {
import { logger, popInfo, popList } from './assets/js/base' Connector.create(this.loginInfo.address, this.loginInfo.token)
import { connect as connector, login } from './assets/js/connect' },
import config from '../package.json' /**
import { runtimeData } from './assets/js/msg' * 切换主标签卡判定
* @param name 页面名称
// import { v4 as uuid } from 'uuid' * @param view 虚拟路径名称
* @param show 是否显示聊天面板
export default { */
name: 'App', changeTab(name: string, view: string, show: boolean) {
// // // GA
components: { // this.$gtag.pageview({
Friends, // page_path: '/' + view,
Messages, // page_title: name
Viewer, // })
Options if (!show) {
}, this.tags.showChat = true
// } else {
data () { this.tags.showChat = false
return { }
inList: [], },
//
imgView: { /**
options: { inline: false, button: false, title: false, toolbar: { prev: true, rotateLeft: true, reset: true, rotateRight: true, next: true } }, * 水波动画启动器
srcList: [] * @param wave HTML 对象
}, * @returns 动画循环器对象
// */
login: login, waveAnimation(wave: HTMLElement | null) {
popInfo: popInfo, if (wave !== null) {
appMsgs: popList, let waves = wave.children[1].children
runtimeData: runtimeData, let min = 20
tags: { let max = 195
showChat: false let add = 1
}, let timer = setInterval(() => {
config: {} //
} for (var i = 0; i < waves.length; i++) {
}, let now = waves[i].getAttribute('x')
methods: { if (Number(now) + add > max) {
waves[i].setAttribute('x', min.toString())
/** } else {
* 发起连接 waves[i].setAttribute('x', (Number(now) + add).toString())
*/ }
connect: function () { }
connector.create(this.login.address, this.login.token) }, 50)
}, return timer
}
/** },
* 切换聊天
* @param { object } data 对象信息 /**
*/ * 切换聊天对象状态
changeChat: function (data) { * @param data 切换信息
// */
this.runtimeData.onChat = { changeChat: function (data: BaseChatInfoElem) {
type: data.type, //
id: data.id, this.runtimeData.chatInfo = {
name: data.name, show: data,
avatar: data.avatar, info: {
jump: data.jump, group_info: {},
info: { user_info: {},
group: {}, me_info: {},
group_members: [], group_members: [],
group_files: {}, group_files: {},
group_sub_files: {}, group_sub_files: {}
user: {}, }
me: {} }
} //
} runtimeData.mergeMessageList = []
// //
Vue.set(runtimeData, 'mergeMessageList', []) // Object.assign(this.$data.imgView, this.$options.data().imgView)
// if (data.type === 'group') {
Object.assign(this.$data.imgView, this.$options.data().imgView) //
if (data.type === 'group') { Connector.send('get_group_member_info', { group_id: data.id, user_id: this.runtimeData.loginInfo.uin }, 'getUserInfoInGroup')
// //
connector.send('get_group_member_info', { group_id: data.id, user_id: this.runtimeData.loginInfo.uin }, 'getUserInfoInGroup') // PS
// Connector.send('get_group_member_list', { group_id: data.id }, 'getGroupMemberList')
// PS }
connector.send('get_group_member_list', { group_id: data.id }, 'getGroupMemberList') },
}
}, /**
* 加载历史消息
/** * @param info 聊天基本信息
* 切换主标签卡 */
* @param { string } name 页面名称用于提交谷歌统计 loadHistory (info: BaseChatInfoElem) {
* @param { string } view view 名称用于提交谷歌统计 runtimeData.messageList = []
* @param { boolean } info 是否显示聊天页面 if (!this.loadHistoryMessage(info.id, info.type)) {
*/ new PopInfo().add(PopType.ERR, this.$t('pop_load_history_fail'), false)
changeTab: function (name, view, info) { }
// GA },
this.$gtag.pageview({ loadHistoryMessage(id: number, type: string) {
page_path: '/' + view, console.log(id + "/" + type)
page_title: name //
}) // Note: https://github.com/takayama-lily/oicq/wiki/93.%E8%A7%A3%E6%9E%90%E6%B6%88%E6%81%AFID
if (!info) { var msgid = null
this.tags.showChat = true switch (type) {
} else { case 'user': {
this.tags.showChat = false // friend msg id 4*4+1 = 17 bit
} const buffer = new ArrayBuffer(17)
}, const dv = new DataView(buffer, 0)
dv.setInt32(0, id)
// dv.setInt32(4, 0)
addIn: function (data) { dv.setInt32(8, 0)
document.getElementById('messageTab').click() dv.setInt32(12, 0)
this.$refs.inMessage.addMesage(data) dv.setInt8(16, 0)
}, msgid = buildMsgIdInfo(buffer)
break
// }
loadHistory: function (info) { case 'group': {
this.messageList = [] // group msg id 4*5+1 = 21 bit
if (!Util.loadHistoryMessage(info.id, info.type)) { const buffer = new ArrayBuffer(21)
popInfo.add(popInfo.appMsgType.err, this.$t('pop_load_history_fail'), false) const dv = new DataView(buffer, 0)
} dv.setInt32(0, id)
}, dv.setInt32(4, 0)
cleanMerge: function () { dv.setInt32(8, 0)
Vue.set(runtimeData, 'mergeMessageList', []) dv.setInt32(12, 0)
}, dv.setInt32(16, 0)
hiddenUserInfo: function () { dv.setInt8(20, 0)
Vue.set(runtimeData, 'nowMemberInfo', {}) msgid = buildMsgIdInfo(buffer)
}, break
// }
inited (viewer) { }
this.$viewer = viewer if (msgid != null) {
}, //
viewImg: function (msgId) { Connector.send(
// this.$viewer.destroy() 'get_chat_history',
// this.$viewer.update() { 'message_id': msgid },
// // 'getChatHistoryFist'
// this.imgView.srcList.sort(function (a, b) { )
// if (a[0] < b[0]) return -1 return true
// if (a[0] > b[0]) return 1 } else {
// return 0 return false
// }) }
const listGet = this.imgView.srcList }
let show = null },
listGet.forEach(function (item, index) { mounted() {
if (item[1] === msgId) { const logger = new Logger()
show = index //
} // var cmp = require('semver-compare')
}) // const appVersion = appInfo.version
if (show !== null) { // const cacheVersion = $cookies.get('version')
console.log(show) // if (!$cookies.isKey('version') || cmp(appVersion, cacheVersion) === 1) {
this.$viewer.view(show) // // cookie
this.$viewer.show() // $cookies.set('version', appVersion, '1m')
} else { // logger.debug(this.$t('version_updated') + ': ' + cacheVersion + ' -> ' + appVersion)
popInfo.add(popInfo.appMsgType.err, this.$t('pop_find_pic_fail'), false) // }
} //
} window.onload = () => {
}, const $cookies = app.config.globalProperties.$cookies
mounted: function () {
Vue.configs = {} //
Vue.$i18n = this.$i18n this.waveAnimation(document.getElementById('login-wave'))
Vue.loginInfo = {} // cookie
// if ($cookies.isKey('address')) {
Util.waveAnimation(document.getElementById('login-wave')) this.loginInfo.address = $cookies.get('address')
// cookie }
if (this.$cookies.isKey('address')) { //
this.login.address = this.$cookies.get('address') runtimeData.sysConfig = Option.load()
} //
// logger.debug(this.$t('log_welcome'))
var cmp = require('semver-compare') logger.debug(this.$t('log_runtime') + ': ' + process.env.NODE_ENV)
const appVersion = config.version //
const cacheVersion = this.$cookies.get('version') // if (Option.get('close_ga') !== true && process.env.NODE_ENV === 'production') {
if (!this.$cookies.isKey('version') || cmp(appVersion, cacheVersion) === 1) { // bootstrap().then(() => {
// cookie // logger.debug(this.$t('log_GA_loaded'))
this.$cookies.set('version', appVersion, '1m') // })
logger.debug(this.$t('version_updated') + ': ' + cacheVersion + ' -> ' + appVersion) // } else if (process.env.NODE_ENV === 'development') {
} // logger.debug(this.$t('log_GA_auto_closed'))
// // }
window.onload = () => { }
// }
this.$data.config = Option.load() })
// </script>
logger.debug(this.$t('log_welcome'))
logger.debug(this.$t('log_runtime') + ': ' + process.env.NODE_ENV)
//
if (Option.get('close_ga') !== true && process.env.NODE_ENV === 'production') {
// bootstrap().then(() => {
// logger.debug(this.$t('log_GA_loaded'))
// })
} else if (process.env.NODE_ENV === 'development') {
logger.debug(this.$t('log_GA_auto_closed'))
}
// GA
this.$gtag.pageview({ page_path: '/Home', page_title: '主页' })
}
}
}
</script>
<style>
.appmsg-move,
.appmsg-enter-active,
.appmsg-leave-active {
transition: all 0.2s;
}
.appmsg-leave-active {
position: absolute;
}
.appmsg-enter-from,
.appmsg-leave-to {
opacity: 0;
transform: translateX(-20px);
}
</style>

View File

@ -15,7 +15,7 @@ textarea {
right: 0; right: 0;
top: 0; top: 0;
} }
.chat-pan > div:first-child { .chat-pan > div.info {
background: var(--color-card-1); background: var(--color-card-1);
width: calc(100% - 60px); width: calc(100% - 60px);
pointer-events: all; pointer-events: all;
@ -25,41 +25,41 @@ textarea {
padding: 15px; padding: 15px;
margin: 15px; margin: 15px;
} }
.chat-pan > div:first-child > img { .chat-pan > div.info > img {
border: 2px solid var(--color-card-2); border: 2px solid var(--color-card-2);
border-radius: 7px; border-radius: 7px;
margin-right: 10px; margin-right: 10px;
height: 50px; height: 50px;
width: 50px; width: 50px;
} }
.chat-pan > div:first-child > div:nth-child(2) p { .chat-pan > div.info > div:nth-child(2) p {
font-weight: bold; font-weight: bold;
font-size: 1rem; font-size: 1rem;
} }
.chat-pan > div:first-child > div:nth-child(2) span { .chat-pan > div.info > div:nth-child(2) span {
font-size: 0.8rem; font-size: 0.8rem;
font-weight: 100; font-weight: 100;
margin-top: 3px; margin-top: 3px;
display: block; display: block;
} }
.chat-pan > div:first-child > div:nth-child(3) { .chat-pan > div.info > div:nth-child(3) {
flex: 1; flex: 1;
} }
.chat-pan > div:first-child > div:nth-child(4) { .chat-pan > div.info > div:nth-child(4) {
background: var(--color-card-2); background: var(--color-card-2);
border-radius: 50%; border-radius: 50%;
cursor: pointer; cursor: pointer;
height: 45px; height: 45px;
width: 45px; width: 45px;
} }
.chat-pan > div:first-child > div:nth-child(4) > svg { .chat-pan > div.info > div:nth-child(4) > svg {
fill: var(--color-main); fill: var(--color-main);
margin: 10px; margin: 10px;
height: 25px; height: 25px;
width: 25px; width: 25px;
} }
.chat-pan > div:nth-child(2) { .chat-pan > div.chat {
max-width: calc(100% - 40px); max-width: calc(100% - 40px);
width: calc(100% - 20px); width: calc(100% - 20px);
pointer-events: all; pointer-events: all;
@ -70,7 +70,7 @@ textarea {
} }
.chat-pan > div:nth-child(3) { .chat-pan > div.new-msg {
border-right: 7px solid var(--color-card); border-right: 7px solid var(--color-card);
border-radius: 50px 0 0 50px; border-radius: 50px 0 0 50px;
margin: -50px 20px 0 auto; margin: -50px 20px 0 auto;
@ -78,7 +78,7 @@ textarea {
cursor: pointer; cursor: pointer;
height: 50px; height: 50px;
} }
.chat-pan > div:nth-child(3) > div { .chat-pan > div.new-msg > div {
background: var(--color-card-1); background: var(--color-card-1);
border-radius: 40px; border-radius: 40px;
align-items: center; align-items: center;
@ -88,45 +88,45 @@ textarea {
height: 100%; height: 100%;
padding: 0; padding: 0;
} }
.chat-pan > div:nth-child(3) > div > svg { .chat-pan > div.new-msg > div > svg {
fill: var(--color-font); fill: var(--color-font);
padding: 16px; padding: 16px;
height: 17px; height: 17px;
width: 17px; width: 17px;
} }
.chat-pan > div:nth-child(3) > div > span { .chat-pan > div.new-msg > div > span {
margin-right: 20px; margin-right: 20px;
margin-left: -5px; margin-left: -5px;
} }
.chat-pan > div:nth-child(4) { .chat-pan > div.more {
pointer-events: all; pointer-events: all;
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) { .chat-pan > div.more > div:nth-child(2) {
display: flex; display: flex;
padding: 20px; padding: 20px;
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) > div { .chat-pan > div.more > div:nth-child(2) > div {
background: var(--color-card-1); background: var(--color-card-1);
border-radius: 7px; border-radius: 7px;
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) > div:first-child { .chat-pan > div.more > div:nth-child(2) > div:first-child {
margin-right: 20px; margin-right: 20px;
cursor: pointer; cursor: pointer;
height: 50px; height: 50px;
width: 50px; width: 50px;
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) > div:first-child > svg { .chat-pan > div.more > div:nth-child(2) > div:first-child > svg {
fill: var(--color-font-1); fill: var(--color-font-1);
margin: 15px; margin: 15px;
height: 20px; height: 20px;
width: 20px; width: 20px;
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) > div:nth-child(2) { .chat-pan > div.more > div:nth-child(2) > div:nth-child(2) {
display: flex; display: flex;
height: 50px; height: 50px;
flex: 1; flex: 1;
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) > div > textarea { .chat-pan > div.more > div:nth-child(2) > div > textarea {
padding: 14px 20px 0 20px; padding: 14px 20px 0 20px;
color: var(--color-font); color: var(--color-font);
background: transparent; background: transparent;
@ -139,22 +139,53 @@ textarea {
width: 100%; width: 100%;
border: 0; border: 0;
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) > div > div { .chat-pan > div.more > div:nth-child(2) > div > div {
border-radius: 7px; border-radius: 7px;
min-height: 40px; min-height: 40px;
min-width: 40px; min-width: 40px;
cursor: pointer; cursor: pointer;
margin: 5px; margin: 5px;
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) > div > div:hover { .chat-pan > div.more > div:nth-child(2) > div > div:hover {
background: var(--color-card-2); background: var(--color-card-2);
} }
.chat-pan > div:nth-child(4) > div:nth-child(2) > div svg { .chat-pan > div.more > div:nth-child(2) > div svg {
fill: var(--color-font-1); fill: var(--color-font-1);
width: 20px; width: 20px;
height: 20px; height: 20px;
margin: 11px; margin: 11px;
} }
.chat-pan > div.loading {
background: var(--color-card-1);
margin: -10px 15px 15px 15px;
justify-content: center;
align-items: center;
transition: all .3s;
border-radius: 7px;
overflow: hidden;
display: flex;
padding: 0;
height: 0;
}
.chat-pan > div.loading.show {
height: unset;
padding: 10px;
}
@-webkit-keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.chat-pan > div.loading svg {
-webkit-animation: rotate 1.5s linear infinite;
animation: rotate 1.5s linear infinite;
margin-right: 5px;
margin-top: 2px;
height: 0.9rem;
}
.more-detail { .more-detail {
transition: height .3s; transition: height .3s;
@ -608,6 +639,9 @@ textarea {
margin-right: 20px; margin-right: 20px;
flex: 1; flex: 1;
} }
.group-files > div > div > div.main span {
overflow-wrap: anywhere;
}
.group-files > div > div > div.download { .group-files > div > div > div.download {
background: var(--color-card-2); background: var(--color-card-2);
border-radius: 100%; border-radius: 100%;
@ -769,9 +803,9 @@ textarea {
fill: var(--color-font); fill: var(--color-font);
height: 1rem; height: 1rem;
} }
.img-sender > div.card > div.sender { /* .img-sender > div.card > div.sender {
} } */
.img-sender > div.card > div.sender > input { .img-sender > div.card > div.sender > input {
background: var(--color-card-1); background: var(--color-card-1);
width: calc(100% - 20px); width: calc(100% - 20px);

View File

@ -29,6 +29,13 @@
.message.merge > div.message-body { .message.merge > div.message-body {
max-width: 100%; max-width: 100%;
} }
.message.revoke {
display: none;
}
.message.revoke.me {
display: flex;
opacity: 0.4;
}
.message-body a { .message-body a {
color: var(--color-font); color: var(--color-font);
} }
@ -408,6 +415,7 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
margin: 0 5px;
} }
@media (max-width: 992px) { @media (max-width: 992px) {

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 919 B

After

Width:  |  Height:  |  Size: 919 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 1007 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 940 B

After

Width:  |  Height:  |  Size: 940 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 959 B

View File

Before

Width:  |  Height:  |  Size: 993 B

After

Width:  |  Height:  |  Size: 993 B

View File

Before

Width:  |  Height:  |  Size: 1011 B

After

Width:  |  Height:  |  Size: 1011 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 975 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 913 B

After

Width:  |  Height:  |  Size: 913 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Some files were not shown because too many files have changed in this diff Show More