Skip to content

Commit

Permalink
202407301357
Browse files Browse the repository at this point in the history
  • Loading branch information
Remote committed Jul 30, 2024
1 parent 6d94656 commit 22d3215
Show file tree
Hide file tree
Showing 7 changed files with 289 additions and 292 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ Improving code maintainability and readability while reducing development comple
Reduces manual DOM manipulation, allowing you to focus more on the core logic of your application.

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

## 範例 / Example

- [Website Template 25](https://github.com/pardnchiu/website-template-25)

- [Website Template 26](https://github.com/pardnchiu/website-template-26)

## 如何使用 / How to use
Expand Down
2 changes: 1 addition & 1 deletion dist/PDRenderKit.js

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdrenderkit",
"version": "1.0.1",
"version": "1.0.2",
"description": "PDRenderKit contains a lightweight front-end framework designed to separate the front-end user interface and data logic.",
"main": "dist/PDRenderKit.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"dist",
"static",
"index.html",
"interface.ts",
"src/interface.ts",
"LICENSE",
"README.md"
],
Expand All @@ -23,9 +23,12 @@
"javascript-library",
"front-end-framework"
],
"author": "Pardn Chiu",
"author": "邱敬幃 Pardn Chiu",
"license": "GPL-3.0",
"bugs": {},
"bugs": {
"url": "https://github.com/pardnchiu/PDRenderKit/issues",
"email": "git@pardn.io"
},
"homepage": "https://github.com/pardnchiu/PDRenderKit#readme",
"devDependencies": {}
}
Binary file modified src/*.ts
Binary file not shown.
Binary file modified src/PDRenderKit.js
Binary file not shown.
Binary file modified src/dom.ts
Binary file not shown.
Loading

0 comments on commit 22d3215

Please sign in to comment.