generated from dellevin/template
...
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"mcp__Claude_Preview__preview_start"
|
"mcp__Claude_Preview__preview_start",
|
||||||
|
"WebFetch(domain:cdnjs.cloudflare.com)",
|
||||||
|
"Bash(curl -L -o \"D:\\\\UserData\\\\Desktop\\\\my_proj\\\\www.iletter.top\\\\static\\\\js\\\\three.min.js\" \"https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js\")"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
<!-- ECharts 库 -->
|
<!-- ECharts 库 -->
|
||||||
<script src="./static/js/echarts/echarts.min.js"></script>
|
<script src="./static/js/echarts/echarts.min.js"></script>
|
||||||
<!-- Three.js 用于星空预览 -->
|
<!-- Three.js 用于星空预览 -->
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
<script src="./static/js/three.min.js"></script>
|
||||||
<!-- 多语言 -->
|
<!-- 多语言 -->
|
||||||
<script src="./static/js/language/zh.js"></script>
|
<script src="./static/js/language/zh.js"></script>
|
||||||
<script src="./static/js/language/en.js"></script>
|
<script src="./static/js/language/en.js"></script>
|
||||||
|
|||||||
6
static/js/three.min.js
vendored
Normal file
6
static/js/three.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user