Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clear.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/webp" href="/logos/logo-64.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<meta name="theme-color" content="#0f0f17" />
<title>清理数据 - BFM Pay</title>
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ export default defineConfig({
ignoreDeadLinks: [/\.\/webapp/, /\.\/webapp-beta/, /\.\/storybook/],

head: [
['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }],
['link', { rel: 'icon', type: 'image/webp', href: '/logos/logo-64.webp' }],
['meta', { name: 'theme-color', content: '#667eea' }],
],

themeConfig: {
logo: '/logo.svg',
logo: '/logos/logo-256.webp',

nav: [
{ text: '首页', link: '/' },
Expand Down
10 changes: 0 additions & 10 deletions docs/public/logo.svg

This file was deleted.

Binary file added docs/public/logos/logo-256.webp
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 docs/public/logos/logo-64.webp
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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/webp" href="/logos/logo-64.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<title>BFM Pay</title>
</head>
Expand Down
Binary file added logo.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 manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "BFM Pay",
"short_name": "BFM Pay",
"description": "BFM Pay - 多链钱包应用",
"logo": "https://source.dwebdapp.com/dweb-browser-apps/dweb-app-assets/bfmpay/logo.png",
"logo": "/logos/logo-256.webp",
"change_log": "初始版本",
"icons": [
{
"src": "https://source.dwebdapp.com/dweb-browser-apps/dweb-app-assets/bfmpay/logo.png",
"src": "/logos/logo-256.webp",
"purpose": "maskable"
}
],
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"gen:stable": "bun scripts/gen-stable.ts",
"gen:logo": "bun scripts/gen-logo.ts",
"i18n:extract": "bun scripts/i18n-extract.ts",
"i18n:check": "turbo run i18n:run --",
"i18n:run": "bun scripts/i18n-check.ts",
Expand Down Expand Up @@ -158,6 +159,7 @@
"rollup-plugin-visualizer": "^6.0.5",
"semver": "^7.7.3",
"shadcn": "^3.6.1",
"sharp": "^0.34.5",
"storybook": "^10.1.4",
"tailwindcss": "^4.0.0",
"turbo": "^2.7.1",
Expand Down
Loading