1
parents
Showing
.env.app
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
handleDist.js
0 → 100644
index.html
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
{ | ||
"name": "snow-mobile", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite --open --mode development", | ||
"dev:app": "vite --mode app", | ||
"build": "vue-tsc && vite build", | ||
"build:app": "vue-tsc && vite build --mode app", | ||
"build:app2": "vite build --mode app", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@vitejs/plugin-legacy": "^3.0.1", | ||
"@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"dayjs": "^1.11.7", | ||
"event-source-polyfill": "^1.0.31", | ||
"js-cookie": "^3.0.1", | ||
"tdesign-icons-vue-next": "^0.1.7", | ||
"tdesign-vue-next": "^1.0.5", | ||
"uuid": "^9.0.0", | ||
"vue": "^3.2.45", | ||
"vue-clipboard3": "^2.0.0", | ||
"vue-router": "^4.1.6", | ||
"vuex": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/event-source-polyfill": "^1.0.1", | ||
"@types/js-cookie": "^3.0.2", | ||
"@types/node": "^18.11.15", | ||
"@types/uuid": "^9.0.0", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"axios": "^0.24.0", | ||
"express": "^4.18.2", | ||
"http-proxy-middleware": "^2.0.6", | ||
"less": "^4.1.1", | ||
"serve": "^14.2.0", | ||
"terser": "^5.16.1", | ||
"typescript": "^4.9.3", | ||
"vite": "^4.0.0", | ||
"vite-plugin-compression": "^0.5.1", | ||
"vite-svg-loader": "^3.1.0", | ||
"vue-tsc": "^1.0.11" | ||
} | ||
} |
public/ip.txt
0 → 100644
public/logo.svg
0 → 100644
public/serve.js
0 → 100644
src/App.vue
0 → 100644
src/assets/vue.svg
0 → 100644
src/components/Animation.vue
0 → 100644
src/components/custom/Button/index.less
0 → 100644
src/components/custom/Button/index.tsx
0 → 100644
src/components/custom/input/Interfase.ts
0 → 100644
src/components/custom/input/index.vue
0 → 100644
src/components/custom/loading/index.less
0 → 100644
src/components/custom/loading/index.tsx
0 → 100644
src/components/custom/swiper/index.less
0 → 100644
src/components/custom/swiper/index.tsx
0 → 100644
src/components/custom/swiperItem/index.less
0 → 100644
src/components/custom/swiperItem/index.tsx
0 → 100644
src/config/global.ts
0 → 100644
src/hooks/index.ts
0 → 100644
src/hooks/useCopy.ts
0 → 100644
src/layout/content.vue
0 → 100644
src/layout/header.vue
0 → 100644
src/main.ts
0 → 100644
src/pages/GPT/index.vue
0 → 100644
src/pages/Home/index.less
0 → 100644
src/pages/Home/index.tsx
0 → 100644
src/pages/Image/components/Dialog/index.vue
0 → 100644
src/pages/Image/components/confimDialog.vue
0 → 100644
src/pages/Image/index.less
0 → 100644
src/pages/Image/index.tsx
0 → 100644
src/pages/Image_stable/index.less
0 → 100644
src/pages/Image_stable/index.tsx
0 → 100644
src/pages/ImgToImg/index.less
0 → 100644
src/pages/ImgToImg/index.tsx
0 → 100644
src/pages/Login/components/login.vue
0 → 100644
src/pages/Login/index.vue
0 → 100644
src/router/auth.ts
0 → 100644
src/router/index.ts
0 → 100644
src/router/modules/home.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/modules/user.ts
0 → 100644
src/style.css
0 → 100644
src/style/ClickableButton.less
0 → 100644
src/style/flex.less
0 → 100644
src/style/index.less
0 → 100644
src/style/page/uploadTitle.less
0 → 100644
src/style/ui.less
0 → 100644
src/style/variables.less
0 → 100644
src/utils/URLScheme.ts
0 → 100644
src/utils/api/Task.ts
0 → 100644
src/utils/api/gpt.ts
0 → 100644
src/utils/api/userApi.ts
0 → 100644
src/utils/api/wf_task.ts
0 → 100644
src/utils/dom/dom.ts
0 → 100644
src/utils/file.ts
0 → 100644
src/utils/interface/login.ts
0 → 100644
src/utils/otherRequest.ts
0 → 100644
src/utils/remember.ts
0 → 100644
src/utils/request.ts
0 → 100644
src/utils/table.ts
0 → 100644
src/utils/tool.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/tradingview.ts
0 → 100644
src/utils/xhr.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/vite-env.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.node.json
0 → 100644
This diff is collapsed.
Click to expand it.
vite.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment