Demo
1 分钟阅读

Demo

demo

Warning

GitLab CI/CD Components 是 GitLab 16.0 版本新增的功能。code 123

new line

最后的记录是多少呢

是吧

哈哈哈

Important

嘿嘿

Tip

嘿嘿

Warning

这是警告信息

返回接口是正常的好吧

以下为配置

typescript
1import Icons from 'unplugin-icons/webpack' 2// import withPlaiceholder from "@plaiceholder/next" 3 4/** @type {import('next').NextConfig} */ 5const nextConfig = { 6 // output: 'standalone', 7 transpilePackages: ["@plaiceholder/ui"], 8 images: { 9 remotePatterns: [ 10 { 11 protocol: 'https', 12 hostname: 'photo.chuanfang.org', 13 port: '', 14 pathname: '/api/**', 15 }, 16 ], 17 }, 18 webpack(config) { 19 config.plugins.push( 20 Icons({ 21 compiler: 'jsx', 22 jsx: 'react' 23 }) 24 ) 25 26 return config 27 } 28} 29 30export default nextConfig

但是配置错误就麻烦了

Tip

有时候报错 需要重启macos

调试配置仓库:

以下都是必须的产品

哈哈哈

Important

测试通过不通过关乎用户体验