Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSR merge #117

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
ce19c51
refactor!: add nuxt
AlPha5130 Oct 19, 2023
1d2cfd2
chore: clean up
Oct 24, 2023
57a92cb
fix: window is not defined
Oct 24, 2023
7a10819
fix: css fixes
Oct 24, 2023
2f2f3ca
Merge remote-tracking branch 'origin/dev' into ssr-test
Oct 24, 2023
cd59e12
revert: restore package.json and upgrade deps
Oct 24, 2023
6fbf89b
chore: migrate config
AlPha5130 Oct 24, 2023
599e478
chore: batch fixes
AlPha5130 Oct 28, 2023
fa83cb2
Merge branch 'master' into ssr-test
AlPha5130 Oct 29, 2023
0fd94ff
chore: cleanup
AlPha5130 Oct 30, 2023
cc4e7e8
chore: change config keys
AlPha5130 Oct 30, 2023
84b33b3
chore: add back missing styles
AlPha5130 Oct 30, 2023
5ec52c1
chore: fix users
AlPha5130 Oct 30, 2023
8604d1a
chore: update deps
AlPha5130 Nov 18, 2023
3ea0276
chore: update deps
AlPha5130 Dec 6, 2023
3416097
chore: update deps
AlPha5130 Dec 7, 2023
10e85a2
refactor: drop NuxtImg
AlPha5130 Jan 10, 2024
b28ead6
fix: add image ref
AlPha5130 Jan 10, 2024
9e57134
fix: fix ImageLazy
AlPha5130 Jan 10, 2024
45ed377
chore: update deps
AlPha5130 Apr 30, 2024
146351b
fix: fix merge conflicts
AlPha5130 May 2, 2024
af63696
Merge branch 'master' into ssr-test
AlPha5130 May 2, 2024
04f6f56
chore: remove unusable scripts
AlPha5130 May 2, 2024
bc04860
chore: update ugoira.vue
AlPha5130 May 17, 2024
5ef92c9
chore: update deps
AlPha5130 May 17, 2024
b9b3114
chore: wrap $fetch into function to prevent boilerplate
AlPha5130 May 17, 2024
804e06e
chore: update deps
AlPha5130 Aug 10, 2024
5ed43c7
fix: user stats
dragon-fish Aug 10, 2024
0cb11e5
Merge branch 'ssr-test' of https://github.com/FreeNowOrg/PixivNow int…
dragon-fish Aug 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:20",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "latest",
"nvmVersion": "latest"
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
8 changes: 3 additions & 5 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VITE_ADSENSE_PUB_ID =
VITE_GOOGLE_ANALYTICS_ID =
VITE_GOOGLE_SEARCH_CONSOLE_VERIFICATION =
VITE_PXIMG_BASEURL_I = /-/
VITE_PXIMG_BASEURL_S = /~/
NUXT_ADSENSE_PUB_ID =
NUXT_GOOGLE_ANALYTICS_ID =
NUXT_GOOGLE_SEARCH_CONSOLE_VERIFICATION =
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
shamefully-hoist = true
registry = https://registry.npmmirror.com
19 changes: 0 additions & 19 deletions .vscode/vue.code-snippets

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<div style="text-align: center">

![PixivNow Logo](src/assets/LogoH.png)
![PixivNow Logo](public/images/LogoH.png)

Pixiv Service Proxy

Expand Down
43 changes: 0 additions & 43 deletions api/http.ts

This file was deleted.

40 changes: 0 additions & 40 deletions api/image.ts

This file was deleted.

50 changes: 0 additions & 50 deletions api/random.ts

This file was deleted.

56 changes: 0 additions & 56 deletions api/user.ts

This file was deleted.

Loading