Commit Graph

255 Commits

Author SHA1 Message Date
lifeadventurer
778cb316c0 Style: Apply deno lint and deno fmt across codebase 2024-10-31 19:56:47 +08:00
lifeadventurer
df772b0bde Refactor: Update service worker paths for custom domain 2024-10-31 17:56:49 +08:00
lifeadventurer
5ca0f68b5f Fix: Special event bug 2024-10-15 00:28:00 +08:00
lifeadventurer
32e3b5b9a3 Refactor: Use const instead of let for immutable variables (Make LSP happy) 2024-10-12 00:27:15 +08:00
lifeadventurer
bd00a3b72d Feat(quote generator): Add method for adding backgrounds (Closes #13) 2024-10-12 00:17:40 +08:00
lifeadventurer
41191438b9 Docs: Add License section in README.md 2024-10-10 22:34:43 +08:00
lifeadventurer
a48f7cc3ff Style: Lint markdown files 2024-10-10 22:34:26 +08:00
lifeadventurer
31752fda2a Impr(special): Add new special events for October 2024-10-01 01:03:34 +08:00
lifeadventurer
f983fd66ff Impr(quotes): Add 9 new quotes 2024-09-30 23:51:23 +08:00
lifeadventurer
eac16d697d CI: Remove stale GitHub Actions workflow 2024-09-25 16:50:11 +08:00
lifeadventurer
312e003ad2 Impr(special): Add new special events for September 2024-09-17 23:19:21 +08:00
lifeadventurer
d6f08a9a10 Docs: Clarify fortune type guidelines in CONTRIBUTING.md 2024-09-02 00:10:28 +08:00
lifeadventurer
1f160dd5de Docs: Update CONTRIBUTING.md 2024-09-01 01:25:30 +08:00
lifeadventurer
42dfbdc624 Impr(special): Add new special events for August 2024-08-23 00:26:15 +08:00
lifeadventurer
5acbf014f2 Impr(special): Add new special events for July 2024-08-22 19:29:12 +08:00
lifeadventurer
e9383ad17c Chore: Fix wrong path in docs/fortune_statistics.md 2024-08-22 14:33:30 +08:00
Moon
7773c94819 Create LICENSE 2024-07-01 23:33:26 +08:00
lifeadventurer
2261033611 Refactor: Replace substr with slice as substr is deprecated 2024-06-21 16:54:06 +08:00
lifeadventurer
a9668039ae Fix(fortune): Fix description showing undefined caused by negative seeds 2024-06-21 16:07:43 +08:00
lifeadventurer
4d097891e0 Fix(fortune): typo in scripts.js 2024-06-19 20:25:50 +08:00
lifeadventurer
b4d112693d Chore(fortune): Move function copyResultImageToClipboard and showCopiedNotice from fortune.js to scripts.js 2024-06-19 19:14:35 +08:00
lifeadventurer
8ac28e1d5c Feat(fortune): Chance to get different descriptions on the same event 2024-06-19 17:27:20 +08:00
lifeadventurer
29d910d06e Feat: Copied to clipboard notice and close #37 2024-06-17 22:05:47 +08:00
lifeadventurer
fa35f114be Fix: Incorrect special event date 2024-05-13 00:10:32 +08:00
lifeadventurer
eac44dc8db Impr(special): Add new special events for July 2024 2024-05-04 18:40:30 +08:00
lifeadventurer
950cdb531a Impr(special): Add new special events for June 2024 2024-05-04 17:55:58 +08:00
lifeadventurer
d7b46243b4 Impr(special): Add new special events for May 2024 2024-05-04 17:01:27 +08:00
lifeadventurer
d7c12a045b Fix: PWA cache not reloaded 2024-04-11 23:32:07 +08:00
lifeadventurer
3a9a17c319 Feat(fortune): Add new fortune events 2024-04-11 23:18:47 +08:00
lifeadventurer
116c505ba0 Feat: Show the copy button after clicking the getLuck button 2024-04-11 22:59:36 +08:00
lifeadventurer
b19f073a0f Create CODEOWNERS 2024-04-07 23:57:26 +08:00
lifeadventurer
74cf8dae86 Feat: Share fortune results as image and close #15
Co-authored-by: tobiichi3227 <cz1346219@gmail.com>
2024-04-07 23:52:23 +08:00
lifeadventurer
aa6f2e3166 Fix: Function daysDiff handling date bug 2024-03-31 00:07:17 +08:00
lifeadventurer
fad0f9d032 Fix: Gitroll scanned code smells 2024-03-21 22:30:02 +08:00
lifeadventurer
037beb020f Fix: Gitroll scanned bugs 2024-03-21 21:30:46 +08:00
lifeadventurer
3b7e205925 Fix: Special event feature is not functioning properly on IOS platforms and close #35 2024-03-21 15:03:26 +08:00
lifeadventurer
97a65aacce Impr(special): Add new special events for April 2024 2024-03-21 01:54:57 +08:00
lifeadventurer
a767fde4e6 impr: update fortune.json
avoid badFortunes events length equal to a power of two
2024-03-11 23:45:57 +08:00
lifeadventurer
8928828519 impr(special): add new special events for March 2024 2024-03-11 20:46:46 +08:00
lifeadventurer
ce66dd7228 fix: PWA manifest.json typo 2024-03-08 17:32:30 +08:00
tobiichi3227
ba0597f137 fix: pwa cache not reload (#34) 2024-03-08 17:27:00 +08:00
tobiichi3227
ace95c61f0 feat: change logo icon to rounded (#33)
Close #32
2024-03-07 23:03:08 +08:00
lifeadventurer
909eca1c9f chore: remove unnecessary Date() create
Co-authored-by: tobiichi3227 <cz1346219@gmail.com>
2024-03-07 22:51:31 +08:00
lifeadventurer
8b2a3c6e01 chore: organize docs/ and add dev/plot_gen.py 2024-03-07 22:45:13 +08:00
lifeadventurer
561fb6ef39 impr: replace previous statistics graph with a new one generated by plot_gen.py 2024-03-07 22:36:17 +08:00
lifeadventurer
98c3a8ee18 stlye: lint markdown 2024-03-07 22:04:10 +08:00
lifeadventurer
00519b53f2 chore: add .gitignore 2024-03-07 18:14:30 +08:00
tobiichi3227
92cd79a70f docs: add distribution statistics about fortune events (#29)
* docs: add docs about distribution of fortune item

* remove unused loop

* docs: add description of statistics method

* style: add comment and format code

* refactor: fortune_status_statistics.md

Use tables to better display statistical results

---------

Co-authored-by: Moon <108756201+LifeAdventurer@users.noreply.github.com>
2024-03-06 23:51:24 +08:00
lifeadventurer
9a402bde78 fix: pwa support install fail 2024-03-04 00:12:44 +08:00
lifeadventurer
7f610cb774 chore: update copyright to 2023-2024 2024-03-04 00:05:53 +08:00