Skip to content

Commit

Permalink
Merge pull request #16 from exqt/v0.8.2.2-dev
Browse files Browse the repository at this point in the history
V0.8.2.2 dev
  • Loading branch information
exqt authored Nov 10, 2024
2 parents e18aebb + e8500d4 commit 03d87b4
Show file tree
Hide file tree
Showing 10 changed files with 569 additions and 139 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.8.2
- 업로드 속도 개선

# 0.2.8
- crxjs CSP 이슈 해결?
- 레이티 업로드 추가
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "donder-hiroba-plus",
"private": true,
"version": "0.2.8.1",
"version": "0.2.8.2",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -43,6 +43,7 @@
"vite": "^5.4.10"
},
"dependencies": {
"cheerio": "^1.0.0",
"hangul-js": "^0.2.6",
"lzutf8": "^0.6.3",
"node-hiroba": "^1.7.3",
Expand Down
3 changes: 3 additions & 0 deletions public/rating.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="app"></div>
<script src="./rating.ts" type="module"></script>
Expand Down
Loading

0 comments on commit 03d87b4

Please sign in to comment.