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", | ||
"js-cookie": "^3.0.1", | ||
"swiper": "^8.4.5", | ||
"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", | ||
"less": "^4.1.1", | ||
"node-html-parser": "^6.1.4", | ||
"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/logo.svg
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/SetMoneyPassword.vue
0 → 100644
src/components/custom/formItem/index.less
0 → 100644
src/components/custom/formItem/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/pagination/index.vue
0 → 100644
src/components/custom/select/index.vue
0 → 100644
src/components/custom/tabs/index.less
0 → 100644
src/components/custom/tabs/index.tsx
0 → 100644
src/components/custom/upload/index.less
0 → 100644
src/components/custom/upload/index.tsx
0 → 100644
src/components/setpTitle.vue
0 → 100644
src/components/tableTotal.tsx
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/home/components/login.vue
0 → 100644
src/pages/home/index.vue
0 → 100644
src/pages/test/index.vue
0 → 100644
src/pages/upload/index.less
0 → 100644
src/pages/upload/index.tsx
0 → 100644
src/router/index.ts
0 → 100644
src/router/modules/home.ts
0 → 100644
src/router/tool.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/modules/language.ts
0 → 100644
src/store/modules/login.ts
0 → 100644
src/store/modules/reload.ts
0 → 100644
src/store/modules/theme.ts
0 → 100644
src/store/modules/token.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/theme/default.less
0 → 100644
src/style/theme/global.less
0 → 100644
src/style/theme/index.less
0 → 100644
src/style/tradingview.less
0 → 100644
src/style/ui.less
0 → 100644
src/style/variables.less
0 → 100644
src/utils/Tdesign.ts
0 → 100644
src/utils/URLScheme.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
This diff is collapsed.
Click to expand it.
src/utils/tradingview.ts
0 → 100644
src/vite-env.d.ts
0 → 100644
tiktok-upload-2023-2-1--18.29.zip
0 → 100644
File added
File added
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
tiktok-upload-2023-2-1--18.29/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
tiktok-upload-2023-2-1--18.29/index.html.gz
0 → 100644
This diff is collapsed.
Click to expand it.
tiktok-upload-2023-2-1--18.29/logo.svg
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