format examples

This commit is contained in:
liangxinbing 2025-03-08 17:20:29 +08:00
parent 56d138220a
commit f04beec486
5 changed files with 20 additions and 14 deletions

View File

@ -6,6 +6,7 @@
<title>Japan Travel Guide (Mobile)</title> <title>Japan Travel Guide (Mobile)</title>
<style> <style>
* { box-sizing: border-box; } * { box-sizing: border-box; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
margin: 0; margin: 0;

View File

@ -14,6 +14,7 @@
h1 { font-size: 16pt; } h1 { font-size: 16pt; }
h2 { font-size: 14pt; } h2 { font-size: 14pt; }
h3 { font-size: 12pt; } h3 { font-size: 12pt; }
.section { .section {
margin: 10px 0; margin: 10px 0;
padding: 5px; padding: 5px;
@ -23,6 +24,7 @@
.no-break { .no-break {
page-break-inside: avoid; page-break-inside: avoid;
} }
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
@ -52,12 +54,14 @@
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
} }
.section { .section {
margin: 15px 0; margin: 15px 0;
padding: 15px; padding: 15px;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 5px; border-radius: 5px;
} }
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;

View File

@ -1,3 +1,4 @@
# Examples # Examples
We put some examples in the `examples` directory. All the examples use the same prompt as `Manus`. We put some examples in the `examples` directory. All the examples use the same prompt as `Manus`.
The Model we use is `claude3.5`. The Model we use is `claude3.5`.