alikia2x (寒寒) alikia2x
  • Cloud
  • https://alikia2x.com
  • A student developer. Hope to bring best products for everyone.

  • Joined on 2024-09-22
alikia2x pushed to feat/frontend at alikia2x/cvsa 2025-04-27 18:16:45 +00:00
92e00d033d improve: UI/UX for info page and search box
alikia2x pushed to feat/frontend at alikia2x/cvsa 2025-04-27 18:07:06 +00:00
6d1698fcb6 update: color system with tailwind theme
7d8361589c add: link to homepage in login page
66b89eb562 fix: incorrectly hard-coded height for a p tag, resulting in overflow on small screens
d994e67036 fix: incorrect method of importing tailwindcss in content.css
ee40764fdc merge: branch 'feat/frontend' into main
Compare 9 commits »
alikia2x pushed to main at alikia2x/cvsa 2025-04-26 17:08:00 +00:00
7d8361589c add: link to homepage in login page
alikia2x pushed to main at alikia2x/cvsa 2025-04-26 17:06:41 +00:00
66b89eb562 fix: incorrectly hard-coded height for a p tag, resulting in overflow on small screens
alikia2x pushed to main at alikia2x/cvsa 2025-04-26 16:57:57 +00:00
d994e67036 fix: incorrect method of importing tailwindcss in content.css
alikia2x pushed to main at alikia2x/cvsa 2025-04-26 16:54:14 +00:00
ee40764fdc merge: branch 'feat/frontend' into main
175ec047cf update: login & register page
358dd1ee5e improve: style for search bar & song info page
d9c8253019 add: custom fonts, register page
Compare 4 commits »
alikia2x pushed to feat/frontend at alikia2x/cvsa 2025-04-26 12:54:23 +00:00
d9c8253019 add: custom fonts, register page
244298913a fix: comparison condition error in scheduleSnapshot
2c47105913 fix: incorrectly delayed milestone schedule due to UPDATE
6eaaf921d6 fix: ignored the case of inserting schedule when type = 'milestone' in scheduleSnapshot
288e4f9571 fix: incorrect SQL in scheduleSnapshot
Compare 57 commits »
alikia2x pushed to main at alikia2x/cvsa 2025-04-23 19:43:08 +00:00
1a86831e90 fix: handle ALICLOUD_PROXY_ERR error in snapshotVideoWorker
a67d896d86 update: WebStorm config
Compare 2 commits »
alikia2x pushed to ref/structure at alikia2x/cvsa 2025-04-18 19:21:10 +00:00
a67d896d86 update: WebStorm config
alikia2x pushed to ref/structure at alikia2x/cvsa 2025-04-18 17:15:48 +00:00
244298913a fix: comparison condition error in scheduleSnapshot
2c47105913 fix: incorrectly delayed milestone schedule due to UPDATE
6eaaf921d6 fix: ignored the case of inserting schedule when type = 'milestone' in scheduleSnapshot
288e4f9571 fix: incorrect SQL in scheduleSnapshot
907c0a6976 fix: update started_at instead of returning for milestone snapshots in scheduleSnapshot
Compare 5 commits »
alikia2x pushed to main at alikia2x/cvsa 2025-04-18 14:38:30 +00:00
244298913a fix: comparison condition error in scheduleSnapshot
alikia2x pushed to main at alikia2x/cvsa 2025-04-16 18:18:50 +00:00
2c47105913 fix: incorrectly delayed milestone schedule due to UPDATE
alikia2x pushed to main at alikia2x/cvsa 2025-04-15 14:06:30 +00:00
6eaaf921d6 fix: ignored the case of inserting schedule when type = 'milestone' in scheduleSnapshot
alikia2x pushed to main at alikia2x/cvsa 2025-04-15 14:00:23 +00:00
288e4f9571 fix: incorrect SQL in scheduleSnapshot
alikia2x pushed to main at alikia2x/cvsa 2025-04-15 13:42:29 +00:00
907c0a6976 fix: update started_at instead of returning for milestone snapshots in scheduleSnapshot
alikia2x pushed to gitbook at alikia2x/cvsa 2025-04-14 19:54:59 +00:00
cc41aa45b1 merge: branch 'gitbook' of https://github.com/alikia2x/cvsa into gitbook
13198a49e8 doc: GitBook - No subject
003249ac4d merge: branch 'main' into gitbook
0614067278 update: handler for SIGINT & SIGTERM
6df6345ec1 update: status of schedule when no proxy available
Compare 31 commits »
alikia2x pushed to main at alikia2x/cvsa 2025-04-14 19:53:57 +00:00
7689e687ff ref: extract scheduleCleanup into individual file
651eef0b9e fix: incorrectly set snapshot status to 'completed' when bilibili returned other status code
68bd46fd8a improve: logging text in snapshotVideo.ts
13ea8fec8b improve: remove unused import in snapshotTick.ts
3d9e98c949 ref: extract snapshotVideoWorker into individual file
Compare 13 commits »
alikia2x pushed to ref/structure at alikia2x/cvsa 2025-04-14 19:50:22 +00:00
7689e687ff ref: extract scheduleCleanup into individual file
alikia2x pushed to ref/structure at alikia2x/cvsa 2025-04-14 19:35:09 +00:00
651eef0b9e fix: incorrectly set snapshot status to 'completed' when bilibili returned other status code
alikia2x pushed to ref/structure at alikia2x/cvsa 2025-04-13 21:39:42 +00:00
68bd46fd8a improve: logging text in snapshotVideo.ts