Initial commit
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", | |||
"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/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/logo/header-light-logo.svg
0 → 100644
src/assets/logo/login-logo.svg
0 → 100644
src/assets/svg/header/headerLeft.svg
0 → 100644
src/assets/svg/header/headerRight.svg
0 → 100644
src/assets/svg/upload/add.svg
0 → 100644
src/assets/svg/upload/close.svg
0 → 100644
src/assets/svg/upload/uploadTip.svg
0 → 100644
src/assets/vue.svg
0 → 100644
src/components/ActionSheet.vue
0 → 100644
src/components/Animation.vue
0 → 100644
src/components/Navbar.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/setpTitle.vue
0 → 100644
src/components/themeSwitch.vue
0 → 100644
src/config/global.ts
0 → 100644
src/constants/login.ts
0 → 100644
src/constants/token.tsx
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/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/userApi.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
src/utils/tradingview.ts
0 → 100644
src/utils/xhr.ts
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment