Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d5de5843
authored
Sep 24, 2021
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
remove unused code
parent
c28d3aa0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
577 deletions
assets/css/index.less
third-party/pc-mobile-transformer/index.ts
third-party/seo/index.ts
assets/css/index.less
View file @
d5de5843
.h-100 {
height: 100%;
}
// 此部分是参考常见栅格样式,提供常用分割布局的全局class
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.d-flex {
display: -ms-flexbox;
display: flex;
}
.d-inline-flex {
display: -ms-inline-flexbox;
display: inline-flex;
}
.flex-row {
-ms-flex-direction: row;
flex-direction: row;
}
.flex-column {
-ms-flex-direction: column;
flex-direction: column;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flex-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-nowrap {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-fill {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.flex-none {
flex: none;
}
.flex-grow-0 {
-ms-flex-positive: 0;
flex-grow: 0;
}
.flex-grow-1 {
-ms-flex-positive: 1;
flex-grow: 1;
}
.flex-shrink-0 {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.flex-shrink-1 {
-ms-flex-negative: 1;
flex-shrink: 1;
}
.justify-content-start {
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-content-end {
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-content-center {
-ms-flex-pack: center;
justify-content: center;
}
.justify-content-between {
-ms-flex-pack: justify;
justify-content: space-between;
}
.justify-content-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.align-items-start {
-ms-flex-align: start;
align-items: flex-start;
}
.align-items-end {
-ms-flex-align: end;
align-items: flex-end;
}
.align-items-center {
-ms-flex-align: center;
align-items: center;
}
.align-items-baseline {
-ms-flex-align: baseline;
align-items: baseline;
}
.align-items-stretch {
-ms-flex-align: stretch;
align-items: stretch;
}
.align-content-start {
-ms-flex-line-pack: start;
align-content: flex-start;
}
.align-content-end {
-ms-flex-line-pack: end;
align-content: flex-end;
}
.align-content-center {
-ms-flex-line-pack: center;
align-content: center;
}
.align-content-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
.align-content-around {
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.align-content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.align-self-auto {
-ms-flex-item-align: auto;
align-self: auto;
}
.align-self-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-self-end {
-ms-flex-item-align: end;
align-self: flex-end;
}
.align-self-center {
-ms-flex-item-align: center;
align-self: center;
}
.align-self-baseline {
-ms-flex-item-align: baseline;
align-self: baseline;
}
.align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch;
}
.no-bottom-scrollbar {
.no-bottom-scrollbar {
> .el-scrollbar__wrap {
> .el-scrollbar__wrap {
overflow-x: hidden;
overflow-x: hidden;
...
...
third-party/pc-mobile-transformer/index.ts
deleted
100644 → 0
View file @
c28d3aa0
import
{
UserAgentHelper
}
from
"../user-agent"
;
export
enum
TransformTarget
{
Mobile
,
Desktop
,
}
export
enum
TransformDirection
{
Home
,
Search
,
Favorite
,
Followed
,
HomeCategory
,
Orders
,
Order
,
StationIndex
,
StationSearch
,
Articles
,
Article
,
Services
,
Service
,
Questions
,
Question
,
Documents
,
Document
,
Website
,
}
export
interface
PcMobileTransformerOption
{
/**
* 手机端根host,如 https://www.teammix.com/ms
*/
mobileHost
?:
string
;
/**
* 桌面端根host,如 https://www.teammix.com/s
*/
desktopHost
?:
string
;
}
/**
* 提供桌面端和手机端URL转换的方法
*/
export
class
PcMobileTransformer
{
private
static
target
=
TransformTarget
.
Mobile
private
static
host
=
""
private
static
readonly
desktop2MobileMapping
=
new
Map
<
TransformDirection
,
string
>
([
[
TransformDirection
.
Home
,
"/"
],
[
TransformDirection
.
Search
,
"/search"
],
[
TransformDirection
.
Favorite
,
"/mine/favorite"
],
[
TransformDirection
.
Followed
,
"/mine/followed"
],
])
private
static
readonly
rebuildMapping
=
new
Map
<
TransformDirection
,
string
>
([
[
TransformDirection
.
StationIndex
,
"/s/{0}"
],
[
TransformDirection
.
Articles
,
"/s/{0}/articles/{1}"
],
[
TransformDirection
.
Article
,
"/s/{0}/article/{1}"
],
[
TransformDirection
.
Services
,
"/s/{0}/services/{1}"
],
[
TransformDirection
.
Service
,
"/s/{0}/service/{1}"
],
[
TransformDirection
.
Questions
,
"/s/{0}/questions/{1}"
],
[
TransformDirection
.
Question
,
"/s/{0}/question/{1}"
],
[
TransformDirection
.
Documents
,
"/s/{0}/documents/{1}"
],
[
TransformDirection
.
Document
,
"/s/{0}/document/{1}"
],
[
TransformDirection
.
Website
,
"/s/{0}/website/{1}"
],
])
public
static
setup
(
option
:
PcMobileTransformerOption
)
{
if
(
option
.
desktopHost
)
{
PcMobileTransformer
.
target
=
TransformTarget
.
Desktop
;
PcMobileTransformer
.
host
=
PcMobileTransformer
.
trimEnd
(
option
.
desktopHost
);
}
if
(
option
.
mobileHost
)
{
PcMobileTransformer
.
target
=
TransformTarget
.
Mobile
;
PcMobileTransformer
.
host
=
PcMobileTransformer
.
trimEnd
(
option
.
mobileHost
);
}
}
public
static
isNeed2Redirect
()
{
if
(
PcMobileTransformer
.
target
===
TransformTarget
.
Mobile
)
{
return
PcMobileTransformer
.
isMobileDevice
();
}
return
false
;
}
private
static
trimEnd
(
input
:
string
)
{
if
(
input
&&
input
.
endsWith
(
"/"
))
{
return
input
.
substring
(
0
,
input
.
length
-
1
);
}
return
input
;
}
private
static
isMobileDevice
()
{
const
ua
=
window
.
navigator
.
userAgent
;
return
UserAgentHelper
.
isMobile
(
ua
);
}
public
static
transform
(
parameters
:
(
string
|
number
)[],
target
:
TransformDirection
)
{
let
v
=
""
;
if
(
PcMobileTransformer
.
target
===
TransformTarget
.
Desktop
)
{
v
=
PcMobileTransformer
.
transform2Desktop
(
parameters
,
target
);
}
if
(
PcMobileTransformer
.
target
===
TransformTarget
.
Mobile
)
{
v
=
PcMobileTransformer
.
transform2Mobile
(
parameters
,
target
);
}
return
v
.
replace
(
/
\.
html/gi
,
""
);
}
private
static
transform2Mobile
(
parameters
:
(
string
|
number
)[],
target
:
TransformDirection
)
{
const
url
=
PcMobileTransformer
.
desktop2MobileMapping
.
get
(
target
);
if
(
url
)
{
let
targetUrl
=
`
${
PcMobileTransformer
.
host
}${
url
}
`
;
for
(
let
i
=
0
;
i
<
parameters
.
length
;
i
++
)
{
targetUrl
=
targetUrl
.
replace
(
`{
${
i
}
}`
,
parameters
[
i
]
+
""
);
}
return
targetUrl
;
}
const
base
=
PcMobileTransformer
.
rebuildMapping
.
get
(
target
);
if
(
base
)
{
let
rebuildUrl
=
base
;
for
(
let
i
=
0
;
i
<
parameters
.
length
;
i
++
)
{
rebuildUrl
=
rebuildUrl
.
replace
(
`{
${
i
}
}`
,
parameters
[
i
]
+
""
);
}
return
`
${
PcMobileTransformer
.
host
}${
rebuildUrl
}
`
;
}
return
PcMobileTransformer
.
host
;
}
private
static
transform2Desktop
(
parameters
:
(
string
|
number
)[],
target
:
TransformDirection
)
{
return
target
+
""
;
}
}
third-party/seo/index.ts
deleted
100644 → 0
View file @
c28d3aa0
export
class
SeoHelper
{
public
static
formatTitle
(
title
?:
string
)
{
if
(
title
&&
(
title
.
indexOf
(
"TeamMix"
)
>
-
1
||
title
.
indexOf
(
"亲亲小站"
)
>
-
1
)
)
{
return
title
;
}
return
`
${
title
||
""
}
-亲亲小站`
;
}
public
static
updateFavicon
(
path
:
string
)
{
const
link
=
document
.
querySelector
(
"link[rel*='icon']"
)
as
HTMLLinkElement
;
if
(
link
)
{
link
.
href
=
path
;
}
else
{
const
l
=
document
.
createElement
(
"link"
);
l
.
type
=
"image/x-icon"
;
l
.
rel
=
"shortcut icon"
;
l
.
href
=
path
;
document
.
getElementsByTagName
(
"head"
)[
0
].
appendChild
(
l
);
}
}
}
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