Commit Graph

363 Commits

Author SHA1 Message Date
07f24333d9 Feat(Editor): Support autoload Native API 2024-10-15 17:11:56 +08:00
361e225244 Merge pull request #18 from FatttSnake/refactor/compiler
Change esbuild transform and compile target to es2015
2024-09-30 16:53:36 +08:00
96a9714cdd Refactor(compiler): Change esbuild transform and compile target to es2015 2024-09-30 16:47:06 +08:00
3812ffd18f Style(ToolCard): Fixed incorrect style that card content exceeds card size 2024-09-20 11:53:57 +08:00
768f9bce0f Style(CodePage): Fix draggable mask incorrect style 2024-09-19 13:58:43 +08:00
264534f479 Fix(Management): Fix base and template management unable to jump file 2024-09-19 09:59:04 +08:00
c2f6b5d49e Fix(editor): Fix "net::ERR_INSUFFICIENT_RESOURCES" exception when the editor loads a large number of libraries 2024-09-19 09:45:24 +08:00
e97baaad8a Merge pull request #12 from FatttSnake/refactor/tool-management
Fixed some UI issues
2024-09-15 18:45:21 +08:00
e17fcdb401 Refactor(BaseManagement): Optimize the filter of entry file 2024-09-15 18:27:54 +08:00
77551804f7 Refactor(ToolManagement): Optimize the prompt for required review option 2024-09-15 18:22:02 +08:00
fc18927116 Style(close-editor-btn): Fix the bug of editor cover the editor close button 2024-09-15 15:05:19 +08:00
c557311dbc Refactor(json schema): Optimize import map json schema 2024-09-15 14:54:10 +08:00
fd4c3750fb Refactor(template): Remove unused templates 2024-09-15 13:10:45 +08:00
9ca2ec8859 Refactor(BaseManagement): Support recompile 2024-09-15 13:07:32 +08:00
4711f7892f Refactor(compiler): Support load css from ImportMap and load binary file 2024-09-15 10:54:14 +08:00
89cf48e449 Refactor(compiler): Optimize the logic of resolve import
Automatically externalize packages defined in importMap.
Solve the problems caused by multiple instances of packages such as React.

Closes #9
2024-09-13 16:16:01 +08:00
d6d5cd927c Refactor(Transform): Remove auto add react import when transform 2024-09-13 16:15:58 +08:00
72ab390756 Refactor(files-util): Optimize the regular expression to match "import react" 2024-09-13 16:15:55 +08:00
6302ec6ab3 Fix(compiler): Fix multi-level dependency path compilation error BUG
Close #6
2024-09-10 11:36:40 +08:00
51ee15749e Fix(Preview): Fixed code pollution bug
Methods and variables in base and main code are isolated to solve the problem of code pollution. Close #4
2024-09-09 17:22:42 +08:00
9de8ea5694 Refactor(Logo): Update logo 2024-09-06 10:02:46 +08:00
c390ba1a2c Fix(HideScrollbar): Fix error stylesheet 2024-07-15 00:03:07 +08:00
1b89cb6bbd Fix(Form): Fix ref error 2024-06-13 15:17:18 +08:00
637fd236c5 Build(package.json): Upgrade dependencies 2024-06-13 15:16:36 +08:00
3ba1f35420 Refactor(Protocol): Optimize desktop and app prtocol 2024-05-21 17:41:54 +08:00
a90e7cfdca Refactor(Playground): Fix the bug that unexpectedly remove styles for base
Fix the bug that unexpectedly remove styles for base when editing code
2024-05-21 16:00:03 +08:00
1306872885 Refactor(URL): Optimize url 2024-05-21 14:37:46 +08:00
b8ed24d320 Fix(Navigation): Fix navigate bug 2024-05-21 14:36:08 +08:00
9d4121faf4 Fix(Edit): Fix undefined in AntdSelect 2024-05-12 04:36:02 +08:00
0ead91ce4f Refactor(Render): Allow to read and write clipboard in iframe 2024-05-12 04:05:06 +08:00
f04a409078 Refactor(Render): Allow to read and write clipboard in iframe 2024-05-12 03:43:36 +08:00
da32a27ad6 Fix(Sidebar): Fix the bug that submenu can not display 2024-05-11 18:56:36 +08:00
f55eac1249 Refactor(StoreCard): Optimize android qr-code url 2024-05-11 16:37:22 +08:00
386744d702 Refactor(Navigation): Optimize url operate 2024-05-08 17:19:28 +08:00
0ad19e24a0 Refactor(Service): Add network error message 2024-05-08 17:17:33 +08:00
c62e5c1e77 Refactor(StoreCard): Fix the bug that open android emulator automatically
Fix the bug that open android emulator automatically when click mask
2024-05-08 15:10:15 +08:00
779e0ab2c0 Refactor(Variable): Optimize variable name 2024-05-06 15:37:45 +08:00
5e6c8f214c Refactor(TS): Rename some file from *.tsx to *.ts 2024-05-06 15:25:08 +08:00
f785c8271f Build(SensitiveWord and Echarts): Fix tsc error 2024-05-06 11:13:51 +08:00
7f639743ec Build(Package): Upgrade dependencies 2024-05-02 01:46:57 +08:00
5a028a8259 Feat(StoreCard): Support emulator
Support run tool by emulator
2024-05-01 18:35:12 +08:00
de9d1b4b74 Feat(Menu): Support multi-platform
Support add multi-platform tool to menu
2024-05-01 18:09:37 +08:00
2f70ae8ced Fix(ToolExecute and ToolView): Fix the bug that can not load tool
Fix the bug that can not load tool when switch tool
2024-05-01 18:06:26 +08:00
6e4e5ed9aa Fix(ToolBase and ToolTemplate): Optimize panel side 2024-05-01 17:48:12 +08:00
80bec52fcd Refactor(Modal): Optimize modal code 2024-05-01 16:12:57 +08:00
0ca5d8fc52 Refactor(StoreCard): Remove tooltip
Remove tooltip from author info
2024-05-01 14:55:19 +08:00
c5ab4e242d Fix(Menu): Fix submenu style exception
Fix submenu style exception. Optimize menu stylesheet
2024-05-01 14:55:18 +08:00
929b2f3b91 Feat(Menu): Add drop mask
Add drop mask to menu. Optimize tool description.
2024-04-30 15:22:54 +08:00
af8e901098 Refactor(Card): Optimize import 2024-04-30 15:20:57 +08:00
c481fcac2c Refactor(Sign): Optimize navigate to login 2024-04-30 15:17:20 +08:00