chore: 文件结构调整

This commit is contained in:
laishunchao 2025-04-15 11:13:40 +08:00
parent 3185864cef
commit 580f442c57
8 changed files with 2 additions and 52 deletions

8
.idea/.gitignore vendored
View File

@ -1,8 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/anki-md-template.iml" filepath="$PROJECT_DIR$/.idea/anki-md-template.iml" />
</modules>
</component>
</project>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -16,17 +16,7 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
/>
<!-- 添加MathJax配置 -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$']],
displayMath: [['$$','$$']],
processEscapes: true
}
});
</script>
<title>anki-md模板测试</title>
<title>anki-md模板测试chrome等浏览器开发测试即可</title>
</head>
<style>
.markdown-body {
@ -55,14 +45,12 @@
<!-- prettier-ignore -->
<div class="md-content">
这是一个行内公式
$$E=mc^2$$
$E=mc^2$
和一个块级公式
$$\\frac{d}{dx}(x^n) = nx^{n-1}$$
***
> 呵呵呵
> 喜喜
# 一级标题
## 二级标题
### 三级标题
@ -74,12 +62,8 @@ $$\\frac{d}{dx}(x^n) = nx^{n-1}$$
> 引用
---
- 无序列表
- 无序列表
- 无序列表
---
1. 有序列表
2. 有序列表
3. 有序列表
---
[链接](https://www.baidu.com)
---