first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:09:02 +08:00
commit dac42e3b0c
3512 changed files with 181637 additions and 0 deletions

View File

@@ -0,0 +1,78 @@
.container.data-v-0e645258 {
width: 30px;
height: 30px;
position: relative;
}
.container.loading1.data-v-0e645258 {
transform: rotate(45deg);
}
.container .shape.data-v-0e645258 {
position: absolute;
width: 10px;
height: 10px;
border-radius: 1px;
}
.container .shape.shape1.data-v-0e645258 {
left: 0;
background-color: #1890FF;
}
.container .shape.shape2.data-v-0e645258 {
right: 0;
background-color: #91CB74;
}
.container .shape.shape3.data-v-0e645258 {
bottom: 0;
background-color: #FAC858;
}
.container .shape.shape4.data-v-0e645258 {
bottom: 0;
right: 0;
background-color: #EE6666;
}
.loading1 .shape1.data-v-0e645258 {
animation: animation1shape1-0e645258 0.5s ease 0s infinite alternate;
}
@keyframes animation1shape1-0e645258 {
from {
transform: translate(0, 0);
}
to {
transform: translate(16px, 16px);
}
}
.loading1 .shape2.data-v-0e645258 {
animation: animation1shape2-0e645258 0.5s ease 0s infinite alternate;
}
@keyframes animation1shape2-0e645258 {
from {
transform: translate(0, 0);
}
to {
transform: translate(-16px, 16px);
}
}
.loading1 .shape3.data-v-0e645258 {
animation: animation1shape3-0e645258 0.5s ease 0s infinite alternate;
}
@keyframes animation1shape3-0e645258 {
from {
transform: translate(0, 0);
}
to {
transform: translate(16px, -16px);
}
}
.loading1 .shape4.data-v-0e645258 {
animation: animation1shape4-0e645258 0.5s ease 0s infinite alternate;
}
@keyframes animation1shape4-0e645258 {
from {
transform: translate(0, 0);
}
to {
transform: translate(-16px, -16px);
}
}

View File

@@ -0,0 +1 @@
<view class="container loading1 data-v-0e645258"><view class="shape shape1 data-v-0e645258"></view><view class="shape shape2 data-v-0e645258"></view><view class="shape shape3 data-v-0e645258"></view><view class="shape shape4 data-v-0e645258"></view></view>

View File

