# apix
**Repository Path**: jdkerr/apix
## Basic Information
- **Project Name**: apix
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-03-10
- **Last Updated**: 2022-06-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 😀 关于APIX
```text
暂无
```
# 👻 以下为 markdown 测试数据
## 😲 md-editor-v3
Markdown 编辑器,基于 react,使用 jsx 和 typescript 语法开发,支持切换主题、prettier 美化文本等。
## 🤖 基本演示
**加粗**,下划线,_斜体_,~删除线~,上标26,下标[1],`inline code`,[超链接](https://imbf.cc)
> 引用:世界上没有绝对,只有相对
## 🤗 代码演示
```js
import { defineComponent, ref } from "vue";
import MdEditor from "md-editor-v3";
import "md-editor-v3/lib/style.css";
export default defineComponent({
name: "MdEditor",
setup () {
const text = ref("");
return () => (
(text.value = v) }/>
);
}
});
```
## 🖨 文本演示
依照普朗克长度这项单位,目前可观测的宇宙的直径估计值(直径约 930 亿光年,即 8.8 × 1026 米)即为 5.4 × 1061倍普朗克长度。而可观测宇宙体积则为 8.4 × 10
184立方普朗克长度(普朗克体积)。
## 📈 表格演示
| 昵称 | 猿龄(年) | 来自 |
| ---- | ---------- | --------- |
| 之间 | 3 | 中国-重庆 |
## 📏 公式
$$ \sqrt[3]{x} $$
## ☘️ 占个坑@!
# 👻 以上为 markdown 测试数据