
Lv.1
每天分享一个没有用的帖子。。。记得关注哦()
在 和平小队再召唤!第三期队员招募计划开启 中回复
不是我说这刚出来九就有一个找茬的


666https://box3.codemao.cn/u/rixi666
2023-06-17T15:47:11 点赞:0
在 https://box3.codemao.cn/e/5fd40c6e669270de4df0 中回复
Box3Entity.prototype.viewFiles = async function (path = "") {
const files = resources.ls(path);
let options = files.reduce(
(l, v) => {
l.push(
concat(
"[",
v.type,
"]",
v.path.includes("/")?v.path.sliceFrom("/").slice(1):v.path
)
);
return l;
},
["[directory]..."]
);
await this.selectDialog(
"查看文件",
concat(
"/",
path
),
options
);
if (!this.dialogResult || this.dialogResult.value == "[directory]...") return;
const index = this.dialogResult.index - 1;
const viewFile = files[index];
if (viewFile.type == "directory") {
await this.viewFiles(viewFile.path);
return await this.viewFiles(path);
} else {
const viewPath = viewFile.path;
await this.textDialog(
"查看文件",
concat(
viewPath,
endline,
"请在创作端左侧控件区域的文件菜单中查看类型为",
"“",
viewFile.type,
"”",
"的文件。"
)
);
return await this.viewFiles(path);
}
}
()
2023-06-18T09:10:04 点赞:0
在 新游戏足球俱乐部招人(限制5~15人评论区下记得报名)招建筑招代码 中回复
2023-06-27T11:02:18 点赞:0
在 阿牛我劝你别不知好歹 中回复
6)日夕你咋不滚回你日本去)你无缘无故我就说你了)仗着我喵他们爽一下自己的臭嘴破嘴那十年没刷的嘴)6imgsrc="http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/0b/tootha_thumb.gif"alt="emotion_嘻嘻"
2023-07-04T18:09:50 点赞:0
在 【神岛暑期活动第三弹】优质地图激励计划,正式开启! 中回复
https://shequ.codemao.cn/community/552655
官方快来看看这篇帖子帮助我们平板端和手机端谢谢
2023-07-20T15:33:20 点赞:0