Skip to content

Commit

Permalink
Merge pull request #91 from FreeNowOrg/dev
Browse files Browse the repository at this point in the history
chore: bump version (3.5.0)
  • Loading branch information
dragon-fish authored Mar 1, 2024
2 parents c8cfbd3 + 2e59c94 commit 83b8cf0
Show file tree
Hide file tree
Showing 17 changed files with 841 additions and 143 deletions.
21 changes: 21 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const IllustType: typeof import('./src/types/Artworks')['IllustType']
const UgoiraPlayer: typeof import('./src/utils/UgoiraPlayer')['UgoiraPlayer']
const UserPrivacyLevel: typeof import('./src/types/Users')['UserPrivacyLevel']
const addBookmark: typeof import('./src/utils/artworkActions')['addBookmark']
const addUserFollow: typeof import('./src/utils/userActions')['addUserFollow']
const ajax: typeof import('./src/utils/ajax')['ajax']
const ajaxPostWithFormData: typeof import('./src/utils/ajax')['ajaxPostWithFormData']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
const axios: typeof import('axios')['default']
Expand All @@ -28,22 +35,29 @@ declare global {
const customRef: typeof import('vue')['customRef']
const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
const defaultArtwork: typeof import('./src/utils/index')['defaultArtwork']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
const effectScope: typeof import('vue')['effectScope']
const exampleSessionId: typeof import('./src/components/userData')['exampleSessionId']
const existsSessionId: typeof import('./src/components/userData')['existsSessionId']
const extendRef: typeof import('@vueuse/core')['extendRef']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const h: typeof import('vue')['h']
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
const initUser: typeof import('./src/components/userData')['initUser']
const inject: typeof import('vue')['inject']
const injectLocal: typeof import('@vueuse/core')['injectLocal']
const isArtwork: typeof import('./src/utils/artworkActions')['isArtwork']
const isDefined: typeof import('@vueuse/core')['isDefined']
const isProxy: typeof import('vue')['isProxy']
const isReactive: typeof import('vue')['isReactive']
const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef']
const login: typeof import('./src/components/userData')['login']
const logout: typeof import('./src/components/userData')['logout']
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
const markRaw: typeof import('vue')['markRaw']
const nextTick: typeof import('vue')['nextTick']
Expand Down Expand Up @@ -82,12 +96,16 @@ declare global {
const refDefault: typeof import('@vueuse/core')['refDefault']
const refThrottled: typeof import('@vueuse/core')['refThrottled']
const refWithControl: typeof import('@vueuse/core')['refWithControl']
const removeBookmark: typeof import('./src/utils/artworkActions')['removeBookmark']
const removeUserFollow: typeof import('./src/utils/userActions')['removeUserFollow']
const resolveComponent: typeof import('vue')['resolveComponent']
const resolveRef: typeof import('@vueuse/core')['resolveRef']
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
const setTitle: typeof import('./src/utils/setTitle')['setTitle']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
const sortArtList: typeof import('./src/utils/artworkActions')['sortArtList']
const syncRef: typeof import('@vueuse/core')['syncRef']
const syncRefs: typeof import('@vueuse/core')['syncRefs']
const templateRef: typeof import('@vueuse/core')['templateRef']
Expand Down Expand Up @@ -228,6 +246,7 @@ declare global {
const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
const useShare: typeof import('@vueuse/core')['useShare']
const useSideNavStore: typeof import('./src/composables/states')['useSideNavStore']
const useSlots: typeof import('vue')['useSlots']
const useSorted: typeof import('@vueuse/core')['useSorted']
const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
Expand Down Expand Up @@ -257,6 +276,7 @@ declare global {
const useTransition: typeof import('@vueuse/core')['useTransition']
const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
const useUserStore: typeof import('./src/composables/states')['useUserStore']
const useVModel: typeof import('@vueuse/core')['useVModel']
const useVModels: typeof import('@vueuse/core')['useVModels']
const useVibrate: typeof import('@vueuse/core')['useVibrate']
Expand All @@ -269,6 +289,7 @@ declare global {
const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
const validateSessionId: typeof import('./src/components/userData')['validateSessionId']
const watch: typeof import('vue')['watch']
const watchArray: typeof import('@vueuse/core')['watchArray']
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
Expand Down
44 changes: 44 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

declare module 'vue' {
export interface GlobalComponents {
ArtTag: typeof import('./src/components/ArtTag.vue')['default']
ArtworkCard: typeof import('./src/components/ArtworksList/ArtworkCard.vue')['default']
ArtworkLargeCard: typeof import('./src/components/ArtworksList/ArtworkLargeCard.vue')['default']
ArtworkLargeList: typeof import('./src/components/ArtworksList/ArtworkLargeList.vue')['default']
ArtworkList: typeof import('./src/components/ArtworksList/ArtworkList.vue')['default']
ArtworksByUser: typeof import('./src/components/ArtworksList/ArtworksByUser.vue')['default']
AuthorCard: typeof import('./src/components/AuthorCard.vue')['default']
Card: typeof import('./src/components/Card.vue')['default']
Comment: typeof import('./src/components/Comment/Comment.vue')['default']
CommentsArea: typeof import('./src/components/Comment/CommentsArea.vue')['default']
CommentSubmit: typeof import('./src/components/Comment/CommentSubmit.vue')['default']
ErrorPage: typeof import('./src/components/ErrorPage.vue')['default']
ExternalLink: typeof import('./src/components/ExternalLink.vue')['default']
FollowUserCard: typeof import('./src/components/FollowUserCard.vue')['default']
Gallery: typeof import('./src/components/Gallery.vue')['default']
LazyLoad: typeof import('./src/components/LazyLoad.vue')['default']
ListLink: typeof import('./src/components/SideNav/ListLink.vue')['default']
NaiveuiProvider: typeof import('./src/components/NaiveuiProvider.vue')['default']
NButton: typeof import('naive-ui')['NButton']
NFlex: typeof import('naive-ui')['NFlex']
NProgress: typeof import('./src/components/NProgress.vue')['default']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTabsPane: typeof import('naive-ui')['NTabsPane']
Placeholder: typeof import('./src/components/Placeholder.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchBox: typeof import('./src/components/SearchBox.vue')['default']
ShowMore: typeof import('./src/components/ShowMore.vue')['default']
SideNav: typeof import('./src/components/SideNav/SideNav.vue')['default']
SiteFooter: typeof import('./src/components/SiteFooter.vue')['default']
SiteHeader: typeof import('./src/components/SiteHeader.vue')['default']
UgoiraViewer: typeof import('./src/components/UgoiraViewer.vue')['default']
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixiv-now",
"version": "3.3.0",
"version": "3.5.0",
"private": true,
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -59,6 +59,7 @@
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vercel": "^32.6.1",
"vite": "^5.1.4"
}
Expand Down
Loading

0 comments on commit 83b8cf0

Please sign in to comment.