@@ -0,0 +1,13 @@
"use strict";
const common_vendor = require("../../../../common/vendor.js");
const _sfc_main = {
name: "loading1",
data() {
return {};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-0e645258"]]);
my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}

View File

@@ -0,0 +1,83 @@
.container.data-v-3df48dc2 {
width: 30px;
height: 30px;
position: relative;
}
.container.loading2.data-v-3df48dc2 {
transform: rotate(10deg);
}
.container.loading2 .shape.data-v-3df48dc2 {
border-radius: 5px;
}
.container.loading2.data-v-3df48dc2{
animation: rotation 1s infinite;
}
.container .shape.data-v-3df48dc2 {
position: absolute;
width: 10px;
height: 10px;
border-radius: 1px;
}
.container .shape.shape1.data-v-3df48dc2 {
left: 0;
background-color: #1890FF;
}
.container .shape.shape2.data-v-3df48dc2 {
right: 0;
background-color: #91CB74;
}
.container .shape.shape3.data-v-3df48dc2 {
bottom: 0;
background-color: #FAC858;
}
.container .shape.shape4.data-v-3df48dc2 {
bottom: 0;
right: 0;
background-color: #EE6666;
}
.loading2 .shape1.data-v-3df48dc2 {
animation: animation2shape1-3df48dc2 0.5s ease 0s infinite alternate;
}
@keyframes animation2shape1-3df48dc2 {
from {
transform: translate(0, 0);
}
to {
transform: translate(20px, 20px);
}
}
.loading2 .shape2.data-v-3df48dc2 {
animation: animation2shape2-3df48dc2 0.5s ease 0s infinite alternate;
}
@keyframes animation2shape2-3df48dc2 {
from {
transform: translate(0, 0);
}
to {
transform: translate(-20px, 20px);
}
}
.loading2 .shape3.data-v-3df48dc2 {
animation: animation2shape3-3df48dc2 0.5s ease 0s infinite alternate;
}
@keyframes animation2shape3-3df48dc2 {
from {
transform: translate(0, 0);
}
to {
transform: translate(20px, -20px);
}
}
.loading2 .shape4.data-v-3df48dc2 {
animation: animation2shape4-3df48dc2 0.5s ease 0s infinite alternate;
}
@keyframes animation2shape4-3df48dc2 {
from {
transform: translate(0, 0);
}
to {
transform: translate(-20px, -20px);
}
}

View File

@@ -0,0 +1 @@
<view class="container loading2 data-v-3df48dc2"><view class="shape shape1 data-v-3df48dc2"></view><view class="shape shape2 data-v-3df48dc2"></view><view class="shape shape3 data-v-3df48dc2"></view><view class="shape shape4 data-v-3df48dc2"></view></view>

View File

@@ -0,0 +1,13 @@
"use strict";
const common_vendor = require("../../../../common/vendor.js");
const _sfc_main = {
name: "loading2",
data() {
return {};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3df48dc2"]]);
my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}

View File

@@ -0,0 +1,88 @@
.container.data-v-27a8293c {
width: 30px;
height: 30px;
position: relative;
}
.container.loading3.data-v-27a8293c {
animation: rotation 1s infinite;
}
.container.loading3 .shape1.data-v-27a8293c {
border-top-left-radius: 10px;
}
.container.loading3 .shape2.data-v-27a8293c {
border-top-right-radius: 10px;
}
.container.loading3 .shape3.data-v-27a8293c {
border-bottom-left-radius: 10px;
}
.container.loading3 .shape4.data-v-27a8293c {
border-bottom-right-radius: 10px;
}
.container .shape.data-v-27a8293c {
position: absolute;
width: 10px;
height: 10px;
border-radius: 1px;
}
.container .shape.shape1.data-v-27a8293c {
left: 0;
background-color: #1890FF;
}
.container .shape.shape2.data-v-27a8293c {
right: 0;
background-color: #91CB74;
}
.container .shape.shape3.data-v-27a8293c {
bottom: 0;
background-color: #FAC858;
}
.container .shape.shape4.data-v-27a8293c {
bottom: 0;
right: 0;
background-color: #EE6666;
}
.loading3 .shape1.data-v-27a8293c {
animation: animation3shape1-27a8293c 0.5s ease 0s infinite alternate;
}
@keyframes animation3shape1-27a8293c {
from {
transform: translate(0, 0);
}
to {
transform: translate(5px, 5px);
}
}
.loading3 .shape2.data-v-27a8293c {
animation: animation3shape2-27a8293c 0.5s ease 0s infinite alternate;
}
@keyframes animation3shape2-27a8293c {
from {
transform: translate(0, 0);
}
to {
transform: translate(-5px, 5px);
}
}
.loading3 .shape3.data-v-27a8293c {
animation: animation3shape3-27a8293c 0.5s ease 0s infinite alternate;
}
@keyframes animation3shape3-27a8293c {
from {
transform: translate(0, 0);
}
to {
transform: translate(5px, -5px);
}
}
.loading3 .shape4.data-v-27a8293c {
animation: animation3shape4-27a8293c 0.5s ease 0s infinite alternate;
}
@keyframes animation3shape4-27a8293c {
from {
transform: translate(0, 0);
}
to {
transform: translate(-5px, -5px);
}
}

View File

@@ -0,0 +1 @@
<view class="container loading3 data-v-27a8293c"><view class="shape shape1 data-v-27a8293c"></view><view class="shape shape2 data-v-27a8293c"></view><view class="shape shape3 data-v-27a8293c"></view><view class="shape shape4 data-v-27a8293c"></view></view>

View File

@@ -0,0 +1,13 @@
"use strict";
const common_vendor = require("../../../../common/vendor.js");
const _sfc_main = {
name: "loading3",
data() {
return {};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-27a8293c"]]);
my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}

View File

@@ -0,0 +1,102 @@
.container.data-v-2e7deb83 {
width: 30px;
height: 30px;
position: relative;
}
.container.loading5 .shape.data-v-2e7deb83 {
width: 15px;
height: 15px;
}
.container .shape.data-v-2e7deb83 {
position: absolute;
width: 10px;
height: 10px;
border-radius: 1px;
}
.container .shape.shape1.data-v-2e7deb83 {
left: 0;
background-color: #1890FF;
}
.container .shape.shape2.data-v-2e7deb83 {
right: 0;
background-color: #91CB74;
}
.container .shape.shape3.data-v-2e7deb83 {
bottom: 0;
background-color: #FAC858;
}
.container .shape.shape4.data-v-2e7deb83 {
bottom: 0;
right: 0;
background-color: #EE6666;
}
.loading5 .shape1.data-v-2e7deb83 {
animation: animation5shape1-2e7deb83 2s ease 0s infinite reverse;
}
@keyframes animation5shape1-2e7deb83 {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(0, 15px);
}
50% {
transform: translate(15px, 15px);
}
75% {
transform: translate(15px, 0);
}
}
.loading5 .shape2.data-v-2e7deb83 {
animation: animation5shape2-2e7deb83 2s ease 0s infinite reverse;
}
@keyframes animation5shape2-2e7deb83 {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(-15px, 0);
}
50% {
transform: translate(-15px, 15px);
}
75% {
transform: translate(0, 15px);
}
}
.loading5 .shape3.data-v-2e7deb83 {
animation: animation5shape3-2e7deb83 2s ease 0s infinite reverse;
}
@keyframes animation5shape3-2e7deb83 {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(15px, 0);
}
50% {
transform: translate(15px, -15px);
}
75% {
transform: translate(0, -15px);
}
}
.loading5 .shape4.data-v-2e7deb83 {
animation: animation5shape4-2e7deb83 2s ease 0s infinite reverse;
}
@keyframes animation5shape4-2e7deb83 {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(0, -15px);
}
50% {
transform: translate(-15px, -15px);
}
75% {
transform: translate(-15px, 0);
}
}

