Davin
Davin
Maybe we can add two more files to `i18n` folder, `zh-hans.js` for simple Chinese, and `zh-hant.js` for traditional Chinese. `zh-ZH.js` looks older than `en-US.js` now.
@dandanXO You can copy the `content/en` [folder](https://github.com/nuxt/nuxtjs.org/tree/main/content/en) folder, rename the `content/en` to `content/tw`. Copy the `i18n/zh-ZH.js` and rename to `i18n/zh-TW.js`. And, then modify `nuxt.config.ts` like this: ```diff export default withDocus({...
目前我是通过浏览器插件自定义样式的方式,临时让它看起来更明显一些: ```css .styles_iconList .styles_iconCard { margin: 8px; position: relative; background-image: repeating-linear-gradient(45deg, #e6e6e6 25%, transparent 25%, transparent 75%, #e6e6e6 75%, #e6e6e6), repeating-linear-gradient(45deg, #e6e6e6 25%, #ffffff 25%, #ffffff 75%, #e6e6e6 75%, #e6e6e6);...
试过看 CDN 的 IP 是就近取的,应该是可以的。
Remove `'@nuxtjs/axios'` from `modules` looks fine for me.
Downgrade `"vue-tsc": "^2.0.4"` to `"vue-tsc": "^1.8.22"`, I have tried it and worked.