diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4d80ef7..bb45ebe 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ -open_collective: antfu -github: [antfu] +github: [nekomeowww, kwaa] diff --git a/.vscode/settings.json b/.vscode/settings.json index e099f81..aa018fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,8 +38,5 @@ "json", "jsonc", "yaml" - ], - "interline-translate.knownPopularWordCount": 6000, - "iconify.annotations": true, - "iconify.inplace": true + ] } diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 13e6b85..0000000 --- a/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -FROM node:20-alpine as build-stage - -WORKDIR /app -RUN corepack enable - -COPY .npmrc package.json pnpm-lock.yaml ./ -RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \ - pnpm install --frozen-lockfile - -COPY . . -RUN pnpm build - -# SSR -FROM node:20-alpine as production-stage - -WORKDIR /app - -COPY --from=build-stage /app/.output ./.output - -EXPOSE 3000 - -CMD ["node", ".output/server/index.mjs"] diff --git a/app/app.vue b/app/app.vue index 3676dc2..57f96a8 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,5 +1,5 @@ + + diff --git a/app/components/BasicTextarea.vue b/app/components/BasicTextarea.vue new file mode 100644 index 0000000..3147dca --- /dev/null +++ b/app/components/BasicTextarea.vue @@ -0,0 +1,75 @@ + + +