feat:添加测试页面并优化时间戳工具
refactor: 优化时间戳转换组件及整体代码结构 chore: 更新构建配置和包依赖项
This commit is contained in:
+1
-2
@@ -21,7 +21,6 @@ export default defineConfig({
|
||||
action: {
|
||||
default_title: 'Testing Tools',
|
||||
},
|
||||
// 注意:WXT 会根据 entrypoints/options/index.html 自动生成 options_ui 的 page 路径
|
||||
options_ui: {
|
||||
open_in_tab: true,
|
||||
},
|
||||
@@ -41,7 +40,7 @@ export default defineConfig({
|
||||
terserOptions: {
|
||||
format: {
|
||||
ascii_only: true,
|
||||
comments: false, // 去掉注释,防止注释里有乱码
|
||||
comments: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user