Skip to content

Commit

Permalink
cosm: 更新Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream.Chen committed Jun 1, 2023
1 parent 597f74e commit 18d0acf
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwl-chat-extension",
"version": "1.1.15",
"version": "1.1.16",
"private": true,
"scripts": {
"serve": "vue-cli-service build --mode development --watch",
Expand Down
Binary file modified public/icons/1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
label-width="100px"
class="form"
>
<img class="center" width="100" src="icons/1024.png" />
<img class="center" width="200" src="icons/logo.png" />
<el-form-item label="用户名" prop="nameOrEmail">
<el-input
class="input"
Expand Down
2 changes: 1 addition & 1 deletion src/views/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
label-width="100px"
class="form"
>
<img class="center" width="100" src="icons/1024.png" />
<img class="center" width="200" src="icons/logo.png" />
<el-form-item label="用户名" prop="userName">
<el-input class="input" v-model.trim="form.userName" v-focus></el-input>
</el-form-item>
Expand Down

0 comments on commit 18d0acf

Please sign in to comment.