id
stringlengths
64
64
repo_name
stringlengths
7
87
repo_license
stringclasses
27 values
repo_language
stringclasses
45 values
repo_description
stringlengths
0
349
repo_url
stringlengths
26
106
repo_stars
int64
1
67k
repo_forks
int64
0
9.36k
repo_commits
int64
6
181k
repo_created_at
timestamp[ms]date
2025-08-01 01:36:39
2025-12-31 23:38:47
repo_updated_at
timestamp[ms]date
2025-08-10 14:25:18
2026-02-02 19:46:21
file_name
stringlengths
3
158
file_path
stringlengths
4
233
file_contents
stringlengths
59
23.4k
file_language
stringclasses
42 values
file_tokens
int64
15
4k
3a97833246a48017a15a5053f0ba729e42ac9d77f52b234b32c1b9856b5bed17
wu529778790/panhub.shenzjd.com
TypeScript
一个 聚合的网盘搜索工具。它可以聚合多个优质资源站和公开频道,一次搜索即可覆盖阿里云盘、夸克、百度网盘、115、迅雷等热门网盘资源。它提供智能排序、分类型展示、极速部署等功能,并且是免费开源、零广告、轻量部署的。
https://github.com/wu529778790/panhub.shenzjd.com
919
323
148
2025-08-10T11:27:52
2026-02-01T14:11:13
SettingsDrawer.vue
pages/index/SettingsDrawer.vue
<template> <div v-if="open" class="drawer-mask" @click.self=" () => { emitSave(); $emit('update:open', false); } "> <div class="drawer"> <header class="drawer__header"> <strong>搜索设置</strong> <button class="btn" @click=" ...
Vue
3,078
aaca5d157e07c25e35437ec5fef66c17470172f07e7d4d34e22345dd6a290bc0
xiaobo110/Electricity-bill-sharing
Vue
租房电费分摊计算器是一款专为合租人群设计的实用工具,帮助用户公平、便捷地计算和分摊电费。本"全能美化版"在基础功能上进行了全面UI优化和功能增强,提供更直观的操作体验和更精准的计算结果。
https://github.com/xiaobo110/Electricity-bill-sharing
104
0
22
2025-12-16T03:04:07
2026-02-02T05:13:02
App.vue
src/App.vue
<script setup> import { ref, onMounted } from 'vue' import { useCalculatorStore } from '@/stores/calculatorStore' import CalculatorForm from './components/CalculatorForm.vue' import ResultDisplay from './components/ResultDisplay.vue' const store = useCalculatorStore() const showResult = ref(false) const darkMode = ref...
Vue
1,993
b563ede511421923007eaa569f3d8d9bb4ea9ef189f995ef88be88d5c23a4ecc
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
EmojiPickerShadcnVueDemo.vue
app/components/EmojiPickerShadcnVueDemo.vue
<template> <div class="not-prose relative overflow-hidden"> <div class="flex items-center justify-center rounded-t-lg border border-b-0 border-dotted bg-background" > <div class="relative flex w-full items-center justify-center h-[480px]"> <EmojiPicker class="!h-[325px] shadow-md" @emoji-s...
Vue
1,352
b872df41b169ed3c4f998c4ee8ba7a1f678e15698467b4a3b5100ece0d1399da
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
Logo.vue
app/components/Logo.vue
<template> <div :class="cn( 'relative size-6 [&>svg]:absolute [&>svg]:inset-0 [&>svg]:size-full', ($attrs.class as string) || '' )" v-bind="$attrs" > <component :is="currentIcon" /> </div> </template> <script setup lang="ts"> import { ref, onMounted, onUnmounted, computed, h } from 'v...
Vue
847
b9fb53258236be361aab237bc0d66c3802e0a717d8bc73f0667f1e46edb17749
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
ReactionButton.vue
app/components/ReactionButton.vue
<script setup lang="ts"> import { ref, onMounted, nextTick } from 'vue' import NumberFlow from '@number-flow/vue' import { cn } from '~/lib/utils' // import { buttonVariants } from '~/components/ui/button' import { useIsMounted } from '~/composables/useIsMounted' interface Props { emoji: string count: number act...
Vue
753
22c243556e835c2f96998add537ac99819d04374fb3eb65754357bf011e8dc8f
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
SiteFooter.vue
app/components/SiteFooter.vue
<template> <footer class="border-t border-neutral-200 dark:border-neutral-700 border-dotted bg-background"> <div class="container max-w-screen-sm mx-auto px-8 relative flex justify-between gap-6 py-5 text-secondary-foreground text-xs before:pointer-events-none before:absolute before:inset-x-4 before:inset-y-0 bef...
Vue
1,480
a94db4e3a72400fd2a92b1d4bd0c2b3daa6afd1a9a4dc546c9ff563393902660
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
StickyHeader.vue
app/components/StickyHeader.vue
<template> <div :class="cn( 'pointer-events-none inset-x-0 z-60 h-14 w-full md:h-18', isMounted ? 'fixed' : 'absolute' )" > <div :class="cn( 'absolute inset-0 border-b border-neutral-200 dark:border-neutral-700 border-dotted bg-background transition-opacity duration-100 ease-ou...
Vue
1,261
4e5b6d9519e46a5a875a26f9eeb41d76e962bee35d2a91a25d0f58ec654a543a
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
ThemeSwitcher.vue
app/components/ui/theme-switcher/ThemeSwitcher.vue
<template> <div :class="cn( 'relative isolate inline-flex h-8 items-center rounded-full border border-dotted px-1', ($attrs.class as string) || '', )" v-bind="$attrs" > <button v-for="{ type, icon: Icon, label } in THEMES" :key="type" :aria-label="`Switch to ${label}`" ...
Vue
862
d3383e193aed1e1b8eb8c28e83064e11eaca8ece7459c66f249546c967cb023d
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
EmojiPicker.vue
src/packages/EmojiPicker.vue
<template> <div ref="rootRef" :data-focused="isFocusedWithin ? '' : undefined" frimousse-root="" :style="{ '--frimousse-emoji-font': EMOJI_FONT_FAMILY, ...rootStyle, }" :tabindex="-1" @focus.capture="handleFocusCapture" @blur.capture="handleBlurCapture" @keydown.enter.p...
Vue
1,487
dc40f4eeaea67e3fdf5ec3cb18ffbb7be3e0be1bdc638e042c69ad974f4c1d3a
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
EmojiPickerEmpty.vue
src/packages/components/EmojiPickerEmpty.vue
<template> <span v-if="isEmpty" frimousse-empty="" v-bind="$attrs" > <EmojiPickerEmptyWithSearch v-if="$slots.default"> <template #default="{ search }"> <slot :search="search" /> </template> </EmojiPickerEmptyWithSearch> <slot v-else :search="''" /> </span> </template> ...
Vue
205
335da483b9190a8ce4a0175568789051e961dcc88a6d4e836e80ed139711e108
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
EmojiPickerFooter.vue
src/packages/components/EmojiPickerFooter.vue
<template> <div frimousse-footer="" v-bind="$attrs" > <EmojiPickerActiveEmoji> <template #default="{ emoji }"> <div v-if="emoji" style="display: flex; align-items: center; gap: 8px;"> <div frimousse-footer-emoji="" > {{ emoji.emoji }} <...
Vue
201
b8e3eb97b14c408f968a00810f76aabd99b233699bcb2a1cf42a2af9e2c79865
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
EmojiPickerListSizers.vue
src/packages/components/EmojiPickerListSizers.vue
<template> <div ref="sizersRef" aria-hidden="true" :style="{ height: 0, visibility: 'hidden', }" > <div ref="rowRef" frimousse-row-sizer=""> <div :role="undefined" :aria-rowindex="undefined" frimousse-row="" :style="{ contain: undefined...
Vue
798
95914f76bfaa92db794d7d1f097c3395c68dce24dc609fc2eb867316f88f492e
xiaoluoboding/vue-frimousse
MIT
Vue
😊 A lightweight, unstyled, and composable emoji picker for Vue and Nuxt.
https://github.com/xiaoluoboding/vue-frimousse
54
1
52
2025-08-28T13:14:20
2026-01-01T00:22:15
EmojiPickerSkinToneSelector.vue
src/packages/components/EmojiPickerSkinToneSelector.vue
<template> <button type="button" :aria-label="ariaLabel + (nextSkinToneLabel ? ` (${nextSkinToneLabel})` : '')" aria-live="polite" frimousse-skin-tone-selector="" @click="handleClick" v-bind="$attrs" > {{ skinToneVariation.emoji }} </button> </template> <script setup lang="ts"> import...
Vue
515
79676e2c563d120cdbd08e2ca78b16f5ce5c5755736540d7348fc6efcf561974
xiaoxiaoguai-yyds/xxgkami-pro
Vue
基于VUE3开发的高颜值高性能的卡密管理系统-小小怪卡密验证管理系统,支持时间卡密和次数卡密的生成、销售、验证和管理,提供管理员后台和用户前台双端界面,具备API接口、订单管理、数据统计等完整功能。
https://github.com/xiaoxiaoguai-yyds/xxgkami-pro
55
7
21
2025-09-27T08:20:48
2026-02-02T13:57:14
PricingManagePage.vue
src/components/PricingManagePage.vue
<template> <div class="pricing-manage-page"> <div class="section-header"> <h2>卡密定价管理</h2> <button class="btn-primary" @click="openAddModal"> <i class="fas fa-plus"></i> 添加定价 </button> </div> <!-- 时间卡定价 --> <div class="pricing-section"> <h3>时间卡定价</h3> <div...
Vue
2,202
1f055e0be09c66c40b62c4ecdd672cf28fdb5f4eefe3b9ab2b9cd201af38f657
xiaoyutx94/clash-config-editor
MIT
Vue
一个现代化的 Clash/Mihomo 配置文件可视化编辑工具,提供友好的用户界面来简化 Clash 配置文件的编辑过程。
https://github.com/xiaoyutx94/clash-config-editor
42
4
6
2025-10-15T09:43:54
2026-01-23T07:39:50
BasicConfigForm.vue
frontend/src/components/BasicConfigForm.vue
<template> <div class="basic-config-form"> <el-form label-width="180px" label-position="left"> <el-form-item v-for="field in category.fields" :key="field.key" :label="field.label" > <template #label> <span>{{ field.label }}</span> <el-tooltip :cont...
Vue
1,122
9890187b9ef3b3251c32b5624134faea51d6ca46a4af804e8391d770c3320300
xiaoyutx94/clash-config-editor
MIT
Vue
一个现代化的 Clash/Mihomo 配置文件可视化编辑工具,提供友好的用户界面来简化 Clash 配置文件的编辑过程。
https://github.com/xiaoyutx94/clash-config-editor
42
4
6
2025-10-15T09:43:54
2026-01-23T07:39:50
RuleTable.vue
frontend/src/components/RuleTable.vue
<template> <div class="rule-table"> <div class="table-header"> <el-button type="primary" :icon="Plus" @click="showAddDialog">添加规则</el-button> <el-input v-model="searchText" placeholder="搜索规则" clearable style="width: 300px" :prefix-icon="Search" /> ...
Vue
1,608
0dfabb4fa637fa2c9b0d4b757ef0ba531eabe894952f2bd03b3d09570e58d721
xingxingc/stray_avatar
MIT
Vue
生成搞怪卡通头像的微信小程序
https://github.com/xingxingc/stray_avatar
131
16
27
2025-09-07T03:31:32
2026-01-29T06:49:14
paring-animation-view.vue
avatar_generator/components/paring-animation-view/paring-animation-view.vue
<template> <view class="animation-container"> <view class="circle"></view> <view class="circle"></view> <view class="circle"></view> <view class="circle"></view> <view class="circle"></view> <image class="search-icon" src="/static/image/draw/bluetooth.png"></image> </view> </template> <script> export de...
Vue
406
bd4ab5d9fffc01ba4626f86f01d2ec6de61d9eb27ac0e46546534b0e717ee5a9
xingxingc/stray_avatar
MIT
Vue
生成搞怪卡通头像的微信小程序
https://github.com/xingxingc/stray_avatar
131
16
27
2025-09-07T03:31:32
2026-01-29T06:49:14
pixel-monster.vue
avatar_generator/pages/random/pixel-monster/pixel-monster.vue
<template> <common-page :show-back="true"> <view class="container"> <view class="imgContainer"> <canvas :style="{position: 'relative', left: `${isShowColorPicker ? 1000 : 0}px`, top: '0px'}" id="monster-canvas" canvas-id="monster-canvas" type="2d" style="width: 240px; height: 240px;"...
Vue
1,906
c8a9f8f74b9d14cffc6f8cf91b1b27e266f565050bfef2eacb3b000cbd91447f
xingxingc/stray_avatar
MIT
Vue
生成搞怪卡通头像的微信小程序
https://github.com/xingxingc/stray_avatar
131
16
27
2025-09-07T03:31:32
2026-01-29T06:49:14
blobby.vue
avatar_generator/subpackages/sub_1/pages/blobby/blobby.vue
<template> <common-page :show-back="true"> <view class='container'> <image :src="svgImagePath" class="imgContainer" /> <canvas id="pngCanvas" canvas-id="pngCanvas" style="position: absolute; left: -999px; top: -999px; width: 240px; height: 240px;" /> <button @click="generateData()">随机生成</button> <but...
Vue
971
cd307e0547f241ba8b4a0af66611e697793b8a6b0b4f28ed296edc3e77768a8b
xingxingc/stray_avatar
MIT
Vue
生成搞怪卡通头像的微信小程序
https://github.com/xingxingc/stray_avatar
131
16
27
2025-09-07T03:31:32
2026-01-29T06:49:14
monsterid.vue
avatar_generator/subpackages/sub_1/pages/random_monsterid/monsterid.vue
<template> <common-page show-back="true"> <view class='container'> <view class="imgContainer" > <canvas v-if="!isShowColorPicker" canvas-id="m-canvas" id="m-canvas" class="m-canvas"/> </view> <view class="color-bar" @click="chooseColor()"> <text>背景:</text> <view class="dot" ...
Vue
1,251
7b0f47c40f057596ab00bcccf71de01335e65f89132c49dd9ce822ee2a1bd38a
ydcloud-dy/opshub
Vue
🛠️ OpsHub - 企业级一站式运维平台,集成 K8s 容器管理、主机资产管理、SSH 终端、任务编排、域名监控、SSL自动续期等功能,采用 Go + Vue3 技术栈
https://github.com/ydcloud-dy/opshub
37
16
88
2025-12-30T02:29:18
2026-02-02T09:37:06
AsciinemaPlayer.vue
web/src/components/AsciinemaPlayer.vue
<template> <div class="asciinema-player-container"> <div class="asciinema-player-wrapper" ref="playerRef"></div> </div> </template> <script setup lang="ts"> import { ref, onMounted, watch, onBeforeUnmount } from 'vue' interface Props { src: string cols?: number rows?: number autoplay?: boolean prelo...
Vue
1,359
0928b0951719c8ddd329ff79e9aa2fd3d3c27c2374ba329fa147a6fefe9dd7c7
ydcloud-dy/opshub
Vue
🛠️ OpsHub - 企业级一站式运维平台,集成 K8s 容器管理、主机资产管理、SSH 终端、任务编排、域名监控、SSL自动续期等功能,采用 Go + Vue3 技术栈
https://github.com/ydcloud-dy/opshub
37
16
88
2025-12-30T02:29:18
2026-02-02T09:37:06
NamespaceRoles.vue
web/src/views/kubernetes/components/NamespaceRoles.vue
<template> <div class="namespace-roles"> <!-- 命名空间选择器 --> <div class="namespace-selector"> <el-select v-model="selectedNamespace" placeholder="选择命名空间" filterable @change="handleNamespaceChange" style="width: 300px" > <el-option v-for="ns in...
Vue
1,909
88081f3fe4e98c2baeecb4db9043f71d5d917206c8ac527ed3e9225da6b14062
ydcloud-dy/opshub
Vue
🛠️ OpsHub - 企业级一站式运维平台,集成 K8s 容器管理、主机资产管理、SSH 终端、任务编排、域名监控、SSL自动续期等功能,采用 Go + Vue3 技术栈
https://github.com/ydcloud-dy/opshub
37
16
88
2025-12-30T02:29:18
2026-02-02T09:37:06
PerfCounterPanel.vue
web/src/views/kubernetes/diagnosis-components/PerfCounterPanel.vue
<template> <div class="perf-counter-panel"> <div v-if="!attached" class="not-attached"> <el-empty description="请先选择Pod并连接到进程"> <template #image> <el-icon :size="60" color="#909399"><Connection /></el-icon> </template> </el-empty> </div> <div v-else class="panel-conte...
Vue
2,746
2ccd9c076370a6cde20717db262f3522fed63106abc23eb7eb3408f4fca55421
ydcloud-dy/opshub
Vue
🛠️ OpsHub - 企业级一站式运维平台,集成 K8s 容器管理、主机资产管理、SSH 终端、任务编排、域名监控、SSL自动续期等功能,采用 Go + Vue3 技术栈
https://github.com/ydcloud-dy/opshub
37
16
88
2025-12-30T02:29:18
2026-02-02T09:37:06
NodeSelector.vue
web/src/views/kubernetes/workload-components/spec/NodeSelector.vue
<template> <div class="node-selector-wrapper"> <!-- 调度类型选择 --> <div class="scheduling-type-content"> <el-radio-group v-model="localSchedulingType" class="scheduling-type-radio" @change="handleSchedulingTypeChange"> <el-radio value="any" class="scheduling-radio-item"> <span class="radio...
Vue
2,207
2d3df5a71cb5ca24cc4323411179f09872c973cc16baaa6b2b4c916a2e9a23d6
ydcloud-dy/opshub
Vue
🛠️ OpsHub - 企业级一站式运维平台,集成 K8s 容器管理、主机资产管理、SSH 终端、任务编排、域名监控、SSL自动续期等功能,采用 Go + Vue3 技术栈
https://github.com/ydcloud-dy/opshub
37
16
88
2025-12-30T02:29:18
2026-02-02T09:37:06
Tolerations.vue
web/src/views/kubernetes/workload-components/spec/Tolerations.vue
<template> <div class="spec-content-wrapper"> <div class="spec-content-header"> <h3>容忍度</h3> <p>配置 Pod 对节点污点的容忍度</p> </div> <div class="spec-content"> <div class="tolerations-table-wrapper"> <el-table :data="tolerations" border stripe> <el-table-column label="键" min-wid...
Vue
934
cbd39a7a6dd6f5981403efd51aa2b969a112d1ecce32d5b0a82ccf13ccf7dc71
ydcloud-dy/opshub
Vue
🛠️ OpsHub - 企业级一站式运维平台,集成 K8s 容器管理、主机资产管理、SSH 终端、任务编排、域名监控、SSL自动续期等功能,采用 Go + Vue3 技术栈
https://github.com/ydcloud-dy/opshub
37
16
88
2025-12-30T02:29:18
2026-02-02T09:37:06
PluginInstall.vue
web/src/views/plugin/PluginInstall.vue
<template> <div class="plugin-install-container"> <!-- 页面标题 --> <div class="page-header"> <div class="page-title-group"> <div class="page-title-icon"> <el-icon><Upload /></el-icon> </div> <div> <h2 class="page-title">插件安装</h2> <p class="page-subtitle...
Vue
3,973
f9c061037ae7e35d2aef7ca56762d237ae5bc145276ba6b8bc45e605c586b3c2
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.UniApp/RexShop/src/components/rexshop-al-icon/index.vue
<!-- 图标组件 --> <template> <text :class="[icon, extraClass]" :style="[iconStyle, { color: color, fontSize: size }]" @click="$emit('active')" /> </template> <script> /** * @description 阿里矢量图 * @example <rexshop-al-icon color="图标颜色" size="图标大小" icon="矢量图标代码" iconStyle="图标样式" /> * * @property {String} ...
Vue
473
1a1e291f9d0d29156ef3576f08b279387b9b302cb5f31bb14c2041854bf14a28
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.UniApp/RexShop/src/components/rexshop-img-window/index.vue
<template> <view class="img-window-body bg-white" :style="'border-radius: ' + radius"> <!-- 2:两列、3:三列、4:四列 --> <u-grid align="left" :border="false" :col="rexShopData.parameters.style" v-if=" rexShopData.parameters.style == '2' || rexShopData.parameters.style == '3' || ...
Vue
1,190
9eb9514108a6d0caecd27cb42517bf154cb418ab647564736f1052ce0123be81
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.UniApp/RexShop/src/components/rexshop-share/index.vue
<template> <view v-if="shareData.show" class="mask" @click="toggleMask" @touchmove.stop.prevent="stopPrevent" :style="{ backgroundColor: shareData.backgroundColor }" > <view class="mask-content" @click.stop.prevent="stopPrevent" :style="[ { height: shareDa...
Vue
1,622
3c708e3ed6002ec4bccfe4e6a42477638c2ceb82f022c981024c17ae394288fa
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
detail.vue
01.App/Rex.App.UniApp/RexShop/src/pages/article/detail.vue
<template> <view class="article-body"> <template v-if="articleData"> <view class="article-header-box"> <view class="article-title"> <up-text size="32rpx" align="center" :text="articleData.title"></up-text> </view> <view class="article-date"> <up-text t...
Vue
443
d104cb1ddaa7648c75a01de43545d9f70ab24d0071852cfa2068581ff4618de6
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.UniApp/RexShop/src/pages/home/index.vue
<template> <view class="home-body"> <!--无网络组件--> <u-no-network></u-no-network> <!--头部组件--> <u-navbar :leftIcon="false" :title="navItem.homeTitle" :bgColor="navItem.background.backgroundColor" :title-color="navItem.titleColor" :titleStyle="{ color: navItem.titleColor }" ...
Vue
682
8ff07e94a698719dff290df980f9a87d84c572cc05905baddaad198e7dc12c11
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.UniApp/RexShop/src/pages/member/address/index.vue
<template> <view class="address-body"> <view class="address-list"> <template v-for="userShip in userShipTypeState.tableData.data" :key="userShip.id"> <up-row customStyle="background-color: white; padding: 22rpx;margin-bottom: 1px;"> <up-col span="11" @click="selectUserShip(userShip)"> ...
Vue
1,071
f4e28a350e49c568afa05bad0980128cd4c62d6811cc3f2bc1c2b99ad2f32686
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.UniApp/RexShop/src/pages/member/balance/index.vue
<template> <view class="balance-body"> <view class="balance-money-box"> <view class="balance-title"> <up-text color="white" mode="text" align="left" size="24rpx" text="账号余额(元)" ></up-text> </view> <template v-if="currentUser"> ...
Vue
1,321
3b4984c87e293740eb581aa94ed81be35b967342ddbdb398e4fbdf2a5cd3c303
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
recharge.vue
01.App/Rex.App.UniApp/RexShop/src/pages/member/balance/recharge.vue
<template> <view class="recharge-body" v-if="currentUser"> <view class="recharge-form-box"> <up-form labelPosition="left" :model="rechargeForm" :rules="rechargeRules" ref="rechargeFormRef" labelWidth="150rpx" > <up-form-item label="当前金额" prop="money"> ...
Vue
943
26baf8b4742b60789812d04d91d61f66d9f0bc39987b3da18d6eaaf4a1e8c7b1
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.UniApp/RexShop/src/pages/member/goodCollection/index.vue
<template> <view class="good-collection-body"> <view class="good-collection-empty-data" v-if="!goodCollectionData.data || goodCollectionData.data.length < 1" > <u-empty mode="list" text="无收藏信息" /> </view> <template v-else> <view class="good-collection-box" v-for...
Vue
1,029
3b14b66e8f2007f24ebd7b61f92ab2c4e91f6c31fce10307284f955ac2c00304
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
agreement.vue
01.App/Rex.App.UniApp/RexShop/src/pages/member/settings/agreement.vue
<template> <view class="agreement-body"> <view class="setting-content-box"> <up-parse :content="content"></up-parse> </view> <u-toast ref="uToastRef" /> </view> </template> <script setup lang="ts"> import { ref } from "vue"; import { onLoad } from "@dcloudio/uni-app"; import { http } from "@/utils...
Vue
341
3d23b199250e8fc2f4103bd37c250123b4c500b1afdae7e45dc8b57f7947d706
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
password.vue
01.App/Rex.App.UniApp/RexShop/src/pages/member/settings/password.vue
<template> <view class="pwd-body"> <view class="up-padding-30"> <up-form ref="userPwdFormRef" labelPosition="left" labelAlign="center" labelWidth="150rpx" :model="userPwdModel" :rules="userPwdRules" > <up-form-item label=" 新密码" prop="newPwd"> ...
Vue
893
f0bcc3623e1daaa9fd7731b6b5cd5164c54cbd72ea1e421239ef234b916b6531
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
result.vue
01.App/Rex.App.UniApp/RexShop/src/pages/payment/result.vue
<template> <view class="payment-result-body"> <view class="payment-result-image"> <view class="pay-img-item"> <up-image width="240rpx" height="240rpx" bgColor="white" :show-loading="true" :src="payResult.url" ></up-image> </view> ...
Vue
1,567
a950baa6f3e05ca6243707cc4bfa44abcf91be2d7751638ac7e6063f96045a17
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
App.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/App.vue
<template> <el-config-provider :size="getGlobalComponentSize" :locale="getGlobalI18n"> <router-view v-show="setLockScreen" /> <LockScreen v-if="themeConfig.isLockScreen" /> <Setings ref="setingsRef" v-show="setLockScreen" /> <CloseFull v-if="!themeConfig.isLockScreen" /> <!-- <Upgrade v-if="getVer...
Vue
1,000
efde276adb20061a214af67305e4cc9e3ac00404b8555e239b702f23cd8e1682
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/components/svgIcon/index.vue
<template> <i v-if="isShowIconSvg" class="el-icon" :style="setIconSvgStyle"> <component :is="getIconName" /> </i> <div v-else-if="isShowIconImg" :style="setIconImgOutStyle"> <img :src="getIconName" :style="setIconSvgInsStyle" /> </div> <i v-else :class="getIconName" :style="setIconSvgStyle" /> </template> <sc...
Vue
600
6498d6c4422c44ea57a7b716a5df816962bdbbcb70d74c3f149e6f2fea9f7706
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
columnsAside.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/layout/component/columnsAside.vue
<template> <div class="layout-columns-aside"> <el-scrollbar> <ul @mouseleave="onColumnsAsideMenuMouseleave()"> <li v-for="(v, k) in state.columnsAsideList" :key="k" @click="onColumnsAsideMenuClick(v)" @mouseenter="onColumnsAsideMenuMouseenter(v, k)" :ref=" (el) => { if (e...
Vue
2,732
c95ab59534489d0c69fd93611fc4c8c9e6ad9e13ec2d7e384dfa06e58375a1f0
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
main.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/layout/component/main.vue
<template> <el-main class="layout-main" :style="isFixedHeader ? `height: calc(100% - ${setMainHeight})` : `minHeight: calc(100% - ${setMainHeight})`"> <el-scrollbar ref="layoutMainScrollbarRef" class="layout-main-scroll layout-backtop-header-fixed" wrap-class="layout-main-scroll" view-class="layout-main-...
Vue
578
7288efbd7a0f771e159c21ddab1a7c8f9f397aa89dee895e71dca4f997093290
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
closeFull.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/layout/navBars/topBar/closeFull.vue
<template> <div class="layout-navbars-close-full" v-if="isTagsViewCurrenFull"> <div class="layout-navbars-close-full-icon"> <SvgIcon name="ele-Close" :title="$t('message.tagsView.closeFullscreen')" @click="onCloseFullscreen" /> </div> </div> </template> <script setup lang="ts" name="layoutCloseFull"> import {...
Vue
388
5d107758d5b34fc0240ab05e77e5aca0402a2ac11dcf3bde2015c138500a9aa2
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
user.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/layout/navBars/topBar/user.vue
<template> <div class="layout-navbars-breadcrumb-user pr15" :style="{ flex: layoutUserFlexNum }"> <el-dropdown :show-timeout="70" :hide-timeout="50" trigger="click" @command="onComponentSizeChange" > <div class="layout-navbars-breadcrumb-user-icon"> <i class="iconfont ico...
Vue
2,566
ae110761493faf4885066e6a4092f37d4801bdd701ada07b9accb032b8e620dd
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
iframes.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/layout/routerView/iframes.vue
<template> <div class="layout-padding layout-padding-unset layout-iframe"> <div class="layout-padding-auto layout-padding-view"> <div class="w100" v-for="v in setIframeList" :key="v.path" v-loading="v.meta.loading" element-loading-background="white"> <transition-group :name="name"> <iframe :src="v....
Vue
755
ddeda69a2f7f938e355f1184c3f863b4397b98bff5a577813102ff9999458687
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
401.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/error/401.vue
<template> <div class="error layout-padding"> <div class="layout-padding-auto layout-padding-view"> <div class="error-flex"> <div class="left"> <div class="left-item"> <div class="left-item-animation left-item-num">401</div> <div class="left-item-animation left-item...
Vue
648
cc26368664f075c03278a0290ca8087e429d59e995a81d6a1f6f74c745535975
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
setParamHandle.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/good/goods/components/setParamHandle.vue
<template> <div class="param-handle-container"> <el-form ref="paramFormRef" :model="paramForm" :rules="formRules" :disabled="props.isLook" size="default" label-width="120px" > <el-row :gutter="35"> <el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24"> ...
Vue
2,267
e80bc66fbf7eb29920a683cbc4dd68be9a4d3fd51aa1ac1182c74d19e6ff955b
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
selectParam.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/good/param/components/selectParam.vue
<template> <div class="good-param-container layout-padding"> <el-dialog :title="dialog.title" v-model="dialog.isShowDialog" :close-on-click-modal="false" draggable width="850px" > <el-card shadow="never" class="mb15"> <div class="good-param-search"> <el-ro...
Vue
1,845
7b2a8fb6dddcaf3474e43027322b3b0573293e8b9c5383657864abf1616e4230
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
typeSpecDialog.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/good/typeSpec/components/typeSpecDialog.vue
<template> <div class="good-type-spec-container"> <el-dialog :title="state.dialog.title" v-model="state.dialog.isShowDialog" :close-on-click-modal="false" draggable width="520px" > <el-form ref="goodTypeSpecDialogFormRef" :model="state.ruleForm" :rul...
Vue
1,998
d3c027488c20fdbfadc79fad9c6cf7bc9f6c6023843a70aad3df807177a341fd
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/logManage/securityLog/index.vue
<template> <div class="system-security-log-container layout-padding"> <el-card shadow="hover" class="mb15"> <div class="system-security-log-search"> <el-row :gutter="15"> <el-col :span="4"> <el-input v-model="state.tableData.param.actionName" size="d...
Vue
1,519
5a333a0228d2e950382a966b493172b6a77c12cf526aa707a2fd15b7d99a9240
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
mobile.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/login/component/mobile.vue
<template> <el-form size="large" class="login-content-form"> <el-form-item class="login-animation1"> <el-input text :placeholder="$t('message.mobile.placeholder1')" v-model="state.ruleForm.userName" clearable autocomplete="off"> <template #prefix> <i class="iconfont icon-dianhua el-input__icon"></i> ...
Vue
637
99837c20a6d00c0f176d87a4814354d48bfcdb0ee34f16d99607931ba86ac74a
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/member/userGrade/index.vue
<template> <div class="member-user-grade-container layout-padding"> <el-card shadow="hover" class="mb15"> <div class="member-user-grade-search"> <el-row :gutter="15"> <el-col :span="6"> <el-input v-model="state.tableData.param.title" size="default" ...
Vue
1,475
ecb75306e84004537a5117188809be93fbb5b98d0f42364a2a690ec7c22b325b
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
selectArticleDialog.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/operationManage/articles/components/selectArticleDialog.vue
<template> <div class="select-article-container layout-padding"> <el-dialog :title="dialog.title" v-model="dialog.isShowDialog" :close-on-click-modal="false" draggable width="900px" > <el-card shadow="never" class="mb15"> <div class="select-article-search"> ...
Vue
2,183
ec81c5d98e2d935ec1ce2e42daab41745a2cf5a4200b4fd46a6099a81d7dcc63
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
index.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/orderManage/billReship/index.vue
<template> <div class="billReship-container layout-padding"> <el-card shadow="hover" class="mb15"> <div class="billReship-search"> <el-row :gutter="15" class="mt10"> <el-col :span="3"> <el-input v-model="state.tableData.param.no" size="default" ...
Vue
2,447
989e6e2fd30268fb8eed6138685d562fe4cb8348c30a0ed14e2c7fc855ca79a5
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
promotionDialog.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/promotion/global/components/promotionDialog.vue
<template> <div class="promotion-global-container"> <el-dialog :title="state.dialog.title" v-model="state.dialog.isShowDialog" :close-on-click-modal="false" draggable width="520px" > <el-form ref="promotionDialogFormRef" :model="state.ruleForm" :rule...
Vue
1,697
3b69aadaf638206d317ffa33c3d8b72f3513a9d5324b33537b104b141a053f55
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
selectGroupSeckillDialog.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/promotion/groupSeckill/components/selectGroupSeckillDialog.vue
<template> <div class="promotion-groupSeckill-container layout-padding"> <el-dialog :title="dialog.title" v-model="dialog.isShowDialog" :close-on-click-modal="false" draggable width="900px" > <el-card shadow="never" class="mb15"> <div class="promotion-groupSeckill-s...
Vue
1,951
51d2cab47361881987d82c0e72902e5da0065f4047b17194688083965e518481
zhuyongzhengs/Rex.ShopMicroService.Sample
MIT
C-Sharp
一个基于ABP Framework 8.x、Mysql、MongoDB、Redis、RabbitMQ、CAP、ElasticSearch、Minio、YARP的微服务电商商城平台,采用主流的互联网技术架构、全新的UI设计、可视化布局、支持集群部署;拥有活动促销、优惠卷、商品秒杀等众多完整的营销功能。
https://github.com/zhuyongzhengs/Rex.ShopMicroService.Sample
130
14
18
2025-08-24T10:11:58
2026-02-02T03:05:59
userDialog.vue
01.App/Rex.App.WebAdmin/WebAdmin/src/views/system/user/components/userDialog.vue
<template> <div class="system-user-dialog-container"> <el-dialog :title="state.dialog.title" v-model="state.dialog.isShowDialog" :close-on-click-modal="false" draggable width="769px" > <el-form ref="userDialogFormRef" :model="state.ruleForm" :rules="...
Vue
2,255