Skip to content

Commit 74a7a09

Browse files
committed
BASE : added watermark to TOC tab
1 parent 435be01 commit 74a7a09

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PARENT|sp-downP-TopicTree
2+
IMAGEPATH|https://avatars.githubusercontent.com/u/214681531?s=200&v=4
3+
CSSADD|width: 50%; height: 50%;

_base/plus.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
const customizationPluginName = 'puiButtonCustPackage';
22
loadPlugin(customizationPluginName, loadPluginListBasePath(customizationPluginName)).then(x =>
33
activatePlugin(customizationPluginName, '', STO_DATA));
4+
const pluginWatermark = 'puiWatermark';
5+
deactivatePlugin(pluginWatermark);
6+
activatePlugin(pluginWatermark, '', source = STO_HELP);

0 commit comments

Comments
 (0)