Commit graph

6 commits

Author SHA1 Message Date
frostime
6361001b8a 🚚 mv:将libs目录下的组件移至components子目录
为了更好地组织项目结构,将libs目录下的组件文件移动到新的libs/components子目录中。
同时,更新了setting-example.svelte组件中SettingPanel的导入路径,以反映新的文件位置。
2024-07-19 15:17:49 +08:00
frostime
6d75a46a56 🔨 refactor: 重构基于 svelte 的设置面板功能 2024-06-08 18:30:53 +08:00
frostime
8daa01aedb 🐛 fix: 模板提供的 button 的 click 事件不生效; close #31 2024-04-27 16:55:46 +08:00
frostime
2051a2a7d6 test: setting panel 2023-11-28 21:49:25 +08:00
frostime
b0d28e2513 🔨 refactor(setting): 重构了Svelte设置的模板
- 将 SettingPanel 作为基本模板
- 更改了 settingitem 的类型定义
2023-11-28 21:24:19 +08:00
Frostime
0f049cc461
Dev (#2)
* feat: svelte example for setting pannel

* Must destroy svelte

* onDestroy

* Make hello easy

* 拷贝官方的代码功能

* Use hello both in tab and dialog

* fix: destroy dock
2023-05-20 17:40:15 +08:00