feat: 新增编辑页面和分享功能,优化链接跳转和样式
- 添加edit.html编辑页面及相关CSS样式 - 实现内容编辑区的富文本功能 - 为item-bottom组件添加分享功能,包括复制链接和微信转发 - 更新多个组件的链接跳转地址 - 优化CSS样式,包括圆角、阴影和hover效果 - 修复部分样式问题和布局错位 - 移除不再使用的section-index.html文件
This commit is contained in:
16
1/base.html
Normal file
16
1/base.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>{block name="title"}标题{/block}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{block name="menu"}菜单{/block}
|
||||
{block name="left"}左边分栏{/block}
|
||||
{block name="main"}主内容{/block}
|
||||
{block name="right"}右边分栏{/block}
|
||||
{block name="footer"}底部{/block}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user