-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PWA configuration completed. Integrate vercel analytics plugins for more detailed analytics data at vercel.
- Loading branch information
Showing
8 changed files
with
1,895 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ function HomepageHeader() { | |
to="/search"> | ||
全站检索 🔍 | ||
</Link> | ||
|
||
</div> | ||
</div> | ||
</header> | ||
|
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "Intellectual Property Knowledge Base", | ||
"short_name": "IPKB", | ||
"description": "Intellectual Property Knowledge Base, 知产智库", | ||
"theme_color": "#1d7916", | ||
"background_color": "#171717", | ||
"display": "standalone", | ||
"scope": "./", | ||
"id": "./?offlineMode=true", | ||
"start_url": "./?offlineMode=true", | ||
"related_applications": [ | ||
{ | ||
"platform": "webapp", | ||
"url": "https://ipkb.jasonchen.icu/manifest.json" | ||
} | ||
], | ||
"icons": [ | ||
{ | ||
"src": "/img/logo.svg", | ||
"sizes": "1000x1000", | ||
"type": "image/svg+xml" | ||
}, | ||
{ | ||
"src": "/img/ipkb-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/img/ipkb-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
] | ||
} |