View File

@@ -0,0 +1 @@
<view class="container loading5 data-v-2e7deb83"><view class="shape shape1 data-v-2e7deb83"></view><view class="shape shape2 data-v-2e7deb83"></view><view class="shape shape3 data-v-2e7deb83"></view><view class="shape shape4 data-v-2e7deb83"></view></view>

View File

@@ -0,0 +1,13 @@
"use strict";
const common_vendor = require("../../../../common/vendor.js");
const _sfc_main = {
name: "loading5",
data() {
return {};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2e7deb83"]]);
my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}

View File

@@ -0,0 +1,105 @@
.container.data-v-ef674bbb {
width: 30px;
height: 30px;
position: relative;
}
.container.loading6.data-v-ef674bbb {
animation: rotation 1s infinite;
}
.container.loading6 .shape.data-v-ef674bbb {
width: 12px;
height: 12px;
border-radius: 2px;
}
.container .shape.data-v-ef674bbb {
position: absolute;
width: 10px;
height: 10px;
border-radius: 1px;
}
.container .shape.shape1.data-v-ef674bbb {
left: 0;
background-color: #1890FF;
}
.container .shape.shape2.data-v-ef674bbb {
right: 0;
background-color: #91CB74;
}
.container .shape.shape3.data-v-ef674bbb {
bottom: 0;
background-color: #FAC858;
}
.container .shape.shape4.data-v-ef674bbb {
bottom: 0;
right: 0;
background-color: #EE6666;
}
.loading6 .shape1.data-v-ef674bbb {
animation: animation6shape1-ef674bbb 2s linear 0s infinite normal;
}
@keyframes animation6shape1-ef674bbb {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(0, 18px);
}
50% {
transform: translate(18px, 18px);
}
75% {
transform: translate(18px, 0);
}
}
.loading6 .shape2.data-v-ef674bbb {
animation: animation6shape2-ef674bbb 2s linear 0s infinite normal;
}
@keyframes animation6shape2-ef674bbb {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(-18px, 0);
}
50% {
transform: translate(-18px, 18px);
}
75% {
transform: translate(0, 18px);
}
}
.loading6 .shape3.data-v-ef674bbb {
animation: animation6shape3-ef674bbb 2s linear 0s infinite normal;
}
@keyframes animation6shape3-ef674bbb {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(18px, 0);
}
50% {
transform: translate(18px, -18px);
}
75% {
transform: translate(0, -18px);
}
}
.loading6 .shape4.data-v-ef674bbb {
animation: animation6shape4-ef674bbb 2s linear 0s infinite normal;
}
@keyframes animation6shape4-ef674bbb {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(0, -18px);
}
50% {
transform: translate(-18px, -18px);
}
75% {
transform: translate(-18px, 0);
}
}

