mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-05-31 19:49:41 +08:00
- Implement comprehensive error handling strategies in app-flow.md - Add detailed testing workflows for unit, integration, and E2E tests - Update Chrome extension manifest and icon configurations - Improve UI package configuration and component structure - Update project progress and tech stack documentation - Optimize extension package icon and HTML setup
12 lines
305 B
HTML
12 lines
305 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Prompt Optimizer</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="./src/main.ts"></script>
|
|
</body>
|
|
</html> |