Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MingSnake_241120
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
MingSnake_241120
Commits
f4c1159b
Commit
f4c1159b
authored
Dec 15, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
eb4efc3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
shareStore.ts
assets/Scripts/store/shareStore.ts
+1
-0
project.settings.json
project.settings.json
+1
-1
No files found.
assets/Scripts/store/shareStore.ts
View file @
f4c1159b
...
...
@@ -39,6 +39,7 @@ class ShareStore {
const
{
success
:
genQrSuc
,
data
:
genQrData
}
=
await
sendWebNet
(
WebNetName
.
genQrCode
,
{
path
:
path
,
type
:
store
.
frontVariable
.
type
||
"1"
,
envVersion
:
"trial"
});
if
(
genQrSuc
)
{
...
...
project.settings.json
View file @
f4c1159b
{
"proSetting"
:{
"projectxIDs"
:{
"devId"
:[],
"testId"
:[{
"label"
:
"test"
,
"value"
:
"pd260352d"
}],
"prodId"
:[]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
{
"proSetting"
:{
"projectxIDs"
:{
"devId"
:[],
"testId"
:[{
"label"
:
"test"
,
"value"
:
"pd260352d"
}],
"prodId"
:[
{
"label"
:
"test"
,
"value"
:
"p8ec64a64"
}
]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
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