Skip to content

Commit

Permalink
[fix] fix inline whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
WindLX committed Dec 11, 2023
1 parent 2dc7d62 commit 7401759
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<body>
<div id="app"></div>
<script>
//window.host = "{{ host }}"
//window.port = {{ port }}
window.host = "127.0.0.1"
window.port = 13956
window.host = "{{ host }}"
window.port = {{ port }}
//window.host = "127.0.0.1"
//window.port = 13956
</script>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pap",
"private": true,
"version": "0.2.10",
"version": "0.2.11",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
1 change: 1 addition & 0 deletions scripts/tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pack() {
cp libmd_net.so PapPack/
cp md_net.dll PapPack/
cp data/config.toml PapPack/data/ -r
cp data/emoji.db PapPack/data/ -r
cp dist PapPack/dist -r
cp src-python PapPack/src-python -r
cp README.md PapPack/
Expand Down
1 change: 1 addition & 0 deletions src/components/Markdown/MdParagraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ watch(props, async () => {
<style scoped>
.sentence {
display: inline-block;
white-space: pre;
}
.sentence .super {
Expand Down

0 comments on commit 7401759

Please sign in to comment.