5 Star 0 Fork 0

Yur1Ka / myteamengine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
editor.html 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
UNLESS 提交于 2021-07-17 01:02 . 编辑器版本3.0 实现乐谱链接
<html>
<body style="background-color: black; margin: 0px; padding: 2px;">
<fast-design-system-provider use-defaults>
<fast-button id="saveButton">保存</fast-button>
<fast-button id="addOneBeatButton">加1小节</fast-button>
<fast-button id="appendButton">Append转化</fast-button>
<fast-card style="left:0px;width: 200px;height: 600px; position: absolute; margin: 2px;">
<fast-button id="resetButton">重置位置</fast-button>
<div style="height:100%; overflow:auto;">
<fast-tree-view id="hierarchyTreeView">
</fast-tree-view>
<div style="height:1000px;"></div>
</div>
</fast-card>
<fast-design-system-provider use-defaults>
<fast-card style="left: 204px; width: 800px;height: 800px; position: absolute; margin: 2px;">
编辑面板
</div>
</fast-card>
<fast-card style="left: 808px; width: 200px;height: 600px; position: absolute; margin: 2px;overflow:auto">
<fast-accordion id="inspectorAccordion">
</fast-accordion>
</fast-card>
<fast-card
style="left: 0px; top:604px;width: 1008px;height: 180px; position: absolute; margin: 2px;overflow:auto;">
资源面板
</fast-card>
</fast-design-system-provider>
<script src="editor.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yur1ka/myteamengine.git
git@gitee.com:yur1ka/myteamengine.git
yur1ka
myteamengine
myteamengine
master

搜索帮助