Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lowcode-electron
Project
Project
Details
Activity
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
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
electron
lowcode-electron
Commits
28fef5c9
Commit
28fef5c9
authored
Mar 01, 2023
by
baiyuze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
99c4bffb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
.gitmodules
.gitmodules
+4
-0
lowcode
lowcode
+1
-0
preload.js
preload.js
+1
-0
No files found.
.gitmodules
0 → 100644
View file @
28fef5c9
[submodule "lowcode"]
path = lowcode
url = git@gitlab.sycdev.com:syc-paas/front-end/lowcode.git
branch = electron
lowcode
@
e623a0ce
Subproject commit e623a0ce00df2fad82fffecf24a816e29669343f
preload.js
View file @
28fef5c9
...
@@ -14,6 +14,7 @@ window.addEventListener('DOMContentLoaded', () => {
...
@@ -14,6 +14,7 @@ window.addEventListener('DOMContentLoaded', () => {
if
(
element
)
element
.
innerText
=
text
if
(
element
)
element
.
innerText
=
text
}
}
for
(
const
type
of
[
'chrome'
,
'node'
,
'electron'
])
{
for
(
const
type
of
[
'chrome'
,
'node'
,
'electron'
])
{
replaceText
(
`
${
type
}
-version`
,
process
.
versions
[
type
])
replaceText
(
`
${
type
}
-version`
,
process
.
versions
[
type
])
}
}
...
...
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