Xong rồi! Logo giờ đã tăng lên gấp đôi kích thước tăng lên gấp đôi kích thướctăng lên gấp đôi kích thước
Cursor bá đạo quá các ông ạ Cursor bá đạo quá các ông ạ Cursor bá đạo quá các ông ạCursor bá đạo quá các ông ạCursor bá đạo quá các ông ạCursor bá đạo quá các ông ạCursor bá đạo quá các ông ạ
npm install my-packagenpm i my-package -Dnpm i ai-sdk -Dnpm i next -DHello code
Process headings from your document Remark Heading Applies ids to headings.
Introduction
Chào mừng bạn đến với Tabbytab - hệ thống quản lý tab thông minh.
Tabbytab giúp bạn:
- Tổ chức tabs một cách hiệu quả
- Tìm kiếm nhanh chóng
- Đồng bộ giữa các thiết bị
Getting Started
Để bắt đầu sử dụng Tabbytab:
- Cài đặt extension
- Đăng nhập tài khoản
- Khám phá các tính năng
Features
Javascript is weird
Rust is fast
Javascript is weird
Rust is fast
Hello World
Prop
Type
Prop
Type
layout.tsx
page.tsx
global.css
package.json
index.js
utils
helper.js
package.json
Smart Organization
- Tự động phân loại tabs
- Group theo chủ đề
- Cleanup timer
Search & Filter
- Full-text search
- Filter by date
- Category filtering
Chúc bạn sử dụng Tabbytab hiệu quả! 🎉
Click Me
Fetching, Caching, and Revalidating
Learn more about caching in Next.js
href is optional
Learn more about
fetch in Next.js.Home
You can include icons too.
import { ReactNode } from 'react';
export default function Layout({ children }: { children: ReactNode }) {
return <div>{children}</div>;
}function Component() {
return <div>Hello World</div>;
}console.log('Hello World');console.log('This should shows the logo of TypeScript');print("Hello, World! Python")console.log('Hello World');const a = 'Hello World';.();// highlight a line
<div>Hello World</div>
// highlight a word
<div>Fumadocs</div>
// diff styles
console.log('hewwo');
console.log('hello');
// focus
return new ResizeObserver(() => {}) console.log('A');Inline:
Mermaid
## Twoslash Example
Twoslash provides inline type information and error checking in your code blocks:
```ts twoslash
const greeting: string = "Hello World";
// ^?
console.log(greeting);
const numbers = [1, 2, 3];
// ^?
const doubled = numbers.map(n => n * 2);
// ^?Advanced TypeScript Example
interface User {
: number;
: string;
: string;
}
const : User = {
: 1,
: "John Doe",
: "john@example.com"
};
// Hover over these to see type information
.name;Error Highlighting
const num: number = "not a number";How is this guide?

