Skip to content

Commit

Permalink
feat: update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Aug 21, 2022
1 parent bcb0145 commit 37b7c17
Show file tree
Hide file tree
Showing 22 changed files with 138 additions and 181 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

![npm version](https://img.shields.io/npm/v/@waline/vercel?color=critical&logo=npm&style=flat-square&label=@walin/vercel)

A simple comment system with backend support fork from [Valine](https://valine.js.org).
A simple comment system with backend support.

---

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

![npm version](https://img.shields.io/npm/v/@waline/vercel?color=critical&logo=npm&style=flat-square&label=@walin/vercel)

一款基于 [Valine](https://valine.js.org) 衍生的简洁、安全的评论系统。
一款简洁、安全的评论系统。

---

Expand Down
Binary file modified assets/logo.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 assets/logo.webp
Binary file not shown.
Binary file modified assets/waline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"marked": "4.0.18",
"vue": "3.2.37",
"vuepress": "2.0.0-beta.49",
"vuepress-shared": "2.0.0-beta.91",
"vuepress-theme-hope": "2.0.0-beta.91"
"vuepress-shared": "2.0.0-beta.87",
"vuepress-theme-hope": "2.0.0-beta.87"
}
}
4 changes: 2 additions & 2 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ export default defineUserConfig({
'/': {
lang: 'zh-CN',
title: 'Waline',
description: '一款基于 Valine 衍生的简洁、安全的评论系统。',
description: '一款简洁、安全的评论系统。',
},
'/en/': {
lang: 'en-US',
title: 'Waline',
description: 'A Simple Comment System inspired by Valine.',
description: 'A Simple, Safe Comment System.',
},
},

Expand Down
Binary file modified docs/src/.vuepress/public/assets/icon/apple-icon-152.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 docs/src/.vuepress/public/assets/icon/apple-touch-icon.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 docs/src/.vuepress/public/assets/icon/chrome-192.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 docs/src/.vuepress/public/assets/icon/chrome-512.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 docs/src/.vuepress/public/assets/icon/chrome-mask-192.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 docs/src/.vuepress/public/assets/icon/chrome-mask-512.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 docs/src/.vuepress/public/assets/icon/favicon-16x16.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 docs/src/.vuepress/public/assets/icon/favicon-32x32.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 docs/src/.vuepress/public/assets/icon/ms-icon-144.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 docs/src/.vuepress/public/favicon.ico
Binary file not shown.
Binary file modified docs/src/.vuepress/public/logo.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 docs/src/.vuepress/public/logo.webp
Binary file not shown.
1 change: 1 addition & 0 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default hopeTheme({
provider: 'Waline',
serverURL: 'https://waline.vercel.app',
pageview: true,
path: 'window.location.pathname',
walineLocales: {
'/': {
admin: '可爱的管理员',
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,14 @@
"stylelint-order": "5.0.0",
"typescript": "4.7.4",
"vercel": "28.1.0",
"vite": "3.0.9",
"vite": "2.9.15",
"vitest": "0.22.1"
},
"packageManager": "[email protected]",
"apidoc": {
"title": "Waline API Documentation"
},
"pnpm": {
"overrides": {
"@waline/client": "workspace:*"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
Expand Down
Loading

0 comments on commit 37b7c17

Please sign in to comment.