This commit is contained in:
LiuZhengYu 2026-04-27 09:18:22 +08:00
commit aef4b9a55e
4 changed files with 3 additions and 2 deletions

View File

@ -105,6 +105,7 @@
<div style="flex:1;"> <div style="flex:1;">
<label class="imp">核心词</label><br> <label class="imp">核心词</label><br>
<textarea name="cross_dim1" style="width:100%;height:180px;padding:10px;" placeholder="一行一个 <textarea name="cross_dim1" style="width:100%;height:180px;padding:10px;" placeholder="一行一个
手机 手机
电脑 电脑
平板"></textarea> 平板"></textarea>

View File

@ -446,6 +446,7 @@ class keyword
// $rsuser = verifyfast(); // $rsuser = verifyfast();
// $post = new \ciy\post(); // $post = new \ciy\post();
// // 获取前端传参 // // 获取前端传参
// $cateid = $post->getint('cateid'); // $cateid = $post->getint('cateid');
// $dim1 = trim($post->get('dim1')); // $dim1 = trim($post->get('dim1'));

View File

@ -37,7 +37,7 @@
</div> </div>
</div> </div>
<!-- 可编辑预览区域 --> <!-- 可编辑预览区域 -->
<div id="editBox" style="display:none;border:1px solid #eee;padding:15px;border-radius:6px;margin:10px 0;"> <div id="editBox" style="display:none;border:1px solid #eee;padding:15px;border-radius:6px;margin:10px 0;">
<h4>预览交叉生成关键词</h4> <h4>预览交叉生成关键词</h4>
<textarea id="editKeywordText" style="width:100px;width:100%;height:260px;padding:10px;margin:10px 0;resize:vertical;"></textarea> <textarea id="editKeywordText" style="width:100px;width:100%;height:260px;padding:10px;margin:10px 0;resize:vertical;"></textarea>

View File

@ -1,7 +1,6 @@
<?php <?php
namespace web\admin\www; namespace web\admin\www;
class keywordManage class keywordManage
{ {
static function setwhere($db, $post, $rsuser) static function setwhere($db, $post, $rsuser)