Skip to content

Commit 1d697ca

Browse files
author
ccwmoran
committed
🎉auto update by Gmeek action
1 parent b07f4c3 commit 1d697ca

File tree

7 files changed

+213
-7
lines changed

7 files changed

+213
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 慕然科技Scratch积木扩展库 :link: https://ccwmoran.github.io/code
2-
### :page_facing_up: [6](https://ccwmoran.github.io/code/tag.html)
2+
### :page_facing_up: [7](https://ccwmoran.github.io/code/tag.html)
33
### :speech_balloon: 0
4-
### :hibiscus: 88425
5-
### :alarm_clock: 2025-11-30 20:04:27
4+
### :hibiscus: 88529
5+
### :alarm_clock: 2025-11-30 20:07:34
66
### Powered by :heart: [Gmeek](https://github.com/Meekdai/Gmeek)

backup/代码库使用须知.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**本代码库所有扩展版权归慕然科技工作室所有**
2+
**仅供学习参考,禁止用于买卖或其他用途**
3+
**任何使用扩展不当导致的任何损失慕然科技均不负责**
4+
**最终合法解释权归慕然科技工作室和Morgan所有**

blogBase.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,18 @@ <h1>
8080
<div id="content">
8181
<div style="margin-bottom: 16px;">丰富、实用的各种积木扩展</div>
8282
<nav class="SideNav border">
83-
<a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/mu-ran-ke-ji-de-mo-ni-feng-hao.html">
83+
<a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/dai-ma-ku-shi-yong-xu-zhi.html">
84+
<div class="d-flex flex-items-center">
85+
<svg class="SideNav-icon octicon" style="witdh:16px;height:16px"><path class="svgTop0" d=""></path>
86+
</svg>
87+
<span class="listTitle">代码库使用须知</span>
88+
</div>
89+
<div class="listLabels">
90+
91+
<span class="Label LabelName" style="background-color:#5cff6e"><object><a style="color:#fff" href="tag.html#适配GandiIDE">适配GandiIDE</a></object></span><span class="Label LabelName" style="background-color:#e2284a"><object><a style="color:#fff" href="tag.html#适配TurboWarp">适配TurboWarp</a></object></span><span class="Label LabelName" style="background-color:#1d76db"><object><a style="color:#fff" href="tag.html#适配Scratch3.0">适配Scratch3.0</a></object></span><span class="Label LabelName" style="background-color:#a5d296"><object><a style="color:#fff" href="tag.html#未进行适配测试">未进行适配测试</a></object></span><span class="Label LabelName" style="background-color:#5ca05c"><object><a style="color:#fff" href="tag.html#适配其他编辑器">适配其他编辑器</a></object></span>
92+
<span class="Label LabelTime" style="background-color:#0969da">2025-11-30</span>
93+
</div>
94+
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/mu-ran-ke-ji-de-mo-ni-feng-hao.html">
8495
<div class="d-flex flex-items-center">
8596
<svg class="SideNav-icon octicon" style="witdh:16px;height:16px"><path class="svgTop0" d=""></path>
8697
</svg>
Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
<!DOCTYPE html>
2+
<html data-color-mode="light" data-dark-theme="dark" data-light-theme="light" lang="zh-CN">
3+
<head>
4+
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<link href='https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/Primer/21.0.7/primer.css' rel='stylesheet' />
8+
9+
<link rel="icon" href="https://gpo.saobby.com/i/BA9EN3Rw3fzRUJmu.jpg"><script>
10+
let theme = localStorage.getItem("meek_theme") || "light";
11+
document.documentElement.setAttribute("data-color-mode", theme);
12+
</script>
13+
<meta name="description" content="**本代码库所有扩展版权归慕然科技工作室所有**
14+
**仅供学习参考,禁止用于买卖或其他用途**
15+
**任何使用扩展不当导致的任何损失慕然科技均不负责**
16+
**最终合法解释权归慕然科技工作室和Morgan所有**。">
17+
<meta property="og:title" content="代码库使用须知">
18+
<meta property="og:description" content="**本代码库所有扩展版权归慕然科技工作室所有**
19+
**仅供学习参考,禁止用于买卖或其他用途**
20+
**任何使用扩展不当导致的任何损失慕然科技均不负责**
21+
**最终合法解释权归慕然科技工作室和Morgan所有**。">
22+
<meta property="og:type" content="article">
23+
<meta property="og:url" content="https://ccwmoran.github.io/code/post/dai-ma-ku-shi-yong-xu-zhi.html">
24+
<meta property="og:image" content="https://gpo.saobby.com/i/BA9EN3Rw3fzRUJmu.jpg">
25+
<title>代码库使用须知</title>
26+
27+
28+
29+
</head>
30+
<style>
31+
body{box-sizing: border-box;min-width: 200px;max-width: 900px;margin: 20px auto;padding: 45px;font-size: 16px;font-family: sans-serif;line-height: 1.25;}
32+
#header{display:flex;padding-bottom:8px;border-bottom: 1px solid var(--borderColor-muted, var(--color-border-muted));margin-bottom: 16px;}
33+
#footer {margin-top:64px; text-align: center;font-size: small;}
34+
35+
</style>
36+
37+
<style>
38+
.postTitle{margin: auto 0;font-size:40px;font-weight:bold;}
39+
.title-right{display:flex;margin:auto 0 0 auto;}
40+
.title-right .circle{padding: 14px 16px;margin-right:8px;}
41+
#postBody{border-bottom: 1px solid var(--color-border-default);padding-bottom:36px;}
42+
#postBody hr{height:2px;}
43+
#cmButton{height:48px;margin-top:48px;}
44+
#comments{margin-top:64px;}
45+
.g-emoji{font-size:24px;}
46+
@media (max-width: 600px) {
47+
body {padding: 8px;}
48+
.postTitle{font-size:24px;}
49+
}
50+
51+
</style>
52+
53+
54+
55+
56+
<body>
57+
<div id="header">
58+
<h1 class="postTitle">代码库使用须知</h1>
59+
<div class="title-right">
60+
<a href="https://ccwmoran.github.io/code" id="buttonHome" class="btn btn-invisible circle" title="首页">
61+
<svg class="octicon" width="16" height="16">
62+
<path id="pathHome" fill-rule="evenodd"></path>
63+
</svg>
64+
</a>
65+
66+
<a href="https://github.com/ccwmoran/code/issues/7" target="_blank" class="btn btn-invisible circle" title="Issue">
67+
<svg class="octicon" width="16" height="16">
68+
<path id="pathIssue" fill-rule="evenodd"></path>
69+
</svg>
70+
</a>
71+
72+
73+
<a class="btn btn-invisible circle" onclick="modeSwitch();" title="切换主题">
74+
<svg class="octicon" width="16" height="16" >
75+
<path id="themeSwitch" fill-rule="evenodd"></path>
76+
</svg>
77+
</a>
78+
79+
</div>
80+
</div>
81+
<div id="content">
82+
<div class="markdown-body" id="postBody"><p><strong>本代码库所有扩展版权归慕然科技工作室所有</strong><br>
83+
<strong>仅供学习参考,禁止用于买卖或其他用途</strong><br>
84+
<strong>任何使用扩展不当导致的任何损失慕然科技均不负责</strong><br>
85+
<strong>最终合法解释权归慕然科技工作室和Morgan所有</strong></p></div>
86+
<div style="font-size:small;margin-top:8px;float:right;"></div>
87+
88+
<button class="btn btn-block" type="button" onclick="openComments()" id="cmButton">评论</button>
89+
<div class="comments" id="comments"></div>
90+
91+
</div>
92+
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://ccwmoran.github.io/code">慕然科技Scratch积木扩展库</a></div>
93+
<div id="footer2">
94+
<span id="runday"></span><span>Powered by <a href="https://meekdai.com/Gmeek.html" target="_blank">Gmeek</a></span>
95+
</div>
96+
97+
<script>
98+
var now=new Date();
99+
document.getElementById("copyrightYear").innerHTML=now.getFullYear();
100+
101+
if(""!=""){
102+
var startSite=new Date("");
103+
var diff=now.getTime()-startSite.getTime();
104+
var diffDay=Math.floor(diff/(1000*60*60*24));
105+
document.getElementById("runday").innerHTML="网站运行"+diffDay+"天"+" • ";
106+
}
107+
</script></div>
108+
</body>
109+
<script>
110+
var IconList={'sun': 'M8 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 12a4 4 0 100-8 4 4 0 000 8zM8 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V.75A.75.75 0 018 0zm0 13a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 018 13zM2.343 2.343a.75.75 0 011.061 0l1.06 1.061a.75.75 0 01-1.06 1.06l-1.06-1.06a.75.75 0 010-1.06zm9.193 9.193a.75.75 0 011.06 0l1.061 1.06a.75.75 0 01-1.06 1.061l-1.061-1.06a.75.75 0 010-1.061zM16 8a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0116 8zM3 8a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h1.5A.75.75 0 013 8zm10.657-5.657a.75.75 0 010 1.061l-1.061 1.06a.75.75 0 11-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm-9.193 9.193a.75.75 0 010 1.06l-1.06 1.061a.75.75 0 11-1.061-1.06l1.06-1.061a.75.75 0 011.061 0z', 'moon': 'M9.598 1.591a.75.75 0 01.785-.175 7 7 0 11-8.967 8.967.75.75 0 01.961-.96 5.5 5.5 0 007.046-7.046.75.75 0 01.175-.786zm1.616 1.945a7 7 0 01-7.678 7.678 5.5 5.5 0 107.678-7.678z', 'sync': 'M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.487 5.487 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5Z', 'home': 'M6.906.664a1.749 1.749 0 0 1 2.187 0l5.25 4.2c.415.332.657.835.657 1.367v7.019A1.75 1.75 0 0 1 13.25 15h-3.5a.75.75 0 0 1-.75-.75V9H7v5.25a.75.75 0 0 1-.75.75h-3.5A1.75 1.75 0 0 1 1 13.25V6.23c0-.531.242-1.034.657-1.366l5.25-4.2Zm1.25 1.171a.25.25 0 0 0-.312 0l-5.25 4.2a.25.25 0 0 0-.094.196v7.019c0 .138.112.25.25.25H5.5V8.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v5.25h2.75a.25.25 0 0 0 .25-.25V6.23a.25.25 0 0 0-.094-.195Z', 'github': 'M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z'};
111+
var utterancesLoad=0;
112+
113+
let themeSettings={
114+
"dark": ["dark","moon","#00f0ff","dark-blue"],
115+
"light": ["light","sun","#ff5000","github-light"],
116+
"auto": ["auto","sync","","preferred-color-scheme"]
117+
};
118+
function changeTheme(mode, icon, color, utheme){
119+
document.documentElement.setAttribute("data-color-mode",mode);
120+
document.getElementById("themeSwitch").setAttribute("d",value=IconList[icon]);
121+
document.getElementById("themeSwitch").parentNode.style.color=color;
122+
if(utterancesLoad==1){utterancesTheme(utheme);}
123+
}
124+
function modeSwitch(){
125+
let currentMode=document.documentElement.getAttribute('data-color-mode');
126+
let newMode = currentMode === "light" ? "dark" : currentMode === "dark" ? "auto" : "light";
127+
localStorage.setItem("meek_theme", newMode);
128+
if(themeSettings[newMode]){
129+
changeTheme(...themeSettings[newMode]);
130+
}
131+
}
132+
function utterancesTheme(theme){
133+
const message={type:'set-theme',theme: theme};
134+
const iframe=document.getElementsByClassName('utterances-frame')[0];
135+
iframe.contentWindow.postMessage(message,'https://utteranc.es');
136+
}
137+
if(themeSettings[theme]){changeTheme(...themeSettings[theme]);}
138+
console.log("\n %c Gmeek last https://github.com/Meekdai/Gmeek \n","padding:5px 0;background:#02d81d;color:#fff");
139+
</script>
140+
141+
<script>
142+
document.getElementById("pathHome").setAttribute("d",IconList["home"]);
143+
document.getElementById("pathIssue").setAttribute("d",IconList["github"]);
144+
145+
146+
147+
function openComments(){
148+
cm=document.getElementById("comments");
149+
cmButton=document.getElementById("cmButton");
150+
cmButton.innerHTML="loading";
151+
span=document.createElement("span");
152+
span.setAttribute("class","AnimatedEllipsis");
153+
cmButton.appendChild(span);
154+
155+
script=document.createElement("script");
156+
script.setAttribute("src","https://utteranc.es/client.js");
157+
script.setAttribute("repo","ccwmoran/code");
158+
script.setAttribute("issue-term","title");
159+
160+
if(localStorage.getItem("meek_theme")=="dark"){script.setAttribute("theme","dark-blue");}
161+
else if(localStorage.getItem("meek_theme")=="light") {script.setAttribute("theme","github-light");}
162+
else{script.setAttribute("theme","preferred-color-scheme");}
163+
164+
script.setAttribute("crossorigin","anonymous");
165+
script.setAttribute("async","");
166+
cm.appendChild(script);
167+
168+
int=self.setInterval("iFrameLoading()",200);
169+
}
170+
171+
function iFrameLoading(){
172+
var utterances=document.getElementsByClassName('utterances');
173+
if(utterances.length==1){
174+
if(utterances[0].style.height!=""){
175+
utterancesLoad=1;
176+
int=window.clearInterval(int);
177+
document.getElementById("cmButton").style.display="none";
178+
console.log("utterances Load OK");
179+
}
180+
}
181+
}
182+
183+
184+
185+
</script>
186+
187+
188+
</html>

