Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LuzhouLaojiaoSnake_250428
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
LuzhouLaojiaoSnake_250428
Commits
c145dd95
Commit
c145dd95
authored
May 12, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新手引导
parent
c44fca50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
MD.ts
src/MD.ts
+4
-8
No files found.
src/MD.ts
View file @
c145dd95
...
...
@@ -6,16 +6,12 @@ const appId = CFG.appID;
const
dcm
=
"202."
+
CFG
.
projectId
+
".0.0"
;
const
domain
=
""
;
const
channel
=
getUrlParam
(
"channel"
);
const
dom
=
`
${
channel
}
.0.0.0`
;
const
MDList
:
IAutoMdData
[]
=
new
Array
(
20
).
fill
(
""
).
map
((
_
,
i
)
=>
{
const
MDList
:
IAutoMdData
[]
=
new
Array
(
100
).
fill
(
""
).
map
((
_
,
i
)
=>
{
return
{
ele
:
`.md
${
i
+
1
}
`
,
data
:
{
dpm
:
`
${
appId
}
.110.
${
i
+
1
}
.
0
`
,
dpm
:
`
${
appId
}
.110.
${
i
+
1
}
.
1
`
,
dcm
,
dom
,
domain
,
appId
,
},
...
...
@@ -29,7 +25,7 @@ MDAuto({
click
:
MDList
,
// 点击
});
export
function
handleLogExposure
(
id
:
number
|
string
,
id2
:
number
|
string
=
0
)
{
export
function
handleLogExposure
(
id
:
number
|
string
,
id2
:
number
|
string
=
1
)
{
logExposure
({
dpm
:
`
${
appId
}
.110.
${
id
}
.
${
id2
}
`
,
dcm
,
...
...
@@ -38,7 +34,7 @@ export function handleLogExposure(id: number | string, id2: number | string = 0)
});
}
export
function
handleLogClick
(
id
:
number
|
string
,
id2
:
number
|
string
=
0
)
{
export
function
handleLogClick
(
id
:
number
|
string
,
id2
:
number
|
string
=
1
)
{
logClick
({
dpm
:
`
${
appId
}
.110.
${
id
}
.
${
id2
}
`
,
dcm
,
...
...
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