Skip to content

Commit 53ee93f

Browse files
committed
regen for eed68c0
1 parent eed68c0 commit 53ee93f

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"npm": ">=6.4.1"
1919
},
2020
"scripts": {
21-
"start": "npx server -r web -o true"
21+
"start": "npx server -r web -o true",
22+
"deploy": "npx deploy web/static"
2223
},
2324
"devDependencies": {
2425
"@loadingio/debounce.js": "0.0.1",

web/.view/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pug_mixins["script"]("/assets/lib/@plotdb/sheet/dev/index.min.js");
168168
;pug_debug_line = 14;pug_debug_filename = "src\u002Fpug\u002Findex.pug";
169169
pug_html = pug_html + "\u003Cscript\u003E";
170170
;pug_debug_line = 14;pug_debug_filename = "src\u002Fpug\u002Findex.pug";
171-
pug_html = pug_html + "var s, c;\ns = new sheet({\n root: '#root',\n data: [[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12], [13, 14, 15, 16]],\n idx: {\n row: true,\n col: true\n },\n fixed: {\n row: 2,\n col: 2\n },\n frozen: {\n row: 2,\n col: 2\n }\n});\nc = s.cell({\n x: 1,\n y: 1\n});\nconsole.log(c);\nc.innerHTML = \"\u003Cdiv class=\\\"dropdown\\\"\u003E\\n\u003Cdiv class=\\\"btn btn-sm btn-primary dropdown-toggle\\\" data-toggle=\\\"dropdown\\\"\u003E點我\u003C\u002Fdiv\u003E\\n\u003C\u002Fdiv\u003E\";\u003C\u002Fscript\u003E\u003C\u002Fbody\u003E\u003C\u002Fhtml\u003E";
171+
pug_html = pug_html + "var s, c;\ns = new sheet({\n root: '#root',\n data: [[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12], [13, 14, 15, 16]],\n idx: {\n row: true,\n col: true\n },\n fixed: {\n row: 2,\n col: 2\n },\n frozen: {\n row: 2,\n col: 2\n }\n});\nc = s.cell({\n x: 1,\n y: 1\n});\nconsole.log(c);\nc.innerHTML = \"\u003Cdiv class=\\\"dropdown\\\"\u003E\\n\u003Cdiv class=\\\"btn btn-sm btn-primary dropdown-toggle\\\" data-toggle=\\\"dropdown\\\"\u003Eclick me\u003C\u002Fdiv\u003E\\n\u003C\u002Fdiv\u003E\";\u003C\u002Fscript\u003E\u003C\u002Fbody\u003E\u003C\u002Fhtml\u003E";
172172
}.call(this, "JSON" in locals_for_with ?
173173
locals_for_with.JSON :
174174
typeof JSON !== 'undefined' ? JSON : undefined, "b64img" in locals_for_with ?

web/src/pug/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ block script
2727
console.log c
2828
c.innerHTML = """
2929
<div class="dropdown">
30-
<div class="btn btn-sm btn-primary dropdown-toggle" data-toggle="dropdown">點我</div>
30+
<div class="btn btn-sm btn-primary dropdown-toggle" data-toggle="dropdown">click me</div>
3131
</div>
3232
"""

web/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
y: 1
2121
});
2222
console.log(c);
23-
c.innerHTML = "<div class=\"dropdown\">\n<div class=\"btn btn-sm btn-primary dropdown-toggle\" data-toggle=\"dropdown\">點我</div>\n</div>";</script></body></html>
23+
c.innerHTML = "<div class=\"dropdown\">\n<div class=\"btn btn-sm btn-primary dropdown-toggle\" data-toggle=\"dropdown\">click me</div>\n</div>";</script></body></html>

0 commit comments

Comments
 (0)