Skip to content

Commit 22d3215

Browse files
author
Remote
committed
202407301357
1 parent 6d94656 commit 22d3215

7 files changed

Lines changed: 289 additions & 292 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ Improving code maintainability and readability while reducing development comple
3131
Reduces manual DOM manipulation, allowing you to focus more on the core logic of your application.
3232

3333
- ### 輕量級 / Lightweight:
34-
全功能的實現僅用了`34.2KB`,確保你能在網站中輕鬆高效地使用。<br>
35-
Full functionality is achieved with only `34.2KB`, ensuring efficient and effortless use on your website.
34+
全功能的實現僅用了`34KB`,確保你能在網站中輕鬆高效地使用。<br>
35+
Full functionality is achieved with only `34KB`, ensuring efficient and effortless use on your website.
3636

3737
## 範例 / Example
3838

3939
- [Website Template 25](https://github.com/pardnchiu/website-template-25)
40-
4140
- [Website Template 26](https://github.com/pardnchiu/website-template-26)
4241

4342
## 如何使用 / How to use

dist/PDRenderKit.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdrenderkit",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "PDRenderKit contains a lightweight front-end framework designed to separate the front-end user interface and data logic.",
55
"main": "dist/PDRenderKit.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"dist",
1212
"static",
1313
"index.html",
14-
"interface.ts",
14+
"src/interface.ts",
1515
"LICENSE",
1616
"README.md"
1717
],
@@ -23,9 +23,12 @@
2323
"javascript-library",
2424
"front-end-framework"
2525
],
26-
"author": "Pardn Chiu",
26+
"author": "邱敬幃 Pardn Chiu",
2727
"license": "GPL-3.0",
28-
"bugs": {},
28+
"bugs": {
29+
"url": "https://github.com/pardnchiu/PDRenderKit/issues",
30+
"email": "git@pardn.io"
31+
},
2932
"homepage": "https://github.com/pardnchiu/PDRenderKit#readme",
3033
"devDependencies": {}
3134
}

src/*.ts

111 Bytes
Binary file not shown.

src/PDRenderKit.js

93 Bytes
Binary file not shown.

src/dom.ts

-24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)