📝 Update README and build script files with modified directory structure and command changes

This commit is contained in:
2026-04-11 08:59:34 +08:00
parent f27451eefd
commit 3951de87dc
3 changed files with 332 additions and 315 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
var main = () => {
var readmeTemplate = __.rfile.from('README_template.md').string();
var tree = $$.shell().sh('tree -L 2').start()[0];
var tree = $$.shell().sh('tree.ts --depth 1').start()[0];
var treeLines = [];
var treeOrigLines = $STR(tree).split('\n');
var ignoreFileList = ['LICENSE', 'README.md', 'README_template.md', 'build_readme.js'];