├── .cursorrules ├── README.md ├── README.zh.md ├── docs └── 01-getting-started │ ├── 01-cursor-cases.zh.md │ ├── 01-why-cursor.md │ ├── 01-why-cursor.zh.md │ └── 02-install.zh.md └── images └── symbol.png /.cursorrules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biubiubiu35/cursor101/HEAD/.cursorrules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biubiubiu35/cursor101/HEAD/README.md -------------------------------------------------------------------------------- /README.zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biubiubiu35/cursor101/HEAD/README.zh.md -------------------------------------------------------------------------------- /docs/01-getting-started/01-cursor-cases.zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biubiubiu35/cursor101/HEAD/docs/01-getting-started/01-cursor-cases.zh.md -------------------------------------------------------------------------------- /docs/01-getting-started/01-why-cursor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biubiubiu35/cursor101/HEAD/docs/01-getting-started/01-why-cursor.md -------------------------------------------------------------------------------- /docs/01-getting-started/01-why-cursor.zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biubiubiu35/cursor101/HEAD/docs/01-getting-started/01-why-cursor.zh.md -------------------------------------------------------------------------------- /docs/01-getting-started/02-install.zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biubiubiu35/cursor101/HEAD/docs/01-getting-started/02-install.zh.md -------------------------------------------------------------------------------- /images/symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biubiubiu35/cursor101/HEAD/images/symbol.png --------------------------------------------------------------------------------