Commit graph

1648 commits

Author SHA1 Message Date
Max
66cebfebd1
Merge pull request #686 from trheyi/main
fix misspelling
2024-07-15 20:20:54 +08:00
Max
d5584ca9c4 fix misspelling 2024-07-15 20:20:23 +08:00
Max
80d28649e9
Merge pull request #685 from trheyi/main
feat: SUI i18n supports both attributes and variables.
2024-07-15 20:11:20 +08:00
Max
d7dbcd767e feat: SUI i18n supports both attributes and variables. 2024-07-15 20:10:06 +08:00
Max
eaf1fdc377
Merge pull request #684 from trheyi/main
Fix the bug in the SUI language pack path
2024-07-15 16:59:12 +08:00
Max
b85e5eecd8 Fix the bug in the SUI language pack path 2024-07-15 16:57:28 +08:00
Max
94ca83a1e9
Merge pull request #683 from trheyi/main
refactor: Replace $ENV with os.Getenv in loadApp function
2024-07-15 10:42:47 +08:00
Max
097bf45583 refactor: Replace $ENV with os.Getenv in loadApp function 2024-07-15 10:42:15 +08:00
Max
8be0b6d461
Merge pull request #682 from trheyi/main
feat: Add `yao sui trans` command for automatic translation support
2024-07-15 10:15:53 +08:00
Max
931394b36b feat: Add yao sui trans command for automatic translation support 2024-07-15 10:15:05 +08:00
Max
8f91197635
Merge pull request #681 from trheyi/main
[add] sui.trans.all and sui.trans.page to support automatic translation
2024-07-15 09:25:23 +08:00
Max
ef8b8027cf [add] sui.trans.all and sui.trans.page to support automatic translation 2024-07-15 09:24:44 +08:00
Max
cdd78b4733
Merge pull request #680 from trheyi/main
Optimize i18n key generation logic
2024-07-15 05:53:18 +08:00
Max
1ed1973c7d Optimize i18n key generation logic 2024-07-15 05:52:44 +08:00
Max
ce45178e65
Merge pull request #679 from trheyi/main
refactor: Update BuildContext components to use boolean values instea…
2024-07-12 10:25:44 +08:00
Max
98f2f2a190 refactor: Update BuildContext components to use boolean values instead of strings 2024-07-12 10:24:07 +08:00
Max
181d592d53
Merge pull request #678 from trheyi/main
refactor: Update BuildContext components to use boolean values instea…
2024-07-12 08:42:44 +08:00
Max
5b19ef3d19 refactor: Update BuildContext components to use boolean values instead of strings 2024-07-12 08:39:57 +08:00
Max
7584e32ff1
Merge pull request #677 from trheyi/main
refactor: Add default BuildContext if none provided in TranslateMarks…
2024-07-11 20:37:38 +08:00
Max
a5e1b569be refactor: Add default BuildContext if none provided in TranslateMarks function 2024-07-11 20:37:06 +08:00
Max
d8f6a27737
Merge pull request #676 from trheyi/main
refactor i18n support
2024-07-11 20:21:15 +08:00
Max
61205ced5f refactor i18n support 2024-07-11 20:20:36 +08:00
Max
d381f02639
Merge pull request #675 from trheyi/main
fix sui GlobRoutes bug and add s:click support
2024-07-11 09:40:18 +08:00
Max
da955f2c48 fix sui GlobRoutes bug and add s:click support 2024-07-11 09:38:58 +08:00
Max
28f17f780a
Merge pull request #674 from trheyi/main
Update dependency packages
2024-07-09 09:07:23 +08:00
Max
37f07f5606 Update dependency packages 2024-07-09 09:06:36 +08:00
Max
f14335f743
Merge pull request #673 from trheyi/main
chore: Update dependencies to latest versions
2024-07-09 07:53:25 +08:00
Max
c0a9ffa6c6 chore: Update dependencies to latest versions 2024-07-09 07:48:31 +08:00
Max
7279508011
Merge pull request #672 from trheyi/main
feat: output warning messages during sui page build
2024-07-09 05:57:07 +08:00
Max
8dd5f02a7b feat: output warning messages during sui page build 2024-07-09 05:56:29 +08:00
Max
1b808f9239
Merge pull request #671 from trheyi/main
fix the bug in handling the replaceNodeUse attribute
2024-07-09 05:13:32 +08:00
Max
9bae50b500 fix the bug in handling the replaceNodeUse attribute 2024-07-09 05:12:52 +08:00
Max
c0f9105b07
Merge pull request #670 from trheyi/main
fix SUI test cases
2024-07-08 10:46:02 +08:00
Max
31cf9061e8 fix SUI test cases 2024-07-08 10:45:11 +08:00
Max
b989194236
Merge pull request #669 from trheyi/main
refactor: Update parsing logic for JIT components
2024-07-08 10:32:58 +08:00
Max
ffb858b76f refactor: Update parsing logic for JIT components 2024-07-08 10:31:35 +08:00
Max
012c781046
Merge pull request #668 from trheyi/main
refactor: Update parsing logic for JIT components
2024-07-08 02:22:05 +08:00
Max
d188f967d0 refactor: Update parsing logic for JIT components 2024-07-08 02:21:36 +08:00
Max
44a17742e7
Merge pull request #667 from trheyi/main
refactor: Update namespace handling in SUI page builder
2024-07-08 02:02:32 +08:00
Max
78d8d9fbc2 refactor: Update namespace handling in SUI page builder 2024-07-08 02:02:03 +08:00
Max
a8d676e374
Merge pull request #666 from trheyi/main
[add] SUI component dynamic loading
2024-07-08 00:44:28 +08:00
Max
7ea9953b69 [add] SUI component dynamic loading 2024-07-08 00:43:14 +08:00
Max
c68007707a
Merge pull request #665 from trheyi/main
optimize sui page injection script
2024-07-07 22:34:53 +08:00
Max
b4ed405e4e optimize sui page injection script 2024-07-07 22:34:10 +08:00
Max
2a3871afbe
Merge pull request #664 from trheyi/main
refactor: Remove unused slotNode function and tidy up code
2024-07-07 16:01:10 +08:00
Max
265188bed1 refactor: Remove unused slotNode function and tidy up code 2024-07-07 16:00:28 +08:00
Max
9bc5c4146f
Merge pull request #663 from trheyi/main
optimize the SUI compiler & add http server gzip support
2024-07-07 15:30:44 +08:00
Max
e4c8eeb180 optimize the SUI compiler & add http server gzip support 2024-07-07 15:29:50 +08:00
Max
c719d1e1cc
Merge pull request #661 from trheyi/main
refactor: Update parsing logic for JIT components
2024-07-07 02:34:00 +08:00
Max
536621d72e refactor: Update parsing logic for JIT components 2024-07-07 02:33:12 +08:00