docs/postList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"P6": {"labels": ["\u9002\u914dGandiIDE"], "postTitle": "\u6155\u7136\u79d1\u6280\u7684\u6a21\u62df\u5c01\u53f7", "postUrl": "post/mu-ran-ke-ji-de-mo-ni-feng-hao.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P5": {"labels": ["\u9002\u914dGandiIDE"], "postTitle": "Morgan\u7684\u5b89\u5168\u4fdd\u62a4\u7ec4\u4ef6", "postUrl": "post/Morgan-de-an-quan-bao-hu-zu-jian.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P4": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914dTurboWarp", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "\u6155\u7136\u79d1\u6280\u7684\u56fe\u7247\u5c55\u793a", "postUrl": "post/mu-ran-ke-ji-de-tu-pian-zhan-shi.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P3": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914dTurboWarp", "\u9002\u914dScratch3.0", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "\u6155\u7136\u79d1\u6280\u7684Kimi\u5bf9\u8bdd", "postUrl": "post/mu-ran-ke-ji-de-Kimi-dui-hua.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P2": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "\u6155\u7136\u79d1\u6280\u7684\u793e\u533a\u5f39\u7a97", "postUrl": "post/mu-ran-ke-ji-de-she-qu-dan-chuang.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P1": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914dTurboWarp", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "Morgan\u7684\u5de5\u5177\u7bb1V8", "postUrl": "post/Morgan-de-gong-ju-xiang-V8.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "labelColorDict": {"\u672a\u8fdb\u884c\u9002\u914d\u6d4b\u8bd5": "#a5d296", "\u9002\u914dGandiIDE": "#5cff6e", "\u9002\u914dScratch3.0": "#1d76db", "\u9002\u914dTurboWarp": "#e2284a", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668": "#5ca05c"}}
1+
{"P7": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914dTurboWarp", "\u9002\u914dScratch3.0", "\u672a\u8fdb\u884c\u9002\u914d\u6d4b\u8bd5", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "\u4ee3\u7801\u5e93\u4f7f\u7528\u987b\u77e5", "postUrl": "post/dai-ma-ku-shi-yong-xu-zhi.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P6": {"labels": ["\u9002\u914dGandiIDE"], "postTitle": "\u6155\u7136\u79d1\u6280\u7684\u6a21\u62df\u5c01\u53f7", "postUrl": "post/mu-ran-ke-ji-de-mo-ni-feng-hao.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P5": {"labels": ["\u9002\u914dGandiIDE"], "postTitle": "Morgan\u7684\u5b89\u5168\u4fdd\u62a4\u7ec4\u4ef6", "postUrl": "post/Morgan-de-an-quan-bao-hu-zu-jian.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P4": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914dTurboWarp", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "\u6155\u7136\u79d1\u6280\u7684\u56fe\u7247\u5c55\u793a", "postUrl": "post/mu-ran-ke-ji-de-tu-pian-zhan-shi.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P3": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914dTurboWarp", "\u9002\u914dScratch3.0", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "\u6155\u7136\u79d1\u6280\u7684Kimi\u5bf9\u8bdd", "postUrl": "post/mu-ran-ke-ji-de-Kimi-dui-hua.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P2": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "\u6155\u7136\u79d1\u6280\u7684\u793e\u533a\u5f39\u7a97", "postUrl": "post/mu-ran-ke-ji-de-she-qu-dan-chuang.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "P1": {"labels": ["\u9002\u914dGandiIDE", "\u9002\u914dTurboWarp", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668"], "postTitle": "Morgan\u7684\u5de5\u5177\u7bb1V8", "postUrl": "post/Morgan-de-gong-ju-xiang-V8.html", "createdDate": "2025-11-30", "dateLabelColor": "#0969da"}, "labelColorDict": {"\u672a\u8fdb\u884c\u9002\u914d\u6d4b\u8bd5": "#a5d296", "\u9002\u914dGandiIDE": "#5cff6e", "\u9002\u914dScratch3.0": "#1d76db", "\u9002\u914dTurboWarp": "#e2284a", "\u9002\u914d\u5176\u4ed6\u7f16\u8f91\u5668": "#5ca05c"}}

docs/rss.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>慕然科技Scratch积木扩展库</title><link>https://ccwmoran.github.io/code</link><description>丰富、实用的各种积木扩展</description><copyright>慕然科技Scratch积木扩展库</copyright><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><image><url>https://gpo.saobby.com/i/BA9EN3Rw3fzRUJmu.jpg</url><title>avatar</title><link>https://ccwmoran.github.io/code</link></image><lastBuildDate>Sun, 30 Nov 2025 12:04:27 +0000</lastBuildDate><managingEditor>慕然科技Scratch积木扩展库</managingEditor><ttl>60</ttl><webMaster>慕然科技Scratch积木扩展库</webMaster><item><title>慕然科技的模拟封号</title><link>https://ccwmoran.github.io/code/post/mu-ran-ke-ji-de-mo-ni-feng-hao.html</link><description>```
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>慕然科技Scratch积木扩展库</title><link>https://ccwmoran.github.io/code</link><description>丰富、实用的各种积木扩展</description><copyright>慕然科技Scratch积木扩展库</copyright><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><image><url>https://gpo.saobby.com/i/BA9EN3Rw3fzRUJmu.jpg</url><title>avatar</title><link>https://ccwmoran.github.io/code</link></image><lastBuildDate>Sun, 30 Nov 2025 12:07:34 +0000</lastBuildDate><managingEditor>慕然科技Scratch积木扩展库</managingEditor><ttl>60</ttl><webMaster>慕然科技Scratch积木扩展库</webMaster><item><title>代码库使用须知</title><link>https://ccwmoran.github.io/code/post/dai-ma-ku-shi-yong-xu-zhi.html</link><description>**本代码库所有扩展版权归慕然科技工作室所有**
3+
**仅供学习参考,禁止用于买卖或其他用途**
4+
**任何使用扩展不当导致的任何损失慕然科技均不负责**
5+
**最终合法解释权归慕然科技工作室和Morgan所有**。</description><guid isPermaLink="true">https://ccwmoran.github.io/code/post/dai-ma-ku-shi-yong-xu-zhi.html</guid><pubDate>Sun, 30 Nov 2025 12:07:08 +0000</pubDate></item><item><title>慕然科技的模拟封号</title><link>https://ccwmoran.github.io/code/post/mu-ran-ke-ji-de-mo-ni-feng-hao.html</link><description>```
36
//慕然科技官网ccwmoran.github.io
47
class BanSimulatorExtension{
58
constructor(){this.modalStyle=null}

0 commit comments

Comments
 (0)