Skip to content

Commit 094734b

Browse files
committed
chore: add platform jnc nina
1 parent edf92ae commit 094734b

12 files changed

+32
-11
lines changed

backend/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "infanf/myanili-backend",
3-
"version": "2.30.1",
3+
"version": "2.30.2",
44
"license": "MIT",
55
"type": "project",
66
"require": {

backend/composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM webdevops/php-apache:8.3
2-
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
2+
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash -
33
RUN apt-get install -yqq nodejs
44
RUN npm i --location=global npm @angular/cli

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myanili-frontend",
3-
"version": "2.30.1",
3+
"version": "2.30.2",
44
"scripts": {
55
"ng": "ng",
66
"dev": "ng serve --host=0.0.0.0",

frontend/src/app/components/platform.pipe.ts

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ export class PlatformPipe implements PipeTransform {
2828
name: 'Google Play',
2929
urlprefix: 'https://play.google.com/store/books/details?id=',
3030
},
31+
{
32+
id: 'jncn',
33+
name: 'JNC Nina',
34+
urlprefix: 'https://jnc-nina.eu/series/',
35+
},
3136
{
3237
id: 'jnc',
3338
name: 'J-Novel Club',
+4-2
Loading
Loading

frontend/src/assets/platform/jncn.svg

+5
Loading

frontend/src/changelog.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const changelog: Changelog = {
22
changes: [
3+
{
4+
version: '2.30.2',
5+
features: ['Manga: add platform JNC Nina'],
6+
},
37
{
48
version: '2.30.1',
59
features: ['Bookshelf: keep todays simulpubs until 8am the next day'],

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myanili",
3-
"version": "2.30.1",
3+
"version": "2.30.2",
44
"description": "MyAniLi",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)