|
1 | | -# QuickUI (JavaScript Library) |
| 1 | +<img src="./static/image/logo.png" width=80> |
| 2 | + |
| 3 | +# QuickUI |
2 | 4 |
|
3 | 5 | (Formerly known as PDQuickUI, renamed to QuickUI starting from version `0.6.0`) |
4 | 6 |
|
@@ -689,7 +691,7 @@ Examples: `:background-color`, `:opacity`, `:margin`, `:top`, `:position`... | |
689 | 691 | <body id="app"> |
690 | 692 | <h1>{{ i18n.greeting }}, {{ i18n.username }}: {{ username }}</h1> |
691 | 693 | <button @click="change" data-lang="zh">切換至中文</button> |
692 | | - <button @click="change" data-lang="zn">Switch to English</button> |
| 694 | + <button @click="change" data-lang="en">Switch to English</button> |
693 | 695 | </body> |
694 | 696 | <script> |
695 | 697 | const app = new QUI({ |
@@ -720,15 +722,15 @@ Examples: `:background-color`, `:opacity`, `:margin`, `:top`, `:position`... | |
720 | 722 | <body id="app"> |
721 | 723 | <h1>你好, 用戶名: Pardn</h1> |
722 | 724 | <button data-lang="zh">切換至中文</button> |
723 | | - <button data-lang="zn">Switch to English</button> |
| 725 | + <button data-lang="en">Switch to English</button> |
724 | 726 | </body> |
725 | 727 | ``` |
726 | 728 | - result `i18nLang = en` |
727 | 729 | ```html |
728 | 730 | <body id="app"> |
729 | 731 | <h1>Hello, Username: Pardn</h1> |
730 | 732 | <button data-lang="zh">切換至中文</button> |
731 | | - <button data-lang="zn">Switch to English</button> |
| 733 | + <button data-lang="en">Switch to English</button> |
732 | 734 | </body> |
733 | 735 | ``` |
734 | 736 |
|
@@ -816,6 +818,13 @@ Examples: `:background-color`, `:opacity`, `:margin`, `:top`, `:position`... | |
816 | 818 |
|
817 | 819 | This project is licensed under the [MIT License](https://github.com/pardnchiu/PDMarkdownKit/blob/main/LICENSE). |
818 | 820 |
|
| 821 | +## Obtain Complete Source Code |
| 822 | +
|
| 823 | +[Contact me](mailto:dev@pardn.io) for the complete unobfuscated source code.<br> |
| 824 | +Feel free to modify and use for commercial purposes with the following licensing options: |
| 825 | +- Must retain `Powered by @pardnchiu/quickui` copyright notice: $7,500. |
| 826 | +- Fully autonomous, no copyright notice required: $10,000. |
| 827 | +
|
819 | 828 | *** |
820 | 829 |
|
821 | 830 | ©️ 2024 [邱敬幃 Pardn Chiu](https://www.linkedin.com/in/pardnchiu) |
0 commit comments