-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_history
1 lines (1 loc) · 2.91 KB
/
_history
1
{"entries":[{"timestamp":1733707306572,"editorVersion":"7.0.51","changes":[{"type":"edited","filename":"main.blocks","patch":[{"diffs":[[0,"http"],[-1,"s"],[0,"://"],[-1,"developers.google.com/blockly/xml\"><variables></variables><block type=\"pxt-on-start\" id=\"j!emS5[}~4440Z10_*%F\" x=\"20\" y=\"20"],[1,"www.w3.org/1999/xhtml\">\n <block type=\"pxt-on-start"],[0,"\"></"]],"start1":12,"start2":12,"length1":135,"length2":62},{"diffs":[[0,"</block>"],[1,"\n "],[0,"<block t"]],"start1":72,"start2":72,"length1":16,"length2":19},{"diffs":[[0,"ver\""],[-1," id=\"{}i+A{HQ~f44{u+,H=(j\" x=\"225\" y=\"20\""],[0,"></b"]],"start1":107,"start2":107,"length1":49,"length2":8},{"diffs":[[0,"</block>"],[1,"\n"],[0,"</xml>"]],"start1":112,"start2":112,"length1":14,"length2":15}]},{"type":"edited","filename":"main.ts","patch":[{"diffs":[[-1,"basic.forever(function () {\n\t\n})"],[0,"\n"]],"start1":0,"start2":0,"length1":33,"length2":1}]},{"type":"edited","filename":"pxt.json","patch":[{"diffs":[[0,".md\""],[-1,",\n \"robotics.ts\"\n ],\n \"testFiles\": [\n \"test.ts\"\n ],\n \"preferredEditor\": \"tsprj\""],[1,"\n ],\n \"additionalFilePaths\": []"],[0,"\n}\n"]],"start1":219,"start2":219,"length1":112,"length2":44}]},{"type":"added","filename":"test.ts","value":"// 在此处测试;当此软件包作为插件使用时,将不会编译此软件包。\n"},{"type":"added","filename":"robotics.ts","value":"\n/**\n* 使用此文件来定义自定义函数和图形块。\n* 想了解更详细的信息,请前往 https://makecode.microbit.org/blocks/custom\n*/\n\nenum MyEnum {\n //% block=\"one\"\n One,\n //% block=\"two\"\n Two\n}\n\n/**\n * Custom blocks\n */\n//% weight=100 color=#0fbc11 icon=\"\"\nnamespace custom {\n /**\n * TODO: describe your function here\n * @param n describe parameter here, eg: 5\n * @param s describe parameter here, eg: \"Hello\"\n * @param e describe parameter here\n */\n //% block\n export function foo(n: number, s: string, e: MyEnum): void {\n // Add code here\n }\n\n /**\n * TODO: describe your function here\n * @param value describe value here, eg: 5\n */\n //% block\n export function fib(value: number): number {\n return value <= 1 ? value : fib(value -1) + fib(value - 2);\n }\n}\n"}]}],"snapshots":[{"timestamp":1733707306571,"editorVersion":"7.0.51","text":{"main.blocks":"<xml xmlns=\"http://www.w3.org/1999/xhtml\">\n <block type=\"pxt-on-start\"></block>\n <block type=\"device_forever\"></block>\n</xml>","main.ts":"\n","README.md":"","pxt.json":"{\n \"name\": \"robotics\",\n \"description\": \"\",\n \"dependencies\": {\n \"core\": \"*\",\n \"radio\": \"*\",\n \"microphone\": \"*\"\n },\n \"files\": [\n \"main.blocks\",\n \"main.ts\",\n \"README.md\"\n ],\n \"additionalFilePaths\": []\n}\n"}}],"shares":[],"lastSaveTime":1733707592940}