Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Recolic
chinese-obfs
Commits
463b09f5
Commit
463b09f5
authored
Oct 31, 2019
by
gaoke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sinicize code
parent
ea3f99cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.html
index.html
+2
-2
No files found.
index.html
View file @
463b09f5
...
...
@@ -209,11 +209,11 @@ function 生成文章(){
文章
.
push
(
章节
);
}
let
排版
=
"
<div>
"
+
文章
.
join
(
"
</div><div>
"
)
+
"
</div>
"
;
$
(
"
#
paper
"
).
innerHTML
=
排版
;
$
(
"
#
论文
"
).
innerHTML
=
排版
;
}
</script>
<div>
bullshit generator
</div>
<div>
主题
<input
value=
"一天掉多少根头发"
></input></div>
<div></div><button
onclick=
"生成文章()"
>
生成
</button></div>
<div
id=
"
paper
"
></div>
<div
id=
"
论文
"
></div>
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