-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #248 from penguin-statistics/dev
v1.1.6 Release
- Loading branch information
Showing
59 changed files
with
2,884 additions
and
1,517 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
VUE_APP_I18N_LOCALE=zh | ||
VUE_APP_I18N_FALLBACK_LOCALE=zh | ||
SENTRY_URL=https://sentry.io | ||
SENTRY_ORG=penguin-statistics | ||
SENTRY_PROJECT=frontend |
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"root": true, | ||
"globals": { | ||
"GIT_COMMIT": true | ||
"GIT_COMMIT": true, | ||
"workbox": true | ||
}, | ||
"env": { | ||
"node": true | ||
|
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 |
---|---|---|
@@ -1,13 +1,27 @@ | ||
<img src="https://penguin.upyun.galvincdn.com/logos/penguin_stats_logo.png" | ||
alt="Penguin Statistics - Logo" | ||
style="width: 64px" /> | ||
width="96px" /> | ||
|
||
# Penguin Statistics! | ||
[![License](https://img.shields.io/github/license/penguin-statistics/frontend-v2)](https://github.com/penguin-statistics/frontend-v2/blob/dev/LICENSE) | ||
[![Build Status](https://img.shields.io/travis/penguin-statistics/frontend-v2?logo=travis)](https://travis-ci.org/penguin-statistics/frontend-v2) | ||
[![Last Commit](https://img.shields.io/github/last-commit/penguin-statistics/frontend-v2)](https://github.com/penguin-statistics/frontend-v2/commits/dev) | ||
[![Docs](https://img.shields.io/badge/docs-GitBook-blue)](https://developer.penguin-stats.io) | ||
|
||
## Contribute Guideline | ||
Our contribute guideline can be found at [Penguin Developers](https://developer.penguin-stats.io) | ||
This is the **frontend** project repository for the [Penguin Statistics](https://penguin-stats.io/?utm_source=github) website. | ||
|
||
## Maintainers | ||
This frontend project has mainly being maintained by the following contributors (in alphabetical order): | ||
- [AlvISsReimu](https://github.com/AlvISsReimu) | ||
- [AsahiLuna](https://github.com/AsahiLuna) | ||
- [GalvinGao](https://github.com/GalvinGao) | ||
|
||
> The full list of active contributors of the *Penguin Statistics* project can be found at the [Team Members page](https://penguin-stats.io/about/members) of the website. | ||
## Supports | ||
Thanks for the kindness support for this Open Source project from: | ||
- [![Sentry.io](https://img.shields.io/badge/Sentry.io-DBD3E9?logo=sentry&style=flat&logoColor=DBD3E9&labelColor=16111C&color=9990AB)](https://sentry.io) | ||
|
||
## How to contribute? | ||
Our contribute guideline can be found at [Penguin Developers](https://developer.penguin-stats.io). PRs are always more than welcome! | ||
|
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 |
---|---|---|
@@ -1,6 +1,15 @@ | ||
{ | ||
"version": 2, | ||
"env": { | ||
"IS_NOW_BUILD": "yes" | ||
} | ||
"public": true, | ||
"headers": [ | ||
{ | ||
"source": "/service-worker.js", | ||
"headers" : [ | ||
{ | ||
"key" : "Cache-Control", | ||
"value" : "public, max-age=0, must-revalidate" | ||
} | ||
] | ||
} | ||
] | ||
} |
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
Oops, something went wrong.