Skip to content

Commit

Permalink
Merge: remote -> local
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 16, 2023
2 parents 4ab46c7 + b7d8263 commit c81c7c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Chart Cyanvas is a sekai custom charts platform.

- `frontend/` - Frontend. Built with Next.js and Tailwind CSS.
- `backend/` - Backend. Built with Rails.
- `sub-audio/` - Audio processing. Built with Python, FastApi and ffmpeg.
- `sub-image/` - Image processing. Built with Python, FastAPI and Pillow.
- `sub-audio/` - Audio processing. Built with Python, FastAPI and ffmpeg.
- `sub-image/` - Image processing. Built with Rust, axum and [pjsekai-background-gen-rust](https://github.com/sevenc-nanashi/pjsekai-background-gen-rust).
- `sub-chart/` - Chart file processing. Built with TypeScript, express, and [sonolus-pjsekai-engine-extended](https://github.com/sevenc-nanashi/sonolus-pjsekai-engine-extended).

## Hosting
Expand All @@ -32,8 +32,9 @@ Chart Cyanvas is a sekai custom charts platform.
- [Python 3.9](https://python.org)
- [Poetry](https://python-poetry.org/)
- [poethepoet](https://github.com/nat-n/poethepoet) as a Poetry plugin
- [Node.js 16](https://nodejs.org)
- [Node.js 18](https://nodejs.org)
- [pnpm](https://pnpm.io)
- [Rust 1.71](https://www.rust-lang.org/)
- [Docker](https://www.docker.com/)
- [`goreman` CLI](https://github.com/mattn/goreman)

Expand Down
2 changes: 1 addition & 1 deletion architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/pages/charts/upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ const UploadChart: NextPage<
error={errors["bgm"]}
/>
<FileUploadButton
accept=".sus,.mmws,.chs"
accept=".sus,.mmws,.ccmmws,.usc,.json,.chs"
name="chart"
text={t("param.chart")}
icon={<DocumentRegular />}
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"dependencyDashboardApproval": true
}

0 comments on commit c81c7c2

Please sign in to comment.