mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-23 09:14:28 +08:00
[Feat] Early support for PLS & Use JSDoc (Partially)
This commit is contained in:
15
src/aura/ui/hookDefinitions/desktopAssistant.js
Executable file
15
src/aura/ui/hookDefinitions/desktopAssistant.js
Executable file
@@ -0,0 +1,15 @@
|
||||
// @ts-check
|
||||
|
||||
/**
|
||||
* @type {import("../../types/render/uiHook").UIHookConfig}
|
||||
*/
|
||||
const def = {
|
||||
targets: {},
|
||||
globalStyles: ["ui/css/global.css"],
|
||||
globalJS: ["ui/js/global.js", "ui/js/plsConnectionManager.js"],
|
||||
onLoaded: `
|
||||
console.log('[HugoAura / UI / Hooks / Desktop Assistant] Page loaded.');
|
||||
`,
|
||||
};
|
||||
|
||||
module.exports = def;
|
||||
Reference in New Issue
Block a user