Skip to content

Commit e9d4f6c

Browse files
committed
chore: merge upstream
2 parents 60fc819 + 043ee5a commit e9d4f6c

8 files changed

Lines changed: 719 additions & 891 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ You can contact me through [discussions](https://github.com/walinejs/waline/disc
7676
<img src="./assets/qqgroup.jpg" width="300" alt="qq group qrcode" />
7777
</a>
7878

79+
## Contributors
80+
81+
Your contributions enrich the open-source community, fostering learning, inspiration, and innovation. We deeply value your involvement. Thank you for being a vital part of our community! 🥰
82+
83+
[![Contributors](https://contrib.rocks/image?repo=walinejs/waline)](https://github.com/walinejs/waline/graphs/contributors)
84+
85+
## Stargazers over time
86+
87+
[![Stargazers over time](https://starchart.cc/walinejs/waline.svg?background=%23ffffff&axis=%23333333&line=%234e9def)](https://starchart.cc/walinejs/waline)
88+
7989
## License
8090

8191
[GPL-2.0](https://github.com/lizheming/Waline/blob/main/LICENSE)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tsdown": "0.22.0",
5353
"typescript": "6.0.3",
5454
"unrun": "0.3.0",
55-
"vercel": "54.5.1",
55+
"vercel": "54.9.0",
5656
"vite": "8.0.14",
5757
"vite-plugin-css-injected-by-js": "5.0.1",
5858
"vite-plugin-svgr": "5.2.0",

packages/admin/src/components/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function Header() {
5959
<div className="waline-header">
6060
<div className="waline-brand">
6161
<Link to="/ui" className="waline-brand-link">
62-
<span className="waline-brand-mark"></span>
62+
<span className="waline-brand-mark" />
6363
<span className="waline-brand-copy">
6464
<strong>{siteName}</strong>
6565
</span>

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waline/api",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Client API for Waline comment system",
55
"keywords": [
66
"api",

packages/api/src/login.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export const login = ({
6161
lang,
6262
serverURL,
6363
}: BaseAPIOptions): Promise<UserInfo & { remember: boolean }> => {
64-
const width = 500;
65-
const height = 60500;
64+
const width = 1024;
65+
const height = 600;
6666
const left = (window.innerWidth - width) / 2;
6767
const top = (window.innerHeight - height) / 2;
6868

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waline/client",
3-
"version": "3.15.1",
3+
"version": "3.15.2",
44
"description": "client for waline comment system",
55
"keywords": [
66
"blog",

packages/client/src/components/CommentBox.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ const onProfile = (event: Event): void => {
365365
366366
const { lang, serverURL } = config.value;
367367
368-
const width = 800;
369-
const height = 800;
368+
const width = 1200;
369+
const height = 720;
370370
const left = (window.innerWidth - width) / 2;
371371
const top = (window.innerHeight - height) / 2;
372372
const query = new URLSearchParams({

pnpm-lock.yaml

Lines changed: 701 additions & 883 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)