@yongdall/devtools 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets.yongdall.mjs +1 -0
- package/index.mjs +2 -0
- package/index.mjs.map +1 -0
- package/package.json +13 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const esm = {"index":"index.mjs"};
|
package/index.mjs
ADDED
package/index.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../plugins/devtools/page/index.mjs"],"sourcesContent":["/** @import { PageContext } from '@yongdall/web' */\n/**\n * \n * @param {PageContext} ctx \n */\nexport default function (ctx) {\n\tctx.title = '开发工具'\n\tctx.container.appendChild(document.createTextNode('开发工具'))\n\tctx.loading = false;\n}\n"],"mappings":"AAKA,SAAA,EAAyB,EAAK,CAC7B,EAAI,MAAQ,OACZ,EAAI,UAAU,YAAY,SAAS,eAAe,OAAO,CAAC,CAC1D,EAAI,QAAU"}
|