cdnhost 1.8.7 → 1.8.9

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/image.png ADDED
Binary file
package/iwinv.js CHANGED
@@ -111,6 +111,23 @@
111
111
  button.id = 'button';
112
112
  button.style.position = 'relative';
113
113
  button.style.zIndex = 999;
114
+
115
+ button.style.margin = '15px auto';
116
+ button.style.padding = '14px 32px';
117
+ button.style.backgroundColor = '#0052cc';
118
+ button.style.color = '#fff';
119
+ button.style.border = 'none';
120
+ button.style.borderRadius = '8px';
121
+ button.style.fontSize = '18px';
122
+ button.style.fontWeight = '600';
123
+ button.style.cursor = 'pointer';
124
+ button.style.boxShadow = '0 2px 8px rgba(0,82,204,0.1)';
125
+ button.style.transition = 'background 0.2s, transform 0.1s';
126
+ button.style.display = 'flex';
127
+ button.style.alignItems = 'center';
128
+ button.style.gap = '8px';
129
+ button.style.justifyContent = 'center';
130
+
114
131
  button.textContent = '페이지 방문 후 게시글 보기';
115
132
  button.onclick = function() {
116
133
  ss();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "1.8.7",
3
+ "version": "1.8.9",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file