Refactor project name from "Open Claude Design" to "Open Design"
- Updated project name in package.json, package-lock.json, and README files. - Changed CLI commands and references from "ocd" to "od". - Adjusted file structure references in documentation and code to reflect new naming conventions. - Enhanced .gitignore to include new runtime data files. - Updated metadata in LICENSE file to match new project name.
This commit is contained in:
@@ -12,7 +12,7 @@ triggers:
|
||||
- "compare plans"
|
||||
- "定价"
|
||||
- "套餐"
|
||||
ocd:
|
||||
od:
|
||||
mode: prototype
|
||||
platform: desktop
|
||||
scenario: sales
|
||||
@@ -52,7 +52,7 @@ Produce a single-screen pricing page that respects the active DESIGN.md.
|
||||
4. **Write** one self-contained HTML document:
|
||||
- `<!doctype html>` through `</html>`, CSS in one inline `<style>`.
|
||||
- CSS Grid for the plan-card row; CSS Grid for the comparison table.
|
||||
- `data-ocd-id` on each tier card and each table row.
|
||||
- `data-od-id` on each tier card and each table row.
|
||||
5. **Money rendering**: use the display font for the big number, body for the
|
||||
currency and "/mo" — sizes per DESIGN.md scale.
|
||||
6. **Self-check**:
|
||||
|
||||
Reference in New Issue
Block a user