init
parents
Showing
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.vscode/settings.json
0 → 100644
README.md
0 → 100644
next-i18next.config.js
0 → 100644
next.config.js
0 → 100644
next.config.mjs
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
postcss.config.mjs
0 → 100644
File added
public/icon/logo1.png
0 → 100644
116 KB
public/icon/logo2.png
0 → 100644
17.4 KB
134 KB
213 KB
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
src/app/favicon.ico
0 → 100644
38.6 KB
src/app/globals.css
0 → 100644
src/app/hooks/useSystem.ts
0 → 100644
src/app/hooks/useToast.ts
0 → 100644
src/app/layout.tsx
0 → 100644
src/app/web/context/I18n.tsx
0 → 100644
src/app/web/i18n/en/app.json
0 → 100644
src/app/web/i18n/utils.ts
0 → 100644
src/app/web/i18n/zh/app.json
0 → 100644
src/app/web/styles/theme.ts
0 → 100644
src/file/api.d.ts
0 → 100644
src/file/icon.ts
0 → 100644
src/file/image/constants.ts
0 → 100644
src/file/image/type.d.ts
0 → 100644
src/file/type.d.ts
0 → 100644
src/pages/_app.tsx
0 → 100644
src/pages/index.tsx
0 → 100644
src/types/jsdiff.d.ts
0 → 100644
src/utils/constants.ts
0 → 100644
src/utils/i18n.ts
0 → 100644
src/utils/multer.ts
0 → 100644
src/utils/tools.ts
0 → 100644
src/utils/utils.ts
0 → 100644
tailwind.config.ts
0 → 100644
tsconfig.json
0 → 100644