View File

@@ -0,0 +1 @@
<view class="container loading6 data-v-ef674bbb"><view class="shape shape1 data-v-ef674bbb"></view><view class="shape shape2 data-v-ef674bbb"></view><view class="shape shape3 data-v-ef674bbb"></view><view class="shape shape4 data-v-ef674bbb"></view></view>

View File

@@ -0,0 +1,13 @@
"use strict";
const common_vendor = require("../../../../common/vendor.js");
const _sfc_main = {
name: "loading6",
data() {
return {};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-ef674bbb"]]);
my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view><loading1 a:if="{{a}}" u-i="67426558-0" onVI="__l"/><loading2 a:if="{{b}}" u-i="67426558-1" onVI="__l"/><loading3 a:if="{{c}}" u-i="67426558-2" onVI="__l"/><loading4 a:if="{{d}}" u-i="67426558-3" onVI="__l"/><loading5 a:if="{{e}}" u-i="67426558-4" onVI="__l"/></view>

View File

@@ -0,0 +1,43 @@
"use strict";
const common_vendor = require("../../../../common/vendor.js");
const Loading1 = () => "./loading1.js";
const Loading2 = () => "./loading2.js";
const Loading3 = () => "./loading3.js";
const Loading4 = () => "./loading4.js";
const Loading5 = () => "./loading5.js";
const _sfc_main = {
components: { Loading1, Loading2, Loading3, Loading4, Loading5 },
name: "qiun-loading",
props: {
loadingType: {
type: Number,
default: 2
}
},
data() {
return {};
}
};
if (!Array) {
const _component_Loading1 = common_vendor.resolveComponent("Loading1");
const _component_Loading2 = common_vendor.resolveComponent("Loading2");
const _component_Loading3 = common_vendor.resolveComponent("Loading3");
const _component_Loading4 = common_vendor.resolveComponent("Loading4");
const _component_Loading5 = common_vendor.resolveComponent("Loading5");
(_component_Loading1 + _component_Loading2 + _component_Loading3 + _component_Loading4 + _component_Loading5)();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return common_vendor.e({
a: $props.loadingType == 1
}, $props.loadingType == 1 ? {} : {}, {
b: $props.loadingType == 2
}, $props.loadingType == 2 ? {} : {}, {
c: $props.loadingType == 3
}, $props.loadingType == 3 ? {} : {}, {
d: $props.loadingType == 4
}, $props.loadingType == 4 ? {} : {}, {
e: $props.loadingType == 5
}, $props.loadingType == 5 ? {} : {});
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
my.createComponent(Component);

View File

@@ -0,0 +1,11 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {
"loading1": "./loading1",
"loading2": "./loading2",
"loading3": "./loading3",
"loading4": "./loading4",
"loading5": "./loading5"
}
}