This commit is contained in:
qiuqiu 2025-04-21 18:26:46 +08:00
parent 0822bf3c7e
commit c282905f80
26 changed files with 113 additions and 16 deletions

9
.idea/workspace.xml generated
View File

@ -8,11 +8,12 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="fec10672-acda-4616-894b-a4b6f93aea6f" name="Default Changelist" comment=""> <list default="true" id="fec10672-acda-4616-894b-a4b6f93aea6f" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/xcode依赖处理 打包后处理通过podfile添加第三方库.md" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/三消 登录流程.md" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/性能检测平台 临时记录.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/2.笔记/性能检测平台 临时记录.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/性能检测平台 临时记录.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/2.笔记/性能检测平台 临时记录.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/瀑布 新项目 临时记录.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/2.笔记/瀑布 新项目 临时记录.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/瀑布 新项目 临时记录.md" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_04_17_星期四.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_04_17_星期四.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_02_21_星期五.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_02_21_星期五.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_04_18_星期五.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_04_18_星期五.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_04_19_星期六.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_04_19_星期六.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_04_20_星期日.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_04_20_星期日.md" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />

View File

@ -0,0 +1,15 @@
#灵感
![[Pasted image 20250221115038.png]]
内外网设置,链接前缀
![[Pasted image 20250331155506.png]]
注册发送埋点对应lua的业务调用接口
![[Pasted image 20250421110658.png]]
对应的埋点名称:
![[Pasted image 20250421110800.png]]

View File

@ -1,7 +0,0 @@
#灵感
![[Pasted image 20250221115038.png]]
内外网设置,链接前缀
![[Pasted image 20250331155506.png]]

View File

@ -131,4 +131,16 @@ main函数运行到这里就可以判断和创建数据库了
客户端也同步修改一下后缀: 客户端也同步修改一下后缀:
![[Pasted image 20250418151248.png]] ![[Pasted image 20250418151248.png]]
性能工具 内网服务器:运行测试程序,相关指令
``` shell
cd /usr/local/games/lgcollect/
nohup ./lgcollecter > output.log 2>&1 &
ps -elf | grep lgcollecter
```
可以看到,是正常运行的:
![[Pasted image 20250421114219.png]]

View File

@ -22,6 +22,8 @@
lua逻辑入口GameMain lua逻辑入口GameMain
![[Pasted image 20250421115020.png]]
这里是打开游戏,就自动进局内的入口 这里是打开游戏,就自动进局内的入口
![[Pasted image 20250119195857.png]] ![[Pasted image 20250119195857.png]]
@ -37,4 +39,36 @@ lua逻辑入口GameMain
主题所在路径: 主题所在路径:
``` ```
Assets\ZSlotKing\MiniGame\Themes\ Assets\ZSlotKing\MiniGame\Themes\
``` ```
UI替换相关
![[Pasted image 20250421135455.png]]
大厅弹窗,断点调用逻辑参考:
![[Pasted image 20250421135634.png]]
举例说明:
![[Pasted image 20250421141339.png]]
对应的窗体类型,是这个:
![[Pasted image 20250421141414.png]]
对应的弹窗UI是这个
![[Pasted image 20250421141702.png]]
如果要屏蔽UI可以参考从这个角度出发处理。
单活动的修改处理:
![[Pasted image 20250421150826.png]]
![[Pasted image 20250421172749.png]]
![[Pasted image 20250421172809.png]]
![[Pasted image 20250421172859.png]]

View File

@ -0,0 +1,9 @@
#rider
有时候svn服务器出问题或者其他原因会导致连不上svn服务器rider会不断弹出这个弹窗提示
![[Pasted image 20250421102139.png]]
如果需要解决的话最简单的方式是先禁用自带的那个svn插件就可以了
![[Pasted image 20250421105346.png]]

View File

@ -28,5 +28,5 @@
--- ---
[[紧跟时事相关 网站]] [[紧跟时事相关 网站]]
[[PSD2UI]] [[PSD2UI]]
[[三消 登录流程]] [[三消 登录和注册流程]]
# Journal # Journal

View File

@ -26,7 +26,7 @@
- [x] 记得绑定 12123的车辆信息 - [x] 记得绑定 12123的车辆信息
- [ ] 记得拿贷款 还款卡号 - [ ] 记得拿贷款 还款卡号
- [x] 记得拿 保险联系方式 - [x] 记得拿 保险联系方式
- [ ] 记得要购买 除味 活性炭包 去除车味 - [x] 记得要购买 除味 活性炭包 去除车味
--- ---
# Journal # Journal

View File

@ -21,7 +21,7 @@
# 今日任务 # 今日任务
- [ ] 记得设计一个 注册事件的 测试用例 - [ ] 把注册事件 跟amp同步一下
- [x] 确认一下 年检标识 是否需要贴到车外 - [x] 确认一下 年检标识 是否需要贴到车外
--- ---

View File

@ -0,0 +1,33 @@
09:10
###### [[unity日常积累]]
###### [[节奏天国]]
###### [[帧同步王者荣耀]]
###### [[从零开发跨平台通用日志插件]]
###### [[通用异步网络通信库]]
###### [[高性能定时系统实现]]
###### [[学习资料]]
###### [[其他]]
#### [[看板]]
# 今日任务
- [x] 记得联系一下 邮政护照派送
- [ ] 记得拿一下 活性炭快递
- [ ] 去掉slot 谷歌上架 安卓app弹窗
- [x] 别忘了 提交一下 TimeTickUtil通用类
- [ ] 确认一下 蓝牙耳机是否在碧桂园
- [ ] 把剩余的几个玩法入口 也设置生效正确
- [ ] AI辅助替换slot美术UI
---
[[禁用rider svn插件]]
# Journal

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 826 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 654 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB