Site Notice

hello, world

Difference between revisions of "MediaWiki:Js-chatbot-sili/webui.js"

From Project-EPB Commons
(Created page with "!(() => { // 修改文字 $('.title').text('SILI 监控中心') // 插入样式 const $style = $('<style>').text( ` body { background: radial-gradient(farthest-...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
!(() => {
 
!(() => {
 +
  console.info('hello from Wjghj Static Database!')
 +
 
   // 修改文字
 
   // 修改文字
   $('.title').text('SILI 监控中心')
+
   $('#app nav .title').text('SILI 监控中心')
 
 
  // 插入样式
 
  const $style = $('<style>').text(
 
    `
 
body {
 
  background: radial-gradient(farthest-side ellipse at 10% 0,#aa216e,#a22738)
 
}
 
a {
 
  color: pink
 
}
 
`
 
  )
 
  $style.appendTo('body')
 
 
})()
 
})()

Latest revision as of 22:10, 4 April 2021

!(() => {
  console.info('hello from Wjghj Static Database!')

  // 修改文字
  $('#app nav .title').text('SILI 监控中心')
})()