We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
静态页面已经包含了全部数据内容,不应在 JS 中继续包含数据。
考虑使用 Vite 插件提供的虚拟模块能力,避免数据被打包进 JS 文件。
考虑将数据拆分为页面级别,避免加载不需要的数据。
涉及:
translators 页面
styles 页面
列表页面不需要 testCase
详情页面之需要当前对应的
考虑在 build 时,根据已有数据生成一系列 页面级 json,在 client fetch json ,然后加载。
列表上需要的数据包括基本信息和每个页面级 json 的路径。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
静态页面已经包含了全部数据内容,不应在 JS 中继续包含数据。考虑使用 Vite 插件提供的虚拟模块能力,避免数据被打包进 JS 文件。考虑将数据拆分为页面级别,避免加载不需要的数据。
涉及:
Git 记录
各个页面
translators 页面
styles 页面
列表页面不需要 testCase
详情页面之需要当前对应的
考虑在 build 时,根据已有数据生成一系列 页面级 json,在 client fetch json ,然后加载。
列表上需要的数据包括基本信息和每个页面级 json 的路径。
The text was updated successfully, but these errors were encountered: