Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
73c1c158
authored
Jun 01, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
0d3d4c7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
lib/pcLang.js
upload/index.html
lib/pcLang.js
View file @
73c1c158
...
...
@@ -134,8 +134,8 @@ var langList=[
upload1
:
"Upload picture"
,
upload2
:
"Upload picture"
,
upload3
:
"Please select a picture"
,
upload4
:
"rotate
to the
left"
,
upload5
:
"rotate
to the
right"
,
upload4
:
"rotate left"
,
upload5
:
"rotate right"
,
upload6
:
"Save"
,
upload7
:
"The picture is too large, please upload again!"
,
upload8
:
"Please choose the correct picture!"
,
...
...
upload/index.html
View file @
73c1c158
...
...
@@ -99,7 +99,7 @@
</span></button>
</div>
<div
class=
"col-md-3"
>
<button
class=
"btn btn-danger btn-block avatar-save fa fa-save"
type=
"button"
data-dismiss=
"modal"
>
保存修改
</button>
<button
class=
"btn btn-danger btn-block avatar-save fa fa-save"
type=
"button"
data-dismiss=
"modal"
>
<i
class=
"upload6"
>
保存修改
</i>
</button>
</div>
</div>
</div>
...
...
@@ -111,7 +111,7 @@
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<div
class=
"loading"
aria-label=
"Loading"
role=
"img"
tabindex=
"-1"
></div>
<script
src=
"head/html2canvas.min.js?v=20220630"
type=
"text/javascript"
charset=
"utf-8"
></script>
<script
src=
"../lib/pcLang.js"
></script>
<script
src=
"../lib/pcLang.js
?v=2023060101
"
></script>
<script
type=
"text/javascript"
>
//做个下简易的验证 大小 格式
...
...
@@ -123,6 +123,7 @@
$
(
".langTxt4"
).
text
(
langList
[
sessionStorage
.
lang
].
upload4
)
$
(
".langTxt5"
).
text
(
langList
[
sessionStorage
.
lang
].
upload5
)
$
(
".langTxt6"
).
text
(
langList
[
sessionStorage
.
lang
].
upload6
)
$
(
".upload6"
).
text
(
langList
[
sessionStorage
.
lang
].
upload6
)
}
$
(
".close"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
...
...
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