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:
|
||||
- "control panel"
|
||||
- "后台"
|
||||
- "管理后台"
|
||||
ocd:
|
||||
od:
|
||||
mode: prototype
|
||||
platform: desktop
|
||||
scenario: operations
|
||||
@@ -49,7 +49,7 @@ Produce a single-screen admin / analytics dashboard.
|
||||
- `<!doctype html>` through `</html>`, CSS in one inline `<style>` block.
|
||||
- CSS Grid for the overall layout; Flexbox inside cards.
|
||||
- Semantic HTML: `<aside>`, `<header>`, `<main>`, `<section>`.
|
||||
- Tag each logical region with `data-ocd-id="slug"` for comment mode.
|
||||
- Tag each logical region with `data-od-id="slug"` for comment mode.
|
||||
5. **Charts**: inline SVG only, no JS libraries. A line chart is ~10 lines of
|
||||
`<polyline>` with a subtle area fill. A bar chart is N `<rect>`s with
|
||||
DS-accent fill. Label axes lightly (muted text, smaller scale).
|
||||
|
||||
Reference in New Issue
Block a user