Skip to content

Commit e9ba1d5

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f42dd72 + f76b904 commit e9ba1d5

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
## doc:eserver.devcn.top/doc
55

6+
## Sponsorship Methods
7+
### If you are an international friend, please sponsor from the ko-fi platform.
8+
[ko-fi](https://ko-fi.com/xianyunleo)
9+
10+
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S61Q4WH0)
11+
612
### The predecessor of this software is phpEnv ,www.phpenv.cn
713

814
![app](https://github.com/xianyunleo/EServer/raw/master/screenshots/app-en.png)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eserver",
33
"productName": "EServer",
4-
"version": "v5.0.26",
4+
"version": "v5.1.0",
55
"description": "EServer",
66
"main": "./out/main/index.js",
77
"author": "xianyunleo",

screenshots/ko-fi-qrcode.png

16.8 KB
Loading

src/renderer/layouts/SideBar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<a-menu-item key="/about">
3030
<template #icon><exclamation-circle-two-tone /> </template>{{ $t('About') }}
3131
</a-menu-item>
32-
<a-menu-item key="/donate">
32+
<!-- <a-menu-item key="/donate">
3333
<template #icon><DollarTwoTone /> </template>{{ $t('Donate') }}
34-
</a-menu-item>
34+
</a-menu-item>-->
3535
</div>
3636
</a-menu>
3737
</div>

src/renderer/layouts/TitleBar.vue

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,9 @@ Ipc.on('mainWindowUnmaximize',() => {
8282
width: 24px;
8383
animation: textSizeChange 1s infinite;
8484
@keyframes textSizeChange {
85-
0% {
86-
font-size: 14px;
87-
}
88-
50% {
89-
font-size: 16px;
90-
}
91-
100% {
92-
font-size: 14px;
93-
}
85+
0% { transform: scale(1); }
86+
50% { transform: scale(1.15); }
87+
100% { transform: scale(1); }
9488
}
9589
}
9690
}

0 commit comments

Comments
 (0)