This commit is contained in:
xu_yanfeng 2024-01-05 20:12:19 +08:00
parent 0f9924d48f
commit d0d2a2cd70
2 changed files with 3 additions and 0 deletions
cc-inspector

@ -40,6 +40,9 @@ const manifest: CocosPluginManifest = {
], ],
i18n_en: "./src/i18n/en.ts", i18n_en: "./src/i18n/en.ts",
i18n_zh: "./src/i18n/zh.ts", i18n_zh: "./src/i18n/zh.ts",
icon: {
"48": "./icons/48.png",
},
chrome: { chrome: {
view_devtools: "src/views/devtools/index.ts", view_devtools: "src/views/devtools/index.ts",
view_options: "src/views/options/index.ts", view_options: "src/views/options/index.ts",

Before

(image error) Size: 3.8 KiB

After

(image error) Size: 3.8 KiB