architecture
01Cursor rule Cursor
An architecture rule for the fe-tools utilities project. It describes the project overview, directory layout, package structure, and technology stack.
207 1mo ago A 0 tokens
Cursor rule Cursor
An architecture rule for the fe-tools utilities project. It describes the project overview, directory layout, package structure, and technology stack.
Cursor rule Cursor
// 正确示例 const example = (param1, param2) => { const result = param1 + param2; return result; }.