static init

This commit is contained in:
chenhao 2026-06-11 16:05:49 +08:00
parent 1b1e1b68c3
commit 31a1289ee3
203 changed files with 18626 additions and 128 deletions

2
.env.development Normal file
View File

@ -0,0 +1,2 @@
VITE_API_URL = "https://m.taigurun.cn"
VITE_OSS_URL = "https://m.taigurun.cn/uploads"

2
.env.production Normal file
View File

@ -0,0 +1,2 @@
VITE_API_URL = "https://m.taigurun.cn"
VITE_OSS_URL = "https://m.taigurun.cn/uploads"

526
.gitignore vendored
View File

@ -1,173 +1,404 @@
# ---> macOS # ---> VisualStudio
# General ## Ignore Visual Studio temporary files, build results, and
.DS_Store ## files generated by popular Visual Studio add-ons.
.AppleDouble ##
.LSOverride ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
# Icon must end with two \r # User-specific files
Icon *.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# Thumbnails # User-specific files (MonoDevelop/Xamarin Studio)
._* *.userprefs
# Files that might appear in the root of a volume # Mono auto generated files
.DocumentRevisions-V100 mono_crash.*
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share # Build results
.AppleDB [Dd]ebug/
.AppleDesktop [Dd]ebugPublic/
Network Trash Folder [Rr]elease/
Temporary Items [Rr]eleases/
.apdisk x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# ---> Vue # Visual Studio 2015/2017 cache/options directory
# gitignore template for Vue.js projects .vs/
# # Uncomment if you have tasks that create the project's static files in wwwroot
# Recommended template: Node.gitignore #wwwroot/
# TODO: where does this rule come from? # Visual Studio 2017 auto generated files
docs/_book Generated\ Files/
# TODO: where does this rule come from? # MSTest test Results
test/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# ---> Node # NUnit
# Logs *.VisualState.xml
logs TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
# but not Directory.Build.rsp, as it configures directory-level build defaults
!Directory.Build.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log *.log
npm-debug.log* *.tlog
yarn-debug.log* *.vspscc
yarn-error.log* *.vssscc
lerna-debug.log* .builds
.pnpm-debug.log* *.pidb
*.svclog
*.scc
# Diagnostic reports (https://nodejs.org/api/report.html) # Chutzpah Test files
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json _Chutzpah*
# Runtime data # Visual C++ cache files
pids ipch/
*.pid *.aps
*.seed *.ncb
*.pid.lock *.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Directory for instrumented libs generated by jscoverage/JSCover # Visual Studio profiler
lib-cov *.psess
*.vsp
*.vspx
*.sap
# Coverage directory used by tools like istanbul # Visual Studio Trace Files
coverage *.e2e
*.lcov
# nyc test coverage # TFS 2012 Local Workspace
.nyc_output $tf/
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) # Guidance Automation Toolkit
.grunt *.gpState
# Bower dependency directory (https://bower.io/) # ReSharper is a .NET coding add-in
bower_components _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# node-waf configuration # TeamCity is a build add-in
.lock-wscript _TeamCity*
# Compiled binary addons (https://nodejs.org/api/addons.html) # DotCover is a Code Coverage Tool
build/Release *.dotCover
# Dependency directories # AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/ node_modules/
jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/) # Visual Studio 6 build log
web_modules/ *.plg
# TypeScript cache # Visual Studio 6 workspace options file
*.tsbuildinfo *.opt
# Optional npm cache directory # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
.npm *.vbw
# Optional eslint cache # Visual Studio 6 auto-generated project file (contains which files were open etc.)
.eslintcache *.vbp
# Optional stylelint cache # Visual Studio 6 workspace and project file (working project files containing files to include in project)
.stylelintcache *.dsw
*.dsp
# Microbundle cache # Visual Studio 6 technical files
.rpt2_cache/ *.ncb
.rts2_cache_cjs/ *.aps
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history # Visual Studio LightSwitch build output
.node_repl_history **/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Output of 'npm pack' # Paket dependency manager
*.tgz .paket/paket.exe
paket-files/
# Yarn Integrity file # FAKE - F# Make
.yarn-integrity .fake/
# dotenv environment variable files # CodeRush personal settings
.env .cr/personal
.env.development.local
.env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/) # Python Tools for Visual Studio (PTVS)
.cache __pycache__/
.parcel-cache *.pyc
# Next.js build output # Cake - Uncomment if you are using it
.next # tools/**
out # !tools/packages.config
# Nuxt.js build / generate output # Tabs Studio
.nuxt *.tss
dist
# Gatsby files # Telerik's JustMock configuration file
.cache/ *.jmconfig
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output # BizTalk build output
.vuepress/dist *.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# vuepress v2.x temp and cache directory # OpenCover UI analysis results
.temp OpenCover/
.cache
# Docusaurus cache and generated files # Azure Stream Analytics local run output
.docusaurus ASALocalRun/
# Serverless directories # MSBuild Binary and Structured Log
.serverless/ *.binlog
# FuseBox cache # NVidia Nsight GPU debugger configuration file
.fusebox/ *.nvuser
# DynamoDB Local files # MFractors (Xamarin productivity tool) working folder
.dynamodb/ .mfractor/
# TernJS port file # Local History for Visual Studio
.tern-port .localhistory/
# Stores VSCode versions used for testing VSCode extensions # Visual Studio History (VSHistory) files
.vscode-test .vshistory/
# yarn v2 # BeatPulse healthcheck temp database
.yarn/cache healthchecksdb
.yarn/unplugged
.yarn/build-state.yml # Backup folder for Package Reference Convert tool in Visual Studio 2017
.yarn/install-state.gz MigrationBackup/
.pnp.*
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp
# JetBrains Rider
*.sln.iml
# ---> VisualStudioCode # ---> VisualStudioCode
.vscode/* .vscode/*
@ -183,3 +414,44 @@ dist
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.vsix *.vsix
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# TODO: where does this rule come from?
docs/_book
# TODO: where does this rule come from?
test/
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.vscode
.claude
.vite
claude.md

View File

@ -1,2 +1,86 @@
# template-h5 # ch-xymy-h5
### 一、图片命名规范
#### 图片文件
| 类型 | 命名格式 | 示例 |
|------|----------|------|
| 图标类 | `icon-${模块}-{用途}-{状态}.png` | `icon-home-menu.png``icon-mall-cart-active.png` |
| 图片类 | `{模块}-{用途}-{序号}.jpg` | `goods-detail-1.jpg``home-banner.jpg` |
| Logo类 | `img-logo-{名称}.png` | `img-logo-app.png``img-logo-merchant.png` |
| 背景类 | `img-{模块}-bg.png` | `img-user-center-bg.png` |
#### 状态后缀
| 后缀 | 含义 |
|------|------|
| `-normal` | 普通状态 |
| `-active` | 高亮/选中状态 |
| `-inactive` | 非激活状态 |
| `-disabled` | 禁用状态 |
| `-1` `-2` `-3` | 索引序号 |
#### 图片命名示例
```
# 图标类
icon-tabbar-home-normal.png # 图标-标签栏-首页-普通
icon-tabbar-home-active.png # 图标-标签栏-首页-选中
icon-mall-cart.png # 图标-商城-购物车
# 图片类
img-goods-detail-1.jpg # 图片-商品-详情-1
img-home-banner.jpg # 图片-首页-横幅
img-user-center-bg.png # 图片-用户中心-背景
# 按钮类
btn-pay-confirm.png # 按钮-支付-确认
btn-login-submit.png # 按钮-登录-提交
# 通用类
img-placeholder.png # 占位图
img-empty.png # 空状态图
img-loading.gif # 加载动画
```
### 二、路由【文件】命名规范(驼峰式)
```javascript
{
path: '/Home',
name: 'Home',
component: () => import('./views/Tabbars/Home.vue')
}
{
path: '/GoodsDetail',
name: 'GoodsDetail',
component: () => import('./views/Goods/GoodsDetail.vue')
}
```
### 三、CSS 类名命名规范(下划线命名)
#### 命名格式
```
${模块}_${元素}_${状态}
```
```vue
<template>
<div class="goods_card">
<div class="goods_card__img">
<img :src="image" />
</div>
<div class="goods_card__info">
<h3 class="goods_card__title">{{ title }}</h3>
<div class="goods_card__footer">
<span class="goods_card__price goods_card__price--current">¥{{ price }}</span>
<van-button size="small" class="goods_card__btn">购买</van-button>
</div>
</div>
</div>
</template>
```

40
index.html Normal file
View File

@ -0,0 +1,40 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/img/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>歆羽贸易</title>
</head>
<body>
<div id="app" v-cloak></div>
<script src="/js/echarts.min.js"></script>
<script type="module" src="/src/main.js"></script>
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
<style>
[v-cloak] {
display: none;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
--base-nav-bar-bg-color: #ededed;
--base-nav-bar-color: #111;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
--base-nav-bar-bg-color: #111;
--base-nav-bar-color: #ededed;
}
}
</style>
</body>
</html>

2034
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

32
package.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "bgzx-h5",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vant/area-data": "^2.1.0",
"@zxing/library": "^0.21.3",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"image-conversion": "^2.1.1",
"pinia": "^3.0.4",
"postcss-px-to-viewport-8-plugin": "^1.2.5",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.0.0",
"vant": "^4.9.24",
"vue": "^3.5.32",
"vue-qr": "^5.0.3",
"vue-router": "^4.6.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.5",
"less": "^4.6.4",
"vite": "^8.0.4"
}
}

12
postcss.config.cjs Normal file
View File

@ -0,0 +1,12 @@
module.exports = {
plugins: {
'postcss-px-to-viewport-8-plugin': {
viewportWidth: 375,
unitPrecision: 5,
viewportUnit: 'vw',
selectorBlackList: ['ignore', 'tab-bar'],
minPixelValue: 1,
mediaQuery: false,
},
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
public/img/Home_Active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
public/img/Mall_Active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
public/img/My_Active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
public/img/My_Inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
public/img/addr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
public/img/addr_r.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
public/img/address.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
public/img/aliicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
public/img/allow_bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
public/img/asset-bg1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

BIN
public/img/asset-c-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
public/img/asset-i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

BIN
public/img/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/img/b_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
public/img/bankcardicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
public/img/banner_bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
public/img/bs-banner.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
public/img/bs-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
public/img/bs-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
public/img/cart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

BIN
public/img/cart_shdzbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1726102045234" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13402" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M614.4 640h46.08v46.08H614.4zM670.72 640H716.8v46.08h-46.08zM727.04 640h46.08v46.08h-46.08z" fill="#F4C22B" p-id="13403"></path><path d="M511.7184 26.1888C243.2 26.1888 25.6 243.8144 25.6 512.256S243.2512 998.4 511.7184 998.4s486.0928-217.6512 486.0928-486.1184S780.1856 26.1888 511.744 26.1888z m301.2352 672.896s-2.048 39.4752-41.1648 45.056H255.5136s-30.976-1.8688-37.0688-41.9072l-1.152-237.824h595.6608v234.6752z m0-384v72.832l-595.6608-0.2816 1.152-74.8032c6.4-31.9744 37.248-32.7936 37.248-32.7936h514.432c43.3664 4.4288 42.8288 35.0208 42.8288 35.0208z" fill="#F4C22B" p-id="13404"></path></svg>

After

Width:  |  Height:  |  Size: 937 B

BIN
public/img/cate_all.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
public/img/co_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

BIN
public/img/copy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

BIN
public/img/copy_b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

BIN
public/img/cv-i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
public/img/de-i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

BIN
public/img/de-i2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

BIN
public/img/down.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

BIN
public/img/filter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

BIN
public/img/fire.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 B

BIN
public/img/ft_i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
public/img/ft_i3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
public/img/gift_bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

BIN
public/img/gift_bg1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1024 KiB

BIN
public/img/gift_bg2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
public/img/gift_bg3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

BIN
public/img/gift_i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
public/img/gift_i3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 B

BIN
public/img/gift_i4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

BIN
public/img/gift_i5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 B

BIN
public/img/gift_i6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

BIN
public/img/gift_qy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/img/gift_title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
public/img/gt-i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

BIN
public/img/hot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
public/img/i-date.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

BIN
public/img/icon_canpay.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

BIN
public/img/icon_disc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
public/img/invite_bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

BIN
public/img/label-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
public/img/label-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
public/img/label-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
public/img/login-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

BIN
public/img/login-i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

BIN
public/img/login-i2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
public/img/login-i3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

BIN
public/img/login-i4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

BIN
public/img/login-i5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

BIN
public/img/login-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
public/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
public/img/maisui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
public/img/mall-hot-i.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
public/img/mall_i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

BIN
public/img/mall_i15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
public/img/mall_i2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 B

BIN
public/img/mall_i35.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
public/img/merchant_bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
public/img/my-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/img/my-i1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

BIN
public/img/my_f1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/img/my_f2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/img/my_f3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/img/my_f4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
public/img/my_o1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

BIN
public/img/my_o2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

BIN
public/img/my_o3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
public/img/my_o4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
public/img/my_s1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

BIN
public/img/my_s2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
public/img/my_s3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

BIN
public/img/my_s4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Some files were not shown because too many files have changed in this diff Show More