743d8dd9c2
* Fixed the issue where the hue value set in config was not applied * Create README.ko-KR.md * Update README.ja-JP.md * Update README.zh-CN.md * Update README.md * Update README.ko-KR.md * Update translation.ts * Create ko_KR.ts * Update ko_KR.ts * Update ko_KR.ts * Update ko_KR.ts * Update setting-utils.ts * Update config.ts * ko_KR to ko * fix * Delete package-lock.json * Update .gitignore * Update .gitignore
28 lines
277 B
Plaintext
28 lines
277 B
Plaintext
# build output
|
|
dist/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
.vercel
|
|
|
|
package-lock.json
|
|
bun.lockb
|
|
yarn.lock
|