Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum-blocks-h5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
quantum-blocks-h5
Commits
d27a1428
Commit
d27a1428
authored
Nov 04, 2024
by
guang.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 替换 lkbang.net域名为 91xr.cn
parent
0d1c0e63
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26 additions
and
26 deletions
+26
-26
.sentryclirc.js
.sentryclirc.js
+1
-1
index.ts
app/web/component/layout/activity/index.ts
+6
-6
index.vue
app/web/component/layout/activity/index.vue
+5
-5
config.ts
app/web/lib/config.ts
+1
-1
index.vue
app/web/page/activity/component/invalidNotice/index.vue
+1
-1
layout.html
app/web/view/layout.html
+11
-11
upload-cos.js
upload-cos.js
+1
-1
No files found.
.sentryclirc.js
View file @
d27a1428
...
...
@@ -12,7 +12,7 @@ module.exports = {
include
:
[
{
paths
:
[
'
./public/js
'
],
urlPrefix
:
`https://misc
.lkbang.net
/qb/`
urlPrefix
:
`https://misc
s.91xr.cn
/qb/`
}
]
};
app/web/component/layout/activity/index.ts
View file @
d27a1428
...
...
@@ -68,12 +68,12 @@ export default class Layout extends Vue {
isNode
:
boolean
=
EASY_ENV_IS_NODE
;
scriptSrc
:
string
[]
=
[
// `<script src="https://activitystatic.
lkbang.net
/vue/2.6.11/vue.min.js"></script>`,
// `<script src="https://activitystatic.
lkbang.net
/vue-router/3.2.0/vue-router.min.js"></script>`,
// `<script src="https://activitystatic.
lkbang.net
/vuex/3.4.0/vuex.min.js"></script>`,
`<script src="https://activitystatic.
lkbang.net
/sa-sdk-javascript/1.15.16/sensorsdata.min.js"></script>`
,
`<script src="https://activitystatic.
lkbang.net
/swiper/4.5.1/swiper.min.js"></script>`
,
`<script src="https://activitystatic.
lkbang.net
/axios/0.19.2/axios.min.js"></script>`
// `<script src="https://activitystatic.
91xr.cn
/vue/2.6.11/vue.min.js"></script>`,
// `<script src="https://activitystatic.
91xr.cn
/vue-router/3.2.0/vue-router.min.js"></script>`,
// `<script src="https://activitystatic.
91xr.cn
/vuex/3.4.0/vuex.min.js"></script>`,
`<script src="https://activitystatic.
91xr.cn
/sa-sdk-javascript/1.15.16/sensorsdata.min.js"></script>`
,
`<script src="https://activitystatic.
91xr.cn
/swiper/4.5.1/swiper.min.js"></script>`
,
`<script src="https://activitystatic.
91xr.cn
/axios/0.19.2/axios.min.js"></script>`
];
talosHost
:
string
=
config
.
kdspHost
;
get
title
()
{
...
...
app/web/component/layout/activity/index.vue
View file @
d27a1428
...
...
@@ -8,10 +8,10 @@
<meta
name=
"viewport"
content=
"initial-scale=1,maximum-scale=1,user-scalable=no,minimal-ui,viewport-fit=cover"
>
<link
rel=
"shortcut icon"
href=
"data:image/png;base64"
type=
"image/x-icon"
/>
<link
rel=
"dns-prefetch"
:href=
"talosHost"
/>
<link
rel=
"preconnect"
href=
"https://appsync.
lkbang.net
"
>
<link
rel=
"dns-prefetch"
href=
"//misc
.lkbang.net
"
>
<link
rel=
"dns-prefetch"
href=
"//appsync.
lkbang.net
"
>
<link
rel=
"dns-prefetch"
href=
"//img.
lkbang.net
"
>
<link
rel=
"preconnect"
href=
"https://appsync.
91xr.cn
"
>
<link
rel=
"dns-prefetch"
href=
"//misc
s.91xr.cn
"
>
<link
rel=
"dns-prefetch"
href=
"//appsync.
91xr.cn
"
>
<link
rel=
"dns-prefetch"
href=
"//img.
91xr.cn
"
>
<link
rel=
"dns-prefetch"
href=
"//img10.360buyimg.com"
>
<link
rel=
"dns-prefetch"
href=
"//img11.360buyimg.com"
>
<link
rel=
"dns-prefetch"
href=
"//img12.360buyimg.com"
>
...
...
@@ -21,7 +21,7 @@
<link
rel=
"dns-prefetch"
href=
"//img30.360buyimg.com"
>
<link
rel=
"dns-prefetch"
href=
"//kdspstatic.q-gp.com"
>
<!--
<link
rel=
"stylesheet"
href=
"/public/asset/css/reset.css"
>
-->
<!--
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://activitystatic.
lkbang.net
/swiper/4.5.1/css/swiper.min.css"
>
-->
<!--
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://activitystatic.
91xr.cn
/swiper/4.5.1/css/swiper.min.css"
>
-->
</head>
<body>
<div
class=
"mainload"
>
...
...
app/web/lib/config.ts
View file @
d27a1428
...
...
@@ -169,7 +169,7 @@ export const basicComponents = [
// value: {
// width: '5.067rem',
// height: '3.733rem',
// src: 'https://appsync.
lkbang.net
/Fs0qmUsMry39AjHDf_W-qgn8XEy6',
// src: 'https://appsync.
91xr.cn
/Fs0qmUsMry39AjHDf_W-qgn8XEy6',
// fit: 'contain',
// },
// commonStyle: {}
...
...
app/web/page/activity/component/invalidNotice/index.vue
View file @
d27a1428
...
...
@@ -2,7 +2,7 @@
<div
class=
"invalidModal"
>
<cr-popup
v-model=
"show"
round
:close-on-click-overlay=
"false"
>
<div
class=
"content"
>
<img
src=
"https://img.
lkbang.net
/activityInvalid.18ea3ddc.png"
alt=
""
>
<img
src=
"https://img.
91xr.cn
/activityInvalid.18ea3ddc.png"
alt=
""
>
<p
class=
"title"
>
活动已结束
</p>
<p
class=
"subtitle"
>
请关注更多精彩活动
</p>
<cr-button
type=
"primary"
shape=
"circle"
@
click=
"toOtherActivity"
>
去看看其他活动
</cr-button>
...
...
app/web/view/layout.html
View file @
d27a1428
...
...
@@ -7,10 +7,10 @@
<meta
http-equiv=
"content-type"
content=
"text/html;charset=utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,user-scalable=no,viewport-fit=cover"
>
<link
rel=
"shortcut icon"
href=
"data:image/png;base64"
type=
"image/x-icon"
/>
<link
rel=
"preconnect"
href=
"https://appsync.
lkbang.net
"
>
<link
rel=
"dns-prefetch"
href=
"//misc
.lkbang.net
"
>
<link
rel=
"dns-prefetch"
href=
"//appsync.
lkbang.net
"
>
<link
rel=
"dns-prefetch"
href=
"//img.
lkbang.net
"
>
<link
rel=
"preconnect"
href=
"https://appsync.
91xr.cn
"
>
<link
rel=
"dns-prefetch"
href=
"//misc
s.91xr.cn
"
>
<link
rel=
"dns-prefetch"
href=
"//appsync.
91xr.cn
"
>
<link
rel=
"dns-prefetch"
href=
"//img.
91xr.cn
"
>
<link
rel=
"dns-prefetch"
href=
"//img10.360buyimg.com"
>
<link
rel=
"dns-prefetch"
href=
"//img11.360buyimg.com"
>
<link
rel=
"dns-prefetch"
href=
"//img12.360buyimg.com"
>
...
...
@@ -19,7 +19,7 @@
<link
rel=
"dns-prefetch"
href=
"//img20.360buyimg.com"
>
<link
rel=
"dns-prefetch"
href=
"//img30.360buyimg.com"
>
<link
rel=
"dns-prefetch"
href=
"//kdspstatic.q-gp.com"
>
<!-- <link rel="stylesheet" type="text/css" href="https://activitystatic.
lkbang.net
/swiper/4.5.1/css/swiper.min.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="https://activitystatic.
91xr.cn
/swiper/4.5.1/css/swiper.min.css"> -->
<style>
/* stylelint-disable */
/**
...
...
@@ -320,11 +320,11 @@
</div>
<!--vue-ssr-outlet-->
</div>
<!-- <script src="https://activitystatic.
lkbang.net
/vue/2.6.11/vue.min.js"></script> -->
<!-- <script src="https://activitystatic.
lkbang.net
/vue-router/3.2.0/vue-router.min.js"></script> -->
<!-- <script src="https://activitystatic.
lkbang.net
/vuex/3.4.0/vuex.min.js"></script> -->
<script
src=
"https://misc
.lkbang.net
/common/sa-sdk-javascript/1.15.16/sensorsdata.min.js"
></script>
<script
src=
"https://misc
.lkbang.net
/common/swiper/4.5.1/swiper.min.js"
></script>
<script
src=
"https://misc
.lkbang.net
/common/axios/0.19.2/axios.min.js"
></script>
<!-- <script src="https://activitystatic.
91xr.cn
/vue/2.6.11/vue.min.js"></script> -->
<!-- <script src="https://activitystatic.
91xr.cn
/vue-router/3.2.0/vue-router.min.js"></script> -->
<!-- <script src="https://activitystatic.
91xr.cn
/vuex/3.4.0/vuex.min.js"></script> -->
<script
src=
"https://misc
s.91xr.cn
/common/sa-sdk-javascript/1.15.16/sensorsdata.min.js"
></script>
<script
src=
"https://misc
s.91xr.cn
/common/swiper/4.5.1/swiper.min.js"
></script>
<script
src=
"https://misc
s.91xr.cn
/common/axios/0.19.2/axios.min.js"
></script>
</body>
</html>
\ No newline at end of file
upload-cos.js
View file @
d27a1428
...
...
@@ -3,7 +3,7 @@ const path = require("path");
const
fs
=
require
(
'
fs
'
);
const
prefix
=
process
.
env
.
COS_ENV
===
'
production
'
?
'
qb
'
:
'
qb-test
'
;
const
cdnPrefix
=
`https://misc
.lkbang.net
/
${
prefix
}
/`
;
const
cdnPrefix
=
`https://misc
s.91xr.cn
/
${
prefix
}
/`
;
console
.
log
(
'
prefix
'
,
process
.
